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

  /external/skia/src/gpu/
GrAtlasTextContext.h 110 , fGlyphEndIndex(0)
124 uint32_t fGlyphEndIndex;
135 newSubRun.fGlyphStartIndex = prevSubRun.fGlyphEndIndex;
136 newSubRun.fGlyphEndIndex = prevSubRun.fGlyphEndIndex;
GrAtlasTextContext.cpp 508 newRun.fGlyphStartIndex = lastRun.fGlyphEndIndex;
509 newRun.fGlyphEndIndex = lastRun.fGlyphEndIndex;
    [all...]

Completed in 28 milliseconds