Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/text/
H A DGrTextBlob.h243 const GrSubRunList& subRunList() const { return fSubRunList; } in subRunList()
276 GrSubRunList fSubRunList; member in final
H A DGrTextBlob.cpp1559 if ((fSubRunList.isEmpty() || fSomeGlyphsExcluded || hasPerspective()) && in canReuse()
1573 for (const GrSubRun& subRun : fSubRunList) { in canReuse()
1599 fSubRunList.append(std::move(subRun)); in addMultiMaskFormat()
1641 fSubRunList.append(PathSubRun::Make(drawables, in processSourcePaths()
1657 fSubRunList.append( in processSourceSDFT()

Completed in 7 milliseconds