HomeSort by relevance Sort by last modified time
    Searched refs:glyph_code (Results 1 - 6 of 6) sorted by null

  /external/sfntly/cpp/src/sfntly/table/bitmap/
composite_bitmap_glyph.h 31 int32_t glyph_code() { return glyph_code_; } function in class:sfntly::CompositeBitmapGlyph::Component
40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset);
index_sub_table_format4.cc 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 + local
303 CodeOffsetPairBuilder pair_builder(glyph_code, glyph_offset);
317 if (glyph_id < pair->glyph_code()) {
374 int32_t glyph_code = offset_array->at(code_offset_pair_index_).glyph_code(); local
    [all...]
index_sub_table_format4.h 29 int32_t glyph_code() const { return glyph_code_; } function in class:sfntly::IndexSubTableFormat4::CodeOffsetPair
33 CodeOffsetPair(int32_t glyph_code, int32_t offset);
43 CodeOffsetPairBuilder(int32_t glyph_code, int32_t offset);
composite_bitmap_glyph.cc 83 CompositeBitmapGlyph::Component::Component(int32_t glyph_code,
86 : glyph_code_(glyph_code), x_offset_(x_offset), y_offset_(y_offset) {
  /external/freetype/src/cff/
cffload.c 1629 FT_UInt glyph_code; local
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 715 FT_UShort glyph_code; member in struct:TT_SBit_ComponentRec_
    [all...]

Completed in 327 milliseconds