Searched refs:PathGlyph (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/text/ |
D | GrTextBlob.cpp | 75 fPathGlyphs.push_back(PathGlyph(path, position.x(), position.y(), scale, preTransformed)); in appendPathGlyph() 240 GrTextBlob::Run::PathGlyph& pathGlyph = run.fPathGlyphs[i]; in flush() 456 const Run::PathGlyph& lPathGlyph = lRun.fPathGlyphs[i]; in AssertEqual() 457 const Run::PathGlyph& rPathGlyph = rRun.fPathGlyphs[i]; in AssertEqual()
|
D | GrTextBlob.h | 478 struct PathGlyph { struct 479 PathGlyph(const SkPath& path, SkScalar x, SkScalar y, SkScalar scale, bool preXformed) in PathGlyph() argument 507 SkTArray<PathGlyph> fPathGlyphs;
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 75 fPathGlyphs.push_back(PathGlyph(path, position.x(), position.y(), scale, preTransformed)); in appendPathGlyph() 240 GrTextBlob::Run::PathGlyph& pathGlyph = run.fPathGlyphs[i]; in flush() 456 const Run::PathGlyph& lPathGlyph = lRun.fPathGlyphs[i]; in AssertEqual() 457 const Run::PathGlyph& rPathGlyph = rRun.fPathGlyphs[i]; in AssertEqual()
|
D | GrTextBlob.h | 476 struct PathGlyph { struct 477 PathGlyph(const SkPath& path, SkScalar x, SkScalar y, SkScalar scale, bool preXformed) in PathGlyph() function 505 SkTArray<PathGlyph> fPathGlyphs;
|