Home
last modified time | relevance | path

Searched refs:lastGlyphRange (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DTextLine.h255 void computeNextPaintGlyphRange(ClipContext& context, const TextRange& lastGlyphRange, StyleType styleType) const;
H A DTextLine.cpp1418 const TextRange& lastGlyphRange, StyleType styleType) const
1424 auto intersect = intersected(lastGlyphRange, curGlyphRange);
1501 TextRange lastGlyphRange = EMPTY_TEXT; local
1567 computeNextPaintGlyphRange(clipContext, lastGlyphRange, styleType);
1569 lastGlyphRange = TextRange(clipContext.pos, clipContext.pos + clipContext.size);
1417 computeNextPaintGlyphRange(ClipContext& context, const TextRange& lastGlyphRange, StyleType styleType) const global() argument

Completed in 8 milliseconds