Home
last modified time | relevance | path

Searched defs:hasBitmap (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/text/
DGrTextBlob.h130 bool hasBitmap() const { return SkToBool(fTextType & kHasBitmap_TextType); } in hasBitmap() function
/external/skia/src/gpu/text/
DGrTextBlob.h133 bool hasBitmap() const { return SkToBool(fTextType & kHasBitmap_TextType); } in hasBitmap() function