Home | History | Annotate | Download | only in bitmap

Lines Matching refs:glyph_code

90 IndexSubTableFormat4::CodeOffsetPair::CodeOffsetPair(int32_t glyph_code,
92 : glyph_code_(glyph_code), offset_(offset) {
100 int32_t glyph_code, int32_t offset)
101 : CodeOffsetPair(glyph_code, offset) {
106 return lhs.glyph_code() < rhs.glyph_code();
247 size += new_data->WriteUShort(size, b->glyph_code());
298 int32_t glyph_code = data->ReadUShort(offset +
303 CodeOffsetPairBuilder pair_builder(glyph_code, glyph_offset);
317 if (glyph_id < pair->glyph_code()) {
320 } else if (glyph_id > pair->glyph_code()) {
374 int32_t glyph_code = offset_array->at(code_offset_pair_index_).glyph_code();
375 output = new BitmapGlyphInfo(glyph_code,