Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Color/COLR/
H A DCOLR.hh1219 struct PaintScaleUniformAroundCenter struct
1223 bool subset (hb_subset_context_t *c, in subset()
1244 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1250 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()
1266 HBUINT8 format; /* format = 22 (noVar) or 23(Var) */
1267 …Paint> src; /* Offset (from beginning of PaintScaleUniformAroundCenter table) to Paint subtable. */
1268 F2DOT14 scale;
1269 FWORD centerX;
1270 FWORD centerY;
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_colr.rs4371 impl<'a> FontRead<'a> for PaintScaleUniformAroundCenter<'a> { implementation
4384 pub type PaintScaleUniformAroundCenter<'a> = TableRef<'a, PaintScaleUniformAroundCenterMarker>; typedef
4386 impl<'a> PaintScaleUniformAroundCenter<'a> { impl
4425 impl<'a> SomeTable<'a> for PaintScaleUniformAroundCenter<'a> { implementation
4445 impl<'a> std::fmt::Debug for PaintScaleUniformAroundCenter<'a> { implementation
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py1580 PaintScaleUniformAroundCenter = 22 variable in PaintFormat