Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1145 struct SubRun { const ShapedRun& run; size_t startGlyphIndex; size_t endGlyphIndex; }; in wrap() argument
/aosp_15_r20/external/skia/src/text/gpu/
H A DSubRunContainer.h129 class SubRun; variable