OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphEndIndex
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/text/
GrAtlasTextBlob.h
408
uint32_t
glyphEndIndex
() const { return fGlyphEndIndex; }
416
fGlyphStartIndex = prev.
glyphEndIndex
();
417
fGlyphEndIndex = prev.
glyphEndIndex
();
GrAtlasTextBlob.cpp
151
fGlyphs[subRun->
glyphEndIndex
()] = glyph;
547
SkASSERT_RELEASE(lSubRun.
glyphEndIndex
() == rSubRun.
glyphEndIndex
());
Completed in 81 milliseconds