Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1178 struct SubRun { const ShapedRun& run; size_t startGlyphIndex; size_t endGlyphIndex; }; in wrap() argument
/external/skia/src/gpu/text/
DGrTextBlob.cpp46 GrTextBlob::SubRun::SubRun(SubRunType type, GrTextBlob* textBlob, const SkStrikeSpec& strikeSpec, in SubRun() function in GrTextBlob::SubRun
64 GrTextBlob::SubRun::SubRun(GrTextBlob* textBlob, const SkStrikeSpec& strikeSpec) in SubRun() function in GrTextBlob::SubRun
/external/skqp/src/gpu/text/
DGrTextBlob.h278 SubRun(Run* run, const SkAutoDescriptor& desc, GrColor color) in SubRun() function