HomeSort by relevance Sort by last modified time
    Searched defs:aSize (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 52 const GLuint aSize = ctx->PixelMaps.AtoA.Size;
75 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize];
  /external/dng_sdk/source/
dng_string.cpp 140 uint32 aSize = (uint32) strlen (otherString);
142 if (aSize > 0)
145 uint32 aBufSize = aSize * 6 + 256;
167 aSize,
217 uint32 aSize = dngString.Length ();
219 if (aSize > 0)
222 uint32 aBufSize = (aSize * 2) + 256;
244 aSize,
356 int aSize = (int) strlen (otherString);
358 if (aSize > 0
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 558 size_t aSize;
588 if (attrib->aSize) {
589 pixel |= htonl((uint32_t) round((((1 << attrib->aSize) - 1) * alpha))
591 - (attrib->aOffset + attrib->aSize)));
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FDBigInteger.java     [all...]
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genPCLm.cpp 148 sint32 aSize = endXRef - startXRef - 1;
150 sint32 *tmpArray = (sint32 *) malloc(aSize * 20);
153 for (int i = 0; i < aSize + 1; i++, xRefI++) {
158 for (int i = 0; i < aSize + 1; i += 2, xRefI++) {
164 xRefI = aSize;
165 for (int i = start + 1, j = aSize; i < end + 2; i++, start++, xRefI--, j--) {
    [all...]

Completed in 219 milliseconds