Home | History | Annotate | Download | only in src

Lines Matching full:codepoint

405     mark_anchor.get_anchor (c->font, c->buffer->cur().codepoint, &mark_x, &mark_y);
406 glyph_anchor.get_anchor (c->font, c->buffer->info[glyph_pos].codepoint, &base_x, &base_y);
442 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
487 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
600 if (c->buffer->info[pos].codepoint == record->secondGlyph)
665 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
737 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
746 unsigned int klass1 = (this+classDef1).get_class (c->buffer->cur().codepoint);
747 unsigned int klass2 = (this+classDef2).get_class (c->buffer->info[skippy_iter.idx].codepoint);
887 const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (c->buffer->cur().codepoint)];
892 const EntryExitRecord &next_record = entryExitRecord[(this+coverage).get_coverage (c->buffer->info[skippy_iter.idx].codepoint)];
899 (this+this_record.exitAnchor).get_anchor (c->font, c->buffer->info[i].codepoint, &exit_x, &exit_y);
900 (this+next_record.entryAnchor).get_anchor (c->font, c->buffer->info[j].codepoint, &entry_x, &entry_y);
1028 unsigned int mark_index = (this+markCoverage).get_coverage (c->buffer->cur().codepoint);
1044 unsigned int base_index = (this+baseCoverage).get_coverage (c->buffer->info[skippy_iter.idx].codepoint);
1132 unsigned int mark_index = (this+markCoverage).get_coverage (c->buffer->cur().codepoint);
1144 unsigned int lig_index = (this+ligatureCoverage).get_coverage (c->buffer->info[j].codepoint);
1248 unsigned int mark1_index = (this+mark1Coverage).get_coverage (c->buffer->cur().codepoint);
1281 unsigned int mark2_index = (this+mark2Coverage).get_coverage (c->buffer->info[j].codepoint);
1484 digest->may_have (c->buffer->cur().codepoint) &&