Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkGlyph.h209 bool imageTooLarge() const { return fWidth >= kMaxGlyphWidth; } in imageTooLarge() function
/third_party/skia/src/core/
DSkGlyph.h325 bool imageTooLarge() const { return fWidth >= kMaxGlyphWidth; } in imageTooLarge() function