Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dcursor.c42 int bitmapRowBytes, maskBytes, dataBytes; in rfbSendCursorShape() local
89 bitmapRowBytes = (pCursor->width + 7) / 8; in rfbSendCursorShape()
90 maskBytes = bitmapRowBytes * pCursor->height; in rfbSendCursorShape()
137 for (j = 0; j < bitmapRowBytes; j++) { in rfbSendCursorShape()
138 bitmapByte = bitmapData[i * bitmapRowBytes + j]; in rfbSendCursorShape()
160 for (j = 0; j < bitmapRowBytes; j++) { in rfbSendCursorShape()
161 bitmapByte = bitmapData[i * bitmapRowBytes + j]; in rfbSendCursorShape()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp560 int bitmapRowBytes = 0; in generateGlyphImage() local
562 bitmapRowBytes = glyph.rowBytes(); in generateGlyphImage()
569 bitmapRowBytes); in generateGlyphImage()