Home
last modified time | relevance | path

Searched refs:PathGlyph (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/text/
DGrTextBlob.cpp75 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()
DGrTextBlob.h478 struct PathGlyph { struct
479 PathGlyph(const SkPath& path, SkScalar x, SkScalar y, SkScalar scale, bool preXformed) in PathGlyph() function
507 SkTArray<PathGlyph> fPathGlyphs;
/external/skia/src/gpu/text/
DGrTextBlob.cpp164 struct PathGlyph;
170 SkSpan<PathGlyph> paths,
171 std::unique_ptr<PathGlyph[], GrSubRunAllocator::ArrayDestroyer> pathData);
190 struct PathGlyph { struct in __anon68cae19c0111::PathSubRun
191 PathGlyph(const SkPath& path, SkPoint origin);
198 const SkSpan<const PathGlyph> fPaths;
199 const std::unique_ptr<PathGlyph[], GrSubRunAllocator::ArrayDestroyer> fPathData;
205 SkSpan<PathGlyph> paths, in PathSubRun()
206 std::unique_ptr<PathGlyph[], GrSubRunAllocator::ArrayDestroyer> pathData) in PathSubRun() argument
276 auto pathData = alloc->makeUniqueArray<PathGlyph>( in Make()
[all …]