Searched defs:bitmapRowBytes (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/libvncserver/
H A Dcursor.c42 int bitmapRowBytes, maskBytes, dataBytes; local
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/
H A DSkFontHost_FreeType_common.cpp445 int bitmapRowBytes = 0; local
447 bitmapRowBytes = glyph.rowBytes();
453 bitmapRowBytes); local

Completed in 109 milliseconds