Home
last modified time | relevance | path

Searched defs:idsOrPaths (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkStrike.cpp175 void SkStrike::glyphIDsToPaths(SkSpan<sktext::IDOrPath> idsOrPaths) { in glyphIDsToPaths()
/external/skia/src/text/gpu/
DSubRunContainer.cpp645 auto idsOrPaths = SkSpan(alloc->makeUniqueArray<IDOrPath>(glyphCount).release(), glyphCount); in MakeFromBuffer() local
663 SkSpan<IDOrPath> idsOrPaths, in PathOpSubmitter()
689 IDOrPath* idsOrPaths = alloc->makeUniqueArray<IDOrPath>(glyphCount).release(); in Make() local