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

  /external/skia/src/gpu/
GrGlyph.h 48 fTooLargeForAtlas = GrDrawOpAtlas::GlyphTooLargeForAtlas(bounds.width(), bounds.height());
GrDrawOpAtlas.h 221 static bool GlyphTooLargeForAtlas(int width, int height) {
  /external/skqp/src/gpu/
GrGlyph.h 48 fTooLargeForAtlas = GrDrawOpAtlas::GlyphTooLargeForAtlas(bounds.width(), bounds.height());
GrDrawOpAtlas.h 217 static bool GlyphTooLargeForAtlas(int width, int height) {

Completed in 91 milliseconds