Home
last modified time | relevance | path

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

/third_party/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1163 struct SubRun { const ShapedRun& run; size_t startGlyphIndex; size_t endGlyphIndex; }; in wrap() struct
/third_party/flutter/skia/src/gpu/text/
DGrTextBlob.h278 SubRun(Run* run, const SkStrikeSpec& strikeSpec, GrColor color) in SubRun() function