Searched refs:newBox (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/exiv2/exiv2/ |
| H A D | CVE-2021-29464.patch | 37 newBox.type = subBox.type; 45 if ( newBox.type == kJp2BoxTypeColorHeader ) { 51 ul2Data((byte*)&newBox.length,psize ,bigEndian); 52 ul2Data((byte*)&newBox.type ,newBox.type,bigEndian); 53 … ::memcpy(output.pData_+outlen ,&newBox ,sizeof(newBox)); 59 ul2Data((byte*)&newBox.length,psize+iccProfile_.size_,bigEndian); 60 ul2Data((byte*)&newBox.type,newBox.type,bigEndian); 61 … ::memcpy(output.pData_+outlen ,&newBox ,sizeof(newBox) );
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/ |
| H A D | tst_qgeorectangle.cpp | 431 QFETCH(QGeoRectangle, newBox); in width() 440 QCOMPARE(box, newBox); in width() 622 QFETCH(QGeoRectangle, newBox); in height() 630 QCOMPARE(box, newBox); in height() 828 QFETCH(QGeoRectangle, newBox); in center() 834 QCOMPARE(box, newBox); in center() 1737 QFETCH(QGeoRectangle, newBox); in translate() 1740 QCOMPARE(test, newBox); in translate() 1742 QCOMPARE(box, newBox); in translate()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | events.c | 547 BoxRec newBox; in XineramaConstrainCursor() local 550 newBox = pSprite->physLimits; in XineramaConstrainCursor() 554 newBox.x1 += screenInfo.screens[0]->x - pScreen->x; in XineramaConstrainCursor() 555 newBox.x2 += screenInfo.screens[0]->x - pScreen->x; in XineramaConstrainCursor() 556 newBox.y1 += screenInfo.screens[0]->y - pScreen->y; in XineramaConstrainCursor() 557 newBox.y2 += screenInfo.screens[0]->y - pScreen->y; in XineramaConstrainCursor() 559 (*pScreen->ConstrainCursor) (pDev, pScreen, &newBox); in XineramaConstrainCursor()
|