Searched refs:fByte (Results 1 - 2 of 2) sorted by relevance

/external/skia/samplecode/
H A DSampleTextAlpha.cpp50 fByte = 0xFF;
71 paint.setARGB(fByte, 0xFF, 0xFF, 0xFF);
87 check_for_nonwhite(canvas->getDevice()->accessBitmap(false), fByte);
88 SkDebugf("------ byte %x\n", fByte);
92 fByte += 1;
93 fByte &= 0xFF;
109 fByte = y;
115 int fByte; member in class:TextAlphaView
/external/chromium_org/third_party/skia/samplecode/
H A DSampleTextAlpha.cpp34 fByte = 0xFF;
55 paint.setARGB(fByte, 0xFF, 0xFF, 0xFF);
83 fByte = y;
89 int fByte; member in class:TextAlphaView

Completed in 92 milliseconds