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

/external/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
/external/skia/src/core/
H A DSkVarAlloc.h31 char* ptr = fByte;
32 fByte += bytes;
46 char* fByte; member in class:SkVarAlloc

Completed in 323 milliseconds