/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 | 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 | 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_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_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_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_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() 128 int32_t LocaTable::Builder::GlyphOffset(int32_t glyph_id) { in GlyphOffset() 135 int32_t LocaTable::Builder::GlyphLength(int32_t glyph_id) { in GlyphLength() 222 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 | test-ot-color.cc | 55 for (unsigned int glyph_id = 0; glyph_id < glyph_count; glyph_id++) in svg_dump() local 109 for (unsigned int glyph_id = 0; glyph_id < glyph_count; glyph_id++) in png_dump() local
|
D | hb-ot-layout-gsubgpos.hh | 749 static inline bool match_glyph (hb_codepoint_t glyph_id, const HBUINT16 &value, const void *data HB… in match_glyph() 753 static inline bool match_class (hb_codepoint_t glyph_id, const HBUINT16 &value, const void *data) in match_class() 758 static inline bool match_coverage (hb_codepoint_t glyph_id, const HBUINT16 &value, const void *data) in match_coverage()
|
D | hb-ot-layout-gsub-table.hh | 77 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply() local
|
/external/skia/modules/skottie/src/layers/ |
D | TextLayer.cpp | 344 const auto glyph_id = SkTo<SkGlyphID>(uni); in resolveEmbeddedTypefaces() local
|
/external/freetype/src/sfnt/ |
D | ttcolr.c | 178 FT_UInt glyph_id, in find_base_glyph_record()
|
D | ttcmap.c | 2639 FT_ULong n, start, end, glyph_id, last = 0; in tt_cmap13_validate() local 2676 FT_ULong start, end, glyph_id, char_code; in tt_cmap13_next() local
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 247 int32_t glyph_id = comp_glyph->GlyphIndex(j); in ResolveCompositeGlyphs() local
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 891 uint16_t glyph_id, in colrv1_start_glyph()
|
D | SkFontHost_FreeType.cpp | 1233 const FT_UInt glyph_id = FT_Get_Char_Index(fFace, letter); in getCBoxForLetter() local
|
/external/skqp/src/ports/ |
D | SkFontHost_FreeType.cpp | 1109 const FT_UInt glyph_id = FT_Get_Char_Index(fFace, letter); in getCBoxForLetter() local
|