Home
last modified time | relevance | path

Searched refs:dest_v1 (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-maxp-table.hh107 maxpV1Tail *dest_v1 = c->serializer->embed<maxpV1Tail> (src_v1); in subset() local
108 if (unlikely (!dest_v1)) return_trace (false); in subset()
111 drop_hint_fields (dest_v1); in subset()
117 static void drop_hint_fields (maxpV1Tail* dest_v1) in drop_hint_fields()
119 dest_v1->maxZones = 1; in drop_hint_fields()
120 dest_v1->maxTwilightPoints = 0; in drop_hint_fields()
121 dest_v1->maxStorage = 0; in drop_hint_fields()
122 dest_v1->maxFunctionDefs = 0; in drop_hint_fields()
123 dest_v1->maxInstructionDefs = 0; in drop_hint_fields()
124 dest_v1->maxStackElements = 0; in drop_hint_fields()
[all …]