Home
last modified time | relevance | path

Searched refs:fByte (Results 1 – 3 of 3) sorted by relevance

/external/skia/samplecode/
DSampleTextAlpha.cpp34 fByte = 0xFF; in TextAlphaView()
55 paint.setARGB(fByte, 0xFF, 0xFF, 0xFF); in onDrawContent()
83 fByte = y; in onClick()
89 int fByte; member in TextAlphaView
/external/skia/src/core/
DSkVarAlloc.h31 char* ptr = fByte; in alloc()
32 fByte += bytes; in alloc()
46 char* fByte; variable
DSkVarAlloc.cpp24 , fByte(nullptr) in SkVarAlloc()
31 , fByte(storage) in SkVarAlloc()
54 fByte = fBlock->data(); in makeSpace()