Home
last modified time | relevance | path

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

/third_party/skia/fuzz/
DFuzzSkParagraph.cpp151 uint8_t mark_type, mark_index; in AddZalgoText() local
152 fuzz->next(&mark_type, &mark_index); in AddZalgoText()
155 result += COMBINING_UP[mark_index % COMBINING_UP.size()]; in AddZalgoText()
158 result += COMBINING_MIDDLE[mark_index % COMBINING_MIDDLE.size()]; in AddZalgoText()
162 result += COMBINING_DOWN[mark_index % COMBINING_DOWN.size()]; in AddZalgoText()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh426 unsigned int mark_index, unsigned int glyph_index, in apply()
432 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index); in apply()
1137 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply() local
1138 if (likely (mark_index == NOT_COVERED)) return_trace (false); in apply()
1170 …return_trace ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skipp… in apply()
1258 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply() local
1259 if (likely (mark_index == NOT_COVERED)) return_trace (false); in apply()
1294 return_trace ((this+markArray).apply (c, mark_index, comp_index, lig_attach, classCount, j)); in apply()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh685 unsigned int mark_index, unsigned int glyph_index, in apply()
691 const MarkRecord &record = Array16Of<MarkRecord>::operator[](mark_index); in apply()
2055 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply() local
2056 if (likely (mark_index == NOT_COVERED)) return_trace (false); in apply()
2088 …return_trace ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skipp… in apply()
2310 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply() local
2311 if (likely (mark_index == NOT_COVERED)) return_trace (false); in apply()
2346 return_trace ((this+markArray).apply (c, mark_index, comp_index, lig_attach, classCount, j)); in apply()
/third_party/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh685 unsigned int mark_index, unsigned int glyph_index, in apply()
691 const MarkRecord &record = Array16Of<MarkRecord>::operator[](mark_index); in apply()
2057 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply() local
2058 if (likely (mark_index == NOT_COVERED)) return_trace (false); in apply()
2090 …return_trace ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skipp… in apply()
2314 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint); in apply() local
2315 if (likely (mark_index == NOT_COVERED)) return_trace (false); in apply()
2350 return_trace ((this+markArray).apply (c, mark_index, comp_index, lig_attach, classCount, j)); in apply()
/third_party/chromium/patch/
D0001-cve.patch34818 …return_trace ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skipp…