Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAtlasTextContext.h191 kHasBitmap_TextType = 0x2, enumerator
250 bool hasBitmap() const { return SkToBool(fTextType & kHasBitmap_TextType); } in hasBitmap()
252 void setHasBitmap() { fTextType |= kHasBitmap_TextType; } in setHasBitmap()