Searched defs:PaintScaleUniform (Results 1 – 3 of 3) sorted by relevance
1175 struct PaintScaleUniform struct1179 bool subset (hb_subset_context_t *c, in subset()1196 bool sanitize (hb_sanitize_context_t *c) const in sanitize()1202 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()1212 HBUINT8 format; /* format = 20 (noVar) or 21(Var) */1213 Offset24To<Paint> src; /* Offset (from beginning of PaintScaleUniform table) to Paint subtable. */1214 F2DOT14 scale;
4174 impl<'a> FontRead<'a> for PaintScaleUniform<'a> { implementation4185 pub type PaintScaleUniform<'a> = TableRef<'a, PaintScaleUniformMarker>; typedef4187 impl<'a> PaintScaleUniform<'a> { implementation4214 impl<'a> SomeTable<'a> for PaintScaleUniform<'a> { implementation4232 impl<'a> std::fmt::Debug for PaintScaleUniform<'a> { implementation
1578 PaintScaleUniform = 20 variable in PaintFormat