Searched defs:PaintScale (Results 1 – 4 of 4) sorted by relevance
1067 struct PaintScale struct1071 bool subset (hb_subset_context_t *c, in subset()1091 bool sanitize (hb_sanitize_context_t *c) const in sanitize()1097 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()1108 HBUINT8 format; /* format = 16 (noVar) or 17(Var) */1109 Offset24To<Paint> src; /* Offset (from beginning of PaintScale table) to Paint subtable. */1110 F2DOT14 scaleX;1111 F2DOT14 scaleY;
3700 impl<'a> FontRead<'a> for PaintScale<'a> { implementation3712 pub type PaintScale<'a> = TableRef<'a, PaintScaleMarker>; typedef3714 impl<'a> PaintScale<'a> { impl3747 impl<'a> SomeTable<'a> for PaintScale<'a> { implementation3766 impl<'a> std::fmt::Debug for PaintScale<'a> { implementation
1574 PaintScale = 16 variable in PaintFormat
META-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/ ...