Home
last modified time | relevance | path

Searched refs:fGlyphRunList (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/core/
DSkGlyphRun.cpp276 return fGlyphRunList; in useGlyphRunList()
326 fGlyphRunList.~SkGlyphRunList(); in makeGlyphRunList()
327 new (&fGlyphRunList) SkGlyphRunList{ in makeGlyphRunList()
DSkGlyphRun.h168 SkGlyphRunList fGlyphRunList; variable
/third_party/skia/src/core/
DSkGlyphRun.cpp350 fGlyphRunList.~SkGlyphRunList(); in makeGlyphRunList()
351 return *new (&fGlyphRunList) in makeGlyphRunList()
DSkGlyphRun.h160 SkGlyphRunList fGlyphRunList; variable
/third_party/skia/src/gpu/text/
DGrTextBlob.h329 const SkGlyphRunList& fGlyphRunList; variable
DGrTextBlob.cpp2331 , fGlyphRunList{glyphRunList}
2392 SkPoint drawOrigin = fGlyphRunList.origin(); in processSourcePaths()
2458 fClip, fViewMatrix, fGlyphRunList.origin(), fPaint, fSDC, std::move(subRun)); in draw()