Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-color-colr-table.hh776 struct PaintRotateAroundCenter struct
780 bool subset (hb_subset_context_t *c) const in subset()
789 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
795 HBUINT8 format; /* format = 26 (noVar) or 27(Var) */
796 …t24To<Paint> src; /* Offset (from beginning of PaintRotateAroundCenter table) to Paint subtable. */
797 F2DOT14 angle;
798 FWORD centerX;
799 FWORD centerY;
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1487 PaintRotateAroundCenter = 26 variable in PaintFormat