Home
last modified time | relevance | path

Searched refs:fPathGlyphs (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/text/
DGrTextBlob.cpp75 fPathGlyphs.push_back(PathGlyph(path, position.x(), position.y(), scale, preTransformed)); in appendPathGlyph()
235 if (run.fPathGlyphs.count()) { in flush()
239 for (int i = 0; i < run.fPathGlyphs.count(); i++) { in flush()
240 GrTextBlob::Run::PathGlyph& pathGlyph = run.fPathGlyphs[i]; in flush()
454 SkASSERT_RELEASE(lRun.fPathGlyphs.count() == rRun.fPathGlyphs.count()); in AssertEqual()
455 for (int i = 0; i < lRun.fPathGlyphs.count(); i++) { in AssertEqual()
456 const Run::PathGlyph& lPathGlyph = lRun.fPathGlyphs[i]; in AssertEqual()
457 const Run::PathGlyph& rPathGlyph = rRun.fPathGlyphs[i]; in AssertEqual()
DGrTextBlob.h507 SkTArray<PathGlyph> fPathGlyphs; member