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

  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.h 42 bool glyphTooLargeForAtlas(GrGlyph*);
GrTextStrike.cpp 292 bool GrTextStrike::glyphTooLargeForAtlas(GrGlyph* glyph) {
GrBitmapTextContext.cpp 458 if (!fStrike->glyphTooLargeForAtlas(glyph)) {
GrDistanceFieldTextContext.cpp 278 if (!fStrike->glyphTooLargeForAtlas(glyph)) {

Completed in 183 milliseconds