Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-color-colr-table.hh936 struct ClipBox struct
938 ClipBox* copy (hb_serialize_context_t *c) const in copy()
949 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()
960 bool get_extents (hb_glyph_extents_t *extents, in get_extents()
983 union {
987 } u;
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1283 class ClipBox(getFormatSwitchingBaseTableClass("uint8")): class