Searched refs:glyph_code (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h31 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);
H A Dindex_sub_table_format4.cc90 IndexSubTableFormat4::CodeOffsetPair::CodeOffsetPair(int32_t glyph_code, argument
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()) {
99 CodeOffsetPairBuilder( int32_t glyph_code, int32_t offset) argument
374 int32_t glyph_code = offset_array->at(code_offset_pair_index_).glyph_code(); local
[all...]
H A Dcomposite_bitmap_glyph.cc83 CompositeBitmapGlyph::Component::Component(int32_t glyph_code, argument
86 : glyph_code_(glyph_code), x_offset_(x_offset), y_offset_(y_offset) {
H A Dindex_sub_table_format4.h29 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);
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h31 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);
H A Dindex_sub_table_format4.cc90 IndexSubTableFormat4::CodeOffsetPair::CodeOffsetPair(int32_t glyph_code, argument
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()) {
99 CodeOffsetPairBuilder( int32_t glyph_code, int32_t offset) argument
374 int32_t glyph_code = offset_array->at(code_offset_pair_index_).glyph_code(); local
[all...]
H A Dcomposite_bitmap_glyph.cc83 CompositeBitmapGlyph::Component::Component(int32_t glyph_code, argument
86 : glyph_code_(glyph_code), x_offset_(x_offset), y_offset_(y_offset) {
H A Dindex_sub_table_format4.h29 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);
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.c1065 FT_UInt glyph_code; local
1084 /* code (`glyph_code') at index j and make the assignment: */
1086 /* encoding->codes[glyph_code] = j + 1 */
1090 /* encoding->sids[glyph_code] = charset->sids[j + 1] */
1124 glyph_code = *p++;
1130 encoding->codes[glyph_code] = (FT_UShort)j;
1133 encoding->sids[glyph_code] = charset->sids[j];
1154 if ( FT_READ_BYTE( glyph_code ) )
1169 for ( k = i; k < nleft + i; k++, glyph_code++ )
1172 if ( k < num_glyphs && glyph_code < 25
[all...]
/external/freetype/src/cff/
H A Dcffload.c1072 FT_UInt glyph_code; local
1091 /* code (`glyph_code') at index j and make the assignment: */
1093 /* encoding->codes[glyph_code] = j + 1 */
1097 /* encoding->sids[glyph_code] = charset->sids[j + 1] */
1131 glyph_code = *p++;
1137 encoding->codes[glyph_code] = (FT_UShort)j;
1140 encoding->sids[glyph_code] = charset->sids[j];
1161 if ( FT_READ_BYTE( glyph_code ) )
1176 for ( k = i; k < nleft + i; k++, glyph_code++ )
1179 if ( k < num_glyphs && glyph_code < 25
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c1065 FT_UInt glyph_code; local
1084 /* code (`glyph_code') at index j and make the assignment: */
1086 /* encoding->codes[glyph_code] = j + 1 */
1090 /* encoding->sids[glyph_code] = charset->sids[j + 1] */
1124 glyph_code = *p++;
1130 encoding->codes[glyph_code] = (FT_UShort)j;
1133 encoding->sids[glyph_code] = charset->sids[j];
1154 if ( FT_READ_BYTE( glyph_code ) )
1169 for ( k = i; k < nleft + i; k++, glyph_code++ )
1172 if ( k < num_glyphs && glyph_code < 25
[all...]
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h604 /* glyph_code :: The element's glyph index. */
612 FT_UShort glyph_code; member in struct:TT_SBit_ComponentRec_
/external/freetype/include/internal/
H A Dtttypes.h673 /* glyph_code :: The element's glyph index. */
681 FT_UShort glyph_code; member in struct:TT_SBit_ComponentRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h604 /* glyph_code :: The element's glyph index. */
612 FT_UShort glyph_code; member in struct:TT_SBit_ComponentRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h604 /* glyph_code :: The element's glyph index. */
612 FT_UShort glyph_code; member in struct:TT_SBit_ComponentRec_

Completed in 1210 milliseconds