HomeSort by relevance Sort by last modified time
    Searched refs:fTooLargeForAtlas (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrGlyph.h 39 bool fTooLargeForAtlas;
48 fTooLargeForAtlas = GrDrawOpAtlas::GlyphTooLargeForAtlas(bounds.width(), bounds.height());
  /external/skqp/src/gpu/
GrGlyph.h 39 bool fTooLargeForAtlas;
48 fTooLargeForAtlas = GrDrawOpAtlas::GlyphTooLargeForAtlas(bounds.width(), bounds.height());
  /external/skia/src/gpu/text/
GrAtlasTextBlob.cpp 88 if (glyph->fTooLargeForAtlas) {
  /external/skqp/src/gpu/text/
GrAtlasTextBlob.cpp 82 if (glyph->fTooLargeForAtlas) {

Completed in 94 milliseconds