Home
last modified time | relevance | path

Searched refs:font_id (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
H A Dfont_info.cc41 GlyphId::GlyphId(int32_t glyph_id, FontId font_id) in GlyphId() argument
43 font_id_(font_id) { in GlyphId()
79 FontDataTable* FontInfo::GetTable(FontId font_id, int32_t tag) { in GetTable() argument
82 FontIdMap::iterator it = fonts_->find(font_id); in GetTable()
88 const TableMap* FontInfo::GetTableMap(FontId font_id) { in GetTableMap() argument
91 FontIdMap::iterator it = fonts_->find(font_id); in GetTableMap()
112 FontSourcedInfoBuilder::FontSourcedInfoBuilder(Font* font, FontId font_id) in FontSourcedInfoBuilder() argument
114 font_id_(font_id), in FontSourcedInfoBuilder()
120 FontId font_id, in FontSourcedInfoBuilder()
123 font_id_(font_id), in FontSourcedInfoBuilder()
119 FontSourcedInfoBuilder(Font* font, FontId font_id, CharacterPredicate* predicate) FontSourcedInfoBuilder() argument
[all...]
H A Dfont_info.h40 GlyphId(int32_t glyph_id, FontId font_id);
48 FontId font_id() const { return font_id_; } in font_id() function in subtly::GlyphId
49 void set_font_id(const FontId font_id) { font_id_ = font_id; } in set_font_id() argument
74 // font_id or NULL if there is no such font/table.
75 // font_id is the id of the font that contains the table
77 virtual sfntly::FontDataTable* GetTable(FontId font_id, int32_t tag);
78 // Gets the table map of the font whose id is font_id
104 FontSourcedInfoBuilder(sfntly::Font* font, FontId font_id);
106 FontId font_id,
[all...]
H A Dfont_assembler.cc185 int32_t font_id = it->font_id(); in AssembleGlyphAndLocaTables() local
189 (font_info_->GetTable(font_id, Tag::loca)); in AssembleGlyphAndLocaTables()
196 (font_info_->GetTable(font_id, Tag::glyf)); in AssembleGlyphAndLocaTables()
/third_party/ffmpeg/libavcodec/
H A Dmovtextdec.c57 uint16_t font_id; member
71 uint16_t font_id; member
135 style->font_id = bytestream_get_be16(ptr); in mov_text_parse_style_record()
219 m->ftab[i].font_id = bytestream_get_be16(&tx3g_ptr); in mov_text_tx3g()
220 if (m->ftab[i].font_id == m->d.style.font_id) in mov_text_tx3g()
268 CMP(alpha) && CMP(fontsize) && CMP(font_id); in styles_equivalent()
386 if (style->font_id != default_style->font_id) in text_to_ass()
388 if (style->font_id in text_to_ass()
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrload.c565 if ( phy_font->font_id ) in FT_CALLBACK_DEF()
568 if ( FT_QALLOC( phy_font->font_id, len + 1 ) ) in FT_CALLBACK_DEF()
572 FT_MEM_COPY( phy_font->font_id, p, len ); in FT_CALLBACK_DEF()
573 phy_font->font_id[len] = 0; in FT_CALLBACK_DEF()
781 FT_FREE( phy_font->font_id ); in pfr_phy_font_done()
H A Dpfrtypes.h223 FT_String* font_id; member
H A Dpfrobjs.c193 pfrface->family_name = phy_font->font_id; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dt1types.h125 FT_Long font_id; member
/third_party/skia/src/core/
H A DSkRemoteGlyphCache.cpp39 // This essentially replaces the font_id used on the RendererSide with the font_id on the GPU side.
41 SkFontID font_id, in auto_descriptor_from_desc()
52 rec.fFontID = font_id; in auto_descriptor_from_desc()
40 auto_descriptor_from_desc(const SkDescriptor* source_desc, SkFontID font_id, SkAutoDescriptor* ad) auto_descriptor_from_desc() argument

Completed in 8 milliseconds