Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Color/COLR/
H A DCOLR.hh1319 struct PaintRotateAroundCenter struct
1323 bool subset (hb_subset_context_t *c, in subset()
1344 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1350 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()
1366 HBUINT8 format; /* format = 26 (noVar) or 27(Var) */
1367 …t24To<Paint> src; /* Offset (from beginning of PaintRotateAroundCenter table) to Paint subtable. */
1368 F2DOT14 angle;
1369 FWORD centerX;
1370 FWORD centerY;
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_colr.rs4801 impl<'a> FontRead<'a> for PaintRotateAroundCenter<'a> { implementation
4814 pub type PaintRotateAroundCenter<'a> = TableRef<'a, PaintRotateAroundCenterMarker>; typedef
4816 impl<'a> PaintRotateAroundCenter<'a> { impl
4856 impl<'a> SomeTable<'a> for PaintRotateAroundCenter<'a> { implementation
4876 impl<'a> std::fmt::Debug for PaintRotateAroundCenter<'a> { implementation
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py1584 PaintRotateAroundCenter = 26 variable in PaintFormat