Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkRemoteGlyphCache.cpp405 struct WireTypeface { struct
407 WireTypeface(SkFontID typeface_id, int glyph_count, SkFontStyle style, bool is_fixed) in WireTypeface() function
430 WireTypeface wire(SkTypeface::UniqueID(tf), tf->countGlyphs(), tf->fontStyle(), in serializeTypeface() argument
/third_party/skia/src/core/
DSkRemoteGlyphCache.cpp559 struct WireTypeface { struct
561 WireTypeface(SkFontID typeface_id, int glyph_count, SkFontStyle style, in WireTypeface() function
566 SkFontID typefaceID{0};
567 int glyphCount{0};
568 SkFontStyle style;
569 bool isFixed{false};
573 bool glyphMaskNeedsCurrentColor{false};