Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Color/COLR/
H A DCOLR.hh1275 struct PaintRotate struct
1279 bool subset (hb_subset_context_t *c, in subset()
1296 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1302 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()
1312 HBUINT8 format; /* format = 24 (noVar) or 25(Var) */
1313 Offset24To<Paint> src; /* Offset (from beginning of PaintRotate table) to Paint subtable. */
1314 F2DOT14 angle;
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_colr.rs4603 impl<'a> FontRead<'a> for PaintRotate<'a> { implementation
4614 pub type PaintRotate<'a> = TableRef<'a, PaintRotateMarker>; typedef
4616 impl<'a> PaintRotate<'a> { implementation
4644 impl<'a> SomeTable<'a> for PaintRotate<'a> { implementation
4662 impl<'a> std::fmt::Debug for PaintRotate<'a> { implementation
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py1582 PaintRotate = 24 variable in PaintFormat