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

  /external/skia/src/gpu/
GrGlyph.h 41 bool fTooLargeForAtlas;
50 fTooLargeForAtlas = GrDrawOpAtlas::GlyphTooLargeForAtlas(bounds.width(), bounds.height());
  /external/skia/src/gpu/text/
GrAtlasTextBlob.cpp 83 if (glyph->fTooLargeForAtlas) {

Completed in 96 milliseconds