Home
last modified time | relevance | path

Searched refs:aSize (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp558 size_t aSize; in hwcTestColor2Pixel() member
588 if (attrib->aSize) { in hwcTestColor2Pixel()
589 pixel |= htonl((uint32_t) round((((1 << attrib->aSize) - 1) * alpha)) in hwcTestColor2Pixel()
591 - (attrib->aOffset + attrib->aSize))); in hwcTestColor2Pixel()
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp147 sint32 aSize = endXRef - startXRef - 1; in fixXRef() local
149 sint32 *tmpArray = (sint32 *) malloc(aSize * 20); in fixXRef()
152 for (int i = 0; i < aSize + 1; i++, xRefI++) { in fixXRef()
157 for (int i = 0; i < aSize + 1; i += 2, xRefI++) { in fixXRef()
163 xRefI = aSize; in fixXRef()
164 for (int i = start + 1, j = aSize; i < end + 2; i++, start++, xRefI--, j--) { in fixXRef()