HomeSort by relevance Sort by last modified time
    Searched refs:bitmapRowBytes (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/libvncserver/
cursor.c 42 int bitmapRowBytes, maskBytes, dataBytes;
89 bitmapRowBytes = (pCursor->width + 7) / 8;
90 maskBytes = bitmapRowBytes * pCursor->height;
137 for (j = 0; j < bitmapRowBytes; j++) {
138 bitmapByte = bitmapData[i * bitmapRowBytes + j];
160 for (j = 0; j < bitmapRowBytes; j++) {
161 bitmapByte = bitmapData[i * bitmapRowBytes + j];
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 445 int bitmapRowBytes = 0;
447 bitmapRowBytes = glyph.rowBytes();
453 bitmapRowBytes);

Completed in 439 milliseconds