Home | History | Annotate | Download | only in src

Lines Matching refs:codepoint

431     mark_anchor.get_anchor (c->font, buffer->cur().codepoint, &mark_x, &mark_y);
432 glyph_anchor.get_anchor (c->font, buffer->info[glyph_pos].codepoint, &base_x, &base_y);
472 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
521 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
630 hb_codepoint_t x = buffer->info[pos].codepoint;
704 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
777 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint);
788 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().codepoint);
789 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint);
920 const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().codepoint)];
927 const EntryExitRecord &next_record = entryExitRecord[(this+coverage).get_coverage (buffer->info[skippy_iter.idx].codepoint)];
934 (this+this_record.exitAnchor).get_anchor (c->font, buffer->info[i].codepoint, &exit_x, &exit_y);
935 (this+next_record.entryAnchor).get_anchor (c->font, buffer->info[j].codepoint, &entry_x, &entry_y);
1077 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint);
1094 unsigned int base_index = (this+baseCoverage).get_coverage (buffer->info[skippy_iter.idx].codepoint);
1178 unsigned int mark_index = (this+markCoverage).get_coverage (buffer->cur().codepoint);
1191 unsigned int lig_index = (this+ligatureCoverage).get_coverage (buffer->info[j].codepoint);
1291 unsigned int mark1_index = (this+mark1Coverage).get_coverage (buffer->cur().codepoint);
1325 unsigned int mark2_index = (this+mark2Coverage).get_coverage (buffer->info[j].codepoint);