Searched refs:bitmapRowBytes (Results 1 – 2 of 2) sorted by relevance
42 int bitmapRowBytes, maskBytes, dataBytes; in rfbSendCursorShape() local89 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()
560 int bitmapRowBytes = 0; in generateGlyphImage() local562 bitmapRowBytes = glyph.rowBytes(); in generateGlyphImage()569 bitmapRowBytes); in generateGlyphImage()