HomeSort by relevance Sort by last modified time
    Searched defs:font_id (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/common/mac/
font_loader.h 35 uint32 font_id; member in struct:FontLoader::Result
43 // and |result->font_id| are not zero.
46 // |result->font_id| - unique identifier for the on-disk file we load for
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_assembler.cc 185 int32_t font_id = it->font_id(); local
189 (font_info_->GetTable(font_id, Tag::loca));
196 (font_info_->GetTable(font_id, Tag::glyf));
font_info.h 40 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; }
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...]
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 185 int32_t font_id = it->font_id(); local
189 (font_info_->GetTable(font_id, Tag::loca));
196 (font_info_->GetTable(font_id, Tag::glyf));
font_info.h 40 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; }
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...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h 121 FT_Long font_id; member in struct:T1_FontRec_
  /external/freetype/include/internal/
t1types.h 121 FT_Long font_id; member in struct:T1_FontRec_
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
t1types.h 121 FT_Long font_id; member in struct:T1_FontRec_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
t1types.h 121 FT_Long font_id; member in struct:T1_FontRec_
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 398 int font_id = _PDF_GetStandardFontName(fontname); local
399 if (font_id < 0) {
403 CPDF_Font* pFont = pFontGlobals->Find(pDoc, font_id);
413 pFontGlobals->Set(pDoc, font_id, pFont);
    [all...]

Completed in 162 milliseconds