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

/external/sfntly/cpp/src/sample/subtly/
H A Dfont_info.h40 GlyphId(int32_t glyph_id, FontId font_id);
48 FontId font_id() const { return font_id_; } function in class:subtly::GlyphId
49 void set_font_id(const FontId font_id) { font_id_ = 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_info.cc41 GlyphId::GlyphId(int32_t glyph_id, FontId font_id) argument
43 font_id_(font_id) {
79 FontDataTable* FontInfo::GetTable(FontId font_id, int32_t tag) { argument
82 FontIdMap::iterator it = fonts_->find(font_id);
88 const TableMap* FontInfo::GetTableMap(FontId font_id) { argument
91 FontIdMap::iterator it = fonts_->find(font_id);
112 FontSourcedInfoBuilder::FontSourcedInfoBuilder(Font* font, FontId font_id) argument
114 font_id_(font_id),
120 FontId font_id,
123 font_id_(font_id),
119 FontSourcedInfoBuilder(Font* font, FontId font_id, CharacterPredicate* predicate) argument
[all...]
H A Dfont_assembler.cc185 int32_t font_id = it->font_id(); local
189 (font_info_->GetTable(font_id, Tag::loca));
196 (font_info_->GetTable(font_id, Tag::glyf));
/external/freetype/include/internal/
H A Dt1types.h121 FT_Long font_id; member in struct:T1_FontRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dt1types.h121 FT_Long font_id; member in struct:T1_FontRec_
/external/freetype/src/pfr/
H A Dpfrload.c457 if ( phy_font->font_id != NULL )
460 if ( FT_ALLOC( phy_font->font_id, len + 1 ) )
464 FT_MEM_COPY( phy_font->font_id, p, len );
465 phy_font->font_id[len] = 0;
672 FT_FREE( phy_font->font_id );
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp397 int font_id = _PDF_GetStandardFontName(fontname); local
398 if (font_id < 0) {
402 CPDF_Font* pFont = pFontGlobals->Find(pDoc, font_id);
412 pFontGlobals->Set(pDoc, font_id, pFont);

Completed in 197 milliseconds