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

  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 400 uint32_t glyphEndIndex() const { return fGlyphEndIndex; }
408 fGlyphStartIndex = prev.glyphEndIndex();
409 fGlyphEndIndex = prev.glyphEndIndex();
GrAtlasTextBlob.cpp 157 fGlyphs[subRun->glyphEndIndex()] = glyph;
516 SkASSERT_RELEASE(lSubRun.glyphEndIndex() == rSubRun.glyphEndIndex());

Completed in 565 milliseconds