Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Color/COLR/
H A DCOLR.hh1175 struct PaintScaleUniform struct
1179 bool subset (hb_subset_context_t *c, in subset()
1196 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1202 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()
1212 HBUINT8 format; /* format = 20 (noVar) or 21(Var) */
1213 Offset24To<Paint> src; /* Offset (from beginning of PaintScaleUniform table) to Paint subtable. */
1214 F2DOT14 scale;
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_colr.rs4174 impl<'a> FontRead<'a> for PaintScaleUniform<'a> { implementation
4185 pub type PaintScaleUniform<'a> = TableRef<'a, PaintScaleUniformMarker>; typedef
4187 impl<'a> PaintScaleUniform<'a> { implementation
4214 impl<'a> SomeTable<'a> for PaintScaleUniform<'a> { implementation
4232 impl<'a> std::fmt::Debug for PaintScaleUniform<'a> { implementation
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py1578 PaintScaleUniform = 20 variable in PaintFormat