Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBigPicture.cpp89 bool hasText = false, hasBitmap = false; in Analysis() local
/external/skia/src/gpu/text/
DGrAtlasTextBlob.h107 bool hasBitmap() const { return SkToBool(fTextType & kHasBitmap_TextType); } in hasBitmap() function