Searched defs:RunRec (Results 1 – 2 of 2) sorted by relevance
145 struct RunRec { struct146 SkFont font;147 std::unique_ptr<SkPaint> fillPaint,148 strokePaint;149 std::unique_ptr<SkGlyphID[]> glyphs; // filled by SkShaper150 std::unique_ptr<SkPoint[]> glyphPos; // filled by SkShaper151 std::unique_ptr<PositionAdjustment[]> glyhPosAdjust; // deferred positioning adjustments152 size_t glyphCount;153 SkVector advance;
252 struct RunRec { struct in skottie::__anon5ae2bb0b0111::BlobMaker253 SkFont fFont;254 size_t fGlyphCount;