Searched refs:fByte (Results 1 – 2 of 2) sorted by relevance
50 fByte = 0xFF; in TextAlphaView()71 paint.setARGB(fByte, 0xFF, 0xFF, 0xFF); in onDrawContent()87 check_for_nonwhite(canvas->getDevice()->accessBitmap(false), fByte); in onDrawContent()88 SkDebugf("------ byte %x\n", fByte); in onDrawContent()92 fByte += 1; in onDrawContent()93 fByte &= 0xFF; in onDrawContent()109 fByte = y; in onClick()115 int fByte; member in TextAlphaView
34 fByte = 0xFF; in TextAlphaView()55 paint.setARGB(fByte, 0xFF, 0xFF, 0xFF); in onDrawContent()83 fByte = y; in onClick()89 int fByte; member in TextAlphaView