Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Color/COLR/
H A DCOLR.hh1116 struct PaintScaleAroundCenter struct
1120 bool subset (hb_subset_context_t *c, in subset()
1142 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1148 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()
1165 HBUINT8 format; /* format = 18 (noVar) or 19(Var) */
1166 …et24To<Paint> src; /* Offset (from beginning of PaintScaleAroundCenter table) to Paint subtable. */
1167 F2DOT14 scaleX;
1168 F2DOT14 scaleY;
1169 FWORD centerX;
1170 FWORD centerY;
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_colr.rs3922 impl<'a> FontRead<'a> for PaintScaleAroundCenter<'a> { implementation
3936 pub type PaintScaleAroundCenter<'a> = TableRef<'a, PaintScaleAroundCenterMarker>; typedef
3938 impl<'a> PaintScaleAroundCenter<'a> { implementation
3983 impl<'a> SomeTable<'a> for PaintScaleAroundCenter<'a> { implementation
4004 impl<'a> std::fmt::Debug for PaintScaleAroundCenter<'a> { implementation
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py1576 PaintScaleAroundCenter = 18 variable in PaintFormat