HomeSort by relevance Sort by last modified time
    Searched refs:return_trace (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/harfbuzz_ng/src/
hb-aat-layout-bsln-table.hh 45 return_trace (likely (c->check_struct (this)));
63 return_trace (likely (c->check_struct (this) &&
81 return_trace (likely (c->check_struct (this)));
104 return_trace (c->check_struct (this) && lookupTable.sanitize (c));
125 return_trace (false);
129 case 0: return_trace (parts.format0.sanitize (c));
130 case 1: return_trace (parts.format1.sanitize (c));
131 case 2: return_trace (parts.format2.sanitize (c));
132 case 3: return_trace (parts.format3.sanitize (c));
133 default:return_trace (true)
    [all...]
hb-ot-stat-table.hh 65 return_trace (likely (c->check_struct (this)));
88 return_trace (likely (c->check_struct (this)));
115 return_trace (likely (c->check_struct (this)));
140 return_trace (likely (c->check_struct (this)));
157 return_trace (likely (c->check_struct (this)));
182 return_trace (false);
186 case 1: return_trace (likely (u.format1.sanitize (c)));
187 case 2: return_trace (likely (u.format2.sanitize (c)));
188 case 3: return_trace (likely (u.format3.sanitize (c)));
189 case 4: return_trace (likely (u.format4.sanitize (c)))
    [all...]
hb-aat-layout-just-table.hh 51 return_trace (likely (c->check_struct (this)));
68 return_trace (likely (c->check_struct (this)));
97 return_trace (c->check_struct (this));
115 return_trace (likely (c->check_struct (this)));
140 return_trace (likely (c->check_struct (this)));
166 return_trace (likely (c->check_struct (this)));
187 return_trace (false);
191 case 0: return_trace (u.decompositionAction.sanitize (c));
192 case 1: return_trace (u.unconditionalAddGlyphAction.sanitize (c));
193 case 2: return_trace (u.conditionalAddGlyphAction.sanitize (c))
    [all...]
hb-ot-layout-gsub-table.hh 78 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
86 if (likely (index == NOT_COVERED)) return_trace (false);
93 return_trace (true);
101 if (unlikely (!c->extend_min (*this))) return_trace (false);
102 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs))) return_trace (false);
104 return_trace (true);
123 return_trace (from.len);
129 return_trace (coverage.sanitize (c, this) && deltaGlyphID.sanitize (c));
179 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
186 if (likely (index == NOT_COVERED)) return_trace (false)
    [all...]
hb-ot-gasp-table.hh 47 return_trace (c->check_struct (this));
68 return_trace (c->check_struct (this) &&
hb-ot-kern-table.hh 75 return_trace (true);
81 return_trace (c->check_struct (this) &&
130 case 0: return_trace (c->dispatch (u.format0));
131 case 1: return_trace (u.header.apple ? c->dispatch (u.format1) : c->default_return_value ());
132 case 2: return_trace (c->dispatch (u.format2));
133 case 3: return_trace (u.header.apple ? c->dispatch (u.format3) : c->default_return_value ());
134 default: return_trace (c->default_return_value ());
143 !c->check_range (this, u.header.length))) return_trace (false);
145 return_trace (dispatch (c));
184 return_trace (c->check_struct (this))
    [all...]
hb-ot-layout-gpos-table.hh 201 return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
209 if (!c->check_range (values, count, get_size ())) return_trace (false);
211 if (!has_device ()) return_trace (true);
215 return_trace (false);
219 return_trace (true);
227 if (!has_device ()) return_trace (true);
231 return_trace (false);
235 return_trace (true);
253 return_trace (c->check_struct (this));
284 return_trace (c->check_struct (this))
    [all...]
hb-open-type.hh 83 return_trace (likely (c->check_struct (this)));
137 return_trace (likely (c->check_struct (this)));
227 return_trace (c->check_struct (this));
290 if (unlikely (!c->check_struct (this))) return_trace (false);
291 if (unlikely (this->is_null ())) return_trace (true);
292 if (unlikely (!c->check_range (base, *this))) return_trace (false);
293 return_trace (true);
299 return_trace (sanitize_shallow (c, base) &&
308 return_trace (sanitize_shallow (c, base) &&
317 return_trace (sanitize_shallow (c, base) &
    [all...]
hb-ot-cff-common.hh 88 return_trace (likely ((count.sanitize (c) && count == 0) || /* empty INDEX */
113 if (unlikely (dest == nullptr)) return_trace (false);
115 return_trace (true);
126 if (unlikely (dest == nullptr)) return_trace (false);
132 if (unlikely (!c->extend_min (*this))) return_trace (false);
136 return_trace (false);
154 return_trace (false);
157 return_trace (true);
276 if (unlikely (!c->extend_min (*this))) return_trace (false);
280 return_trace (false)
    [all...]
hb-ot-layout-common.hh 95 return_trace (c->check_struct (this) && offset.sanitize (c, base, &closure));
143 if (unlikely (!out)) return_trace (false);
147 return_trace (true);
153 return_trace (RecordArrayOf<Type>::sanitize (c, this));
166 return_trace (c->check_struct (this));
236 return_trace (c->serializer->embed (*this));
243 return_trace (c->check_struct (this) && featureIndex.sanitize (c));
282 if (unlikely (!out)) return_trace (false);
287 return_trace (true);
294 return_trace (defaultLangSys.sanitize (c, this) && langSys.sanitize (c, this))
    [all...]
hb-aat-fdsc-table.hh 62 return_trace (c->check_struct (this));
106 return_trace (c->check_struct (this) &&
hb-aat-ltag-table.hh 49 return_trace (c->check_struct (this) && (base+tag).sanitize (c, length));
75 return_trace (likely (c->check_struct (this) &&
hb-ot-hdmx-table.hh 85 return_trace (false);
97 return_trace (false);
102 return_trace (true);
108 return_trace (likely (c->check_struct (this) &&
139 if (unlikely (!c->extend_min ((*this)))) return_trace (false);
151 return_trace (false);
154 return_trace (true);
196 return_trace (c->check_struct (this) &&
hb-aat-layout-common.hh 60 return_trace (arrayZ.sanitize (c, c->get_num_glyphs ()));
65 return_trace (arrayZ.sanitize (c, c->get_num_glyphs (), base));
88 return_trace (c->check_struct (this) && value.sanitize (c));
93 return_trace (c->check_struct (this) && value.sanitize (c, base));
118 return_trace (segments.sanitize (c));
123 return_trace (segments.sanitize (c, base));
152 return_trace (c->check_struct (this) &&
160 return_trace (c->check_struct (this) &&
189 return_trace (segments.sanitize (c, this));
194 return_trace (segments.sanitize (c, this, base))
    [all...]
hb-ot-maxp-table.hh 47 return_trace (c->check_struct (this));
87 return_trace (false);
92 return_trace (v1.sanitize (c));
94 return_trace (likely (version.major == 0 && version.minor == 0x5000u));
hb-ot-var-avar-table.hh 48 return_trace (c->check_struct (this));
110 return_trace (false);
117 return_trace (false);
121 return_trace (true);
hb-ot-math-table.hh 47 return_trace (c->check_struct (this) && deviceTable.sanitize (c, base));
69 return_trace (false);
71 return_trace (true);
77 return_trace (c->check_struct (this) && sanitize_math_value_records (c));
171 return_trace (c->check_struct (this) &&
202 return_trace (c->check_struct (this) &&
237 if (!mathValueRecordsZ.arrayZ[i].sanitize (c, this)) return_trace (false);
238 return_trace (true);
244 return_trace (c->check_struct (this) &&
304 return_trace (false)
    [all...]
hb-open-file.hh 69 return_trace (c->check_struct (this));
128 if (unlikely (!c->extend_min (*this))) return_trace (false);
133 if (unlikely (!tables.serialize (c, items.len))) return_trace (false);
185 return_trace (true);
191 return_trace (c->check_struct (this) && tables.sanitize (c));
217 return_trace (table.sanitize (c, this));
257 if (unlikely (!u.header.version.sanitize (c))) return_trace (false);
260 case 1: return_trace (u.version1.sanitize (c));
261 default:return_trace (true);
291 return_trace (c->check_struct (this) &
    [all...]
hb-ot-layout-gdef-table.hh 78 return_trace (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
109 return_trace (c->check_struct (this));
134 return_trace (c->check_struct (this));
159 return_trace (c->check_struct (this) && deviceTable.sanitize (c, this));
191 if (!u.format.sanitize (c)) return_trace (false);
193 case 1: return_trace (u.format1.sanitize (c));
194 case 2: return_trace (u.format2.sanitize (c));
195 case 3: return_trace (u.format3.sanitize (c));
196 default:return_trace (true);
235 return_trace (carets.sanitize (c, this))
    [all...]
hb-ot-layout-base-table.hh 52 return_trace (likely (c->check_struct (this)));
73 return_trace (c->check_struct (this));
102 return_trace (likely (c->check_struct (this) &&
134 if (unlikely (!u.format.sanitize (c))) return_trace (false);
136 case 1: return_trace (u.format1.sanitize (c));
137 case 2: return_trace (u.format2.sanitize (c));
138 case 3: return_trace (u.format3.sanitize (c));
139 default:return_trace (false);
174 return_trace (likely (c->check_struct (this) &&
219 return_trace (likely (c->check_struct (this) &
    [all...]
hb-ot-color-colr-table.hh 45 return_trace (c->check_struct (this));
72 return_trace (likely (c->check_struct (this)));
120 return_trace (likely (c->check_struct (this) &&
hb-ot-var-hvar-table.hh 41 return_trace (c->check_struct (this) &&
109 return_trace (version.sanitize (c) &&
151 return_trace (static_cast<const HVARVVAR *> (this)->sanitize (c) &&
hb-ot-layout-jstf-table.hh 60 return_trace (c->check_struct (this) &&
130 return_trace (OffsetListOf<JstfPriority>::sanitize (c));
171 return_trace (extenderGlyphs.sanitize (c, this) &&
216 return_trace (version.sanitize (c) &&
hb-ot-layout-gsubgpos.hh 783 if (unlikely (count > HB_MAX_CONTEXT_LENGTH)) return_trace (false);
830 if (!skippy_iter.next ()) return_trace (false);
869 return_trace (false);
878 return_trace (false);
889 return_trace (true);
    [all...]
hb-ot-cff1-table.hh 62 return_trace (c->check_struct (this) && codes[nCodes - 1].sanitize (c));
90 return_trace (c->check_struct (this));
106 return_trace (c->check_struct (this) && ((nRanges == 0) || (ranges[nRanges - 1]).sanitize (c)));
134 return_trace (c->check_struct (this));
147 return_trace (c->check_struct (this) && ((nSups == 0) || (supps[nSups - 1]).sanitize (c)));
172 return_trace (false);
175 return_trace (false);
177 return_trace (false);
178 return_trace (((format & 0x80) == 0) || suppEncData ().sanitize (c));
187 if (unlikely (dest == nullptr)) return_trace (false)
    [all...]

Completed in 2116 milliseconds

1 2 3