/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | bitmap_size_table.cc | 87 int32_t BitmapSizeTable::GlyphOffset(int32_t glyph_id) { in GlyphOffset() 95 int32_t BitmapSizeTable::GlyphLength(int32_t glyph_id) { in GlyphLength() 103 CALLER_ATTACH BitmapGlyphInfo* BitmapSizeTable::GlyphInfo(int32_t glyph_id) { in GlyphInfo() 111 int32_t BitmapSizeTable::GlyphFormat(int32_t glyph_id) { in GlyphFormat() 131 IndexSubTable* BitmapSizeTable::SearchIndexSubTables(int32_t glyph_id) { in SearchIndexSubTables() 141 IndexSubTable* BitmapSizeTable::LinearSearchIndexSubTables(int32_t glyph_id) { in LinearSearchIndexSubTables() 153 IndexSubTable* BitmapSizeTable::BinarySearchIndexSubTables(int32_t glyph_id) { in BinarySearchIndexSubTables() 330 int32_t glyph_id) { in GlyphInfo() 338 int32_t BitmapSizeTable::Builder::GlyphOffset(int32_t glyph_id) { in GlyphOffset() 346 int32_t BitmapSizeTable::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength() [all …]
|
D | index_sub_table.cc | 30 CALLER_ATTACH BitmapGlyphInfo* IndexSubTable::GlyphInfo(int32_t glyph_id) { in GlyphInfo() 46 int32_t IndexSubTable::GlyphOffset(int32_t glyph_id) { in GlyphOffset() 79 int32_t IndexSubTable::CheckGlyphRange(int32_t glyph_id) { in CheckGlyphRange() 84 int32_t IndexSubTable::CheckGlyphRange(int32_t glyph_id, in CheckGlyphRange() 108 int32_t glyph_id) { in GlyphInfo() 118 int32_t IndexSubTable::Builder::GlyphOffset(int32_t glyph_id) { in GlyphOffset() 251 int32_t IndexSubTable::Builder::CheckGlyphRange(int32_t glyph_id) { in CheckGlyphRange()
|
D | bitmap_glyph_info.cc | 21 BitmapGlyphInfo::BitmapGlyphInfo(int32_t glyph_id, in BitmapGlyphInfo() 34 BitmapGlyphInfo::BitmapGlyphInfo(int32_t glyph_id, in BitmapGlyphInfo()
|
D | index_sub_table_format4.cc | 32 int32_t IndexSubTableFormat4::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset() 47 int32_t IndexSubTableFormat4::GlyphLength(int32_t glyph_id) { in GlyphLength() 73 int32_t IndexSubTableFormat4::FindCodeOffsetPair(int32_t glyph_id) { in FindCodeOffsetPair() 119 int32_t IndexSubTableFormat4::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength() 132 int32_t IndexSubTableFormat4::Builder::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset() 309 int32_t IndexSubTableFormat4::Builder::FindCodeOffsetPair(int32_t glyph_id) { in FindCodeOffsetPair()
|
D | index_sub_table_format2.cc | 45 int32_t IndexSubTableFormat2::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset() 53 int32_t IndexSubTableFormat2::GlyphLength(int32_t glyph_id) { in GlyphLength() 78 int32_t IndexSubTableFormat2::Builder::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset() 86 int32_t IndexSubTableFormat2::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength()
|
D | index_sub_table_format1.cc | 42 int32_t IndexSubTableFormat1::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset() 50 int32_t IndexSubTableFormat1::GlyphLength(int32_t glyph_id) { in GlyphLength() 80 int32_t IndexSubTableFormat1::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength() 89 int32_t IndexSubTableFormat1::Builder::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset()
|
D | index_sub_table_format3.cc | 32 int32_t IndexSubTableFormat3::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset() 40 int32_t IndexSubTableFormat3::GlyphLength(int32_t glyph_id) { in GlyphLength() 81 int32_t IndexSubTableFormat3::Builder::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset() 89 int32_t IndexSubTableFormat3::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength()
|
D | index_sub_table_format5.cc | 34 int32_t IndexSubTableFormat5::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset() 50 int32_t IndexSubTableFormat5::GlyphLength(int32_t glyph_id) { in GlyphLength() 97 int32_t IndexSubTableFormat5::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength() 102 int32_t IndexSubTableFormat5::Builder::GlyphStartOffset(int32_t glyph_id) { in GlyphStartOffset()
|
D | bitmap_glyph_info.h | 54 int32_t glyph_id() const { return glyph_id_; } in glyph_id() function
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
D | loca_table.cc | 26 int32_t LocaTable::GlyphOffset(int32_t glyph_id) { in GlyphOffset() 36 int32_t LocaTable::GlyphLength(int32_t glyph_id) { in GlyphLength() 124 int32_t LocaTable::Builder::GlyphOffset(int32_t glyph_id) { in GlyphOffset() 131 int32_t LocaTable::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength() 217 int32_t LocaTable::Builder::CheckGlyphRange(int32_t glyph_id) { in CheckGlyphRange()
|
/external/sfntly/cpp/src/sample/subtly/ |
D | font_info.h | 46 int32_t glyph_id() const { return glyph_id_; } in glyph_id() function 47 void set_glyph_id(const int32_t glyph_id) { glyph_id_ = glyph_id; } in set_glyph_id()
|
D | font_info.cc | 41 GlyphId::GlyphId(int32_t glyph_id, FontId font_id) in GlyphId() 212 int32_t glyph_id = *(unresolved_glyph_ids->begin()); in ResolveCompositeGlyphs() local 245 int32_t glyph_id = composite_glyph->GlyphIndex(i); in ResolveCompositeGlyphs() local
|
D | font_assembler.cc | 104 int32_t glyph_id = it->second.glyph_id(); in AssembleCMapTable() local
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | horizontal_metrics_table.cc | 70 int32_t HorizontalMetricsTable::AdvanceWidth(int32_t glyph_id) { in AdvanceWidth() 77 int32_t HorizontalMetricsTable::LeftSideBearing(int32_t glyph_id) { in LeftSideBearing()
|
/external/sfntly/cpp/src/test/autogenerated/ |
D | cmap_basic_test.cc | 113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue(); in TEST_P() local
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 45 hb_codepoint_t glyph_id = iter.get_glyph (); in closure() local 56 hb_codepoint_t glyph_id = iter.get_glyph (); in collect_glyphs() local 76 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply() local 153 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply() local 482 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply() local 802 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply() local
|
D | hb-ot-layout-gsubgpos-private.hh | 671 static inline bool match_glyph (hb_codepoint_t glyph_id, const USHORT &value, const void *data HB_U… in match_glyph() 675 static inline bool match_class (hb_codepoint_t glyph_id, const USHORT &value, const void *data) in match_class() 680 static inline bool match_coverage (hb_codepoint_t glyph_id, const USHORT &value, const void *data) in match_coverage()
|
/external/skia/src/core/ |
D | SkGlyph.h | 68 void initWithGlyphID(uint32_t glyph_id) { in initWithGlyphID()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 427 const FT_UInt glyph_id = FT_Get_Char_Index(face, letter); in GetLetterCBox() local 1080 const FT_UInt glyph_id = FT_Get_Char_Index(fFace, letter); in getCBoxForLetter() local
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 206 int32_t glyph_id = comp_glyph->GlyphIndex(j); in ResolveCompositeGlyphs() local
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 2426 FT_ULong n, start, end, glyph_id, last = 0; in tt_cmap13_validate() local 2462 FT_ULong start, end, glyph_id, char_code; in tt_cmap13_next() local
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
D | ttcmap.c | 2553 FT_ULong n, start, end, glyph_id, last = 0; in tt_cmap13_validate() local 2590 FT_ULong start, end, glyph_id, char_code; in tt_cmap13_next() local
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 2547 FT_ULong n, start, end, glyph_id, last = 0; in tt_cmap13_validate() local 2584 FT_ULong start, end, glyph_id, char_code; in tt_cmap13_next() local
|