Searched refs:FontInfo (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dmerger.cc45 Ptr<FontInfo> merged_info;
57 CALLER_ATTACH FontInfo* Merger::MergeFontInfos() {
58 Ptr<FontInfo> font_info = new FontInfo;
64 Ptr<FontInfo> current_font_info;
H A Dfont_assembler.h34 // Assembles FontInfo into font builders.
38 // font_info is the FontInfo which will be used for the new font
41 FontAssembler(FontInfo* font_info, sfntly::IntegerSet* table_blacklist);
42 explicit FontAssembler(FontInfo* font_info);
60 sfntly::Ptr<FontInfo> font_info_;
H A Dfont_info.cc55 * FontInfo class
57 FontInfo::FontInfo() function in class:subtly::FontInfo
63 FontInfo::FontInfo(CharacterMap* chars_to_glyph_ids, function in class:subtly::FontInfo
73 FontInfo::~FontInfo() {
79 FontDataTable* FontInfo::GetTable(FontId font_id, int32_t tag) {
88 const TableMap* FontInfo::GetTableMap(FontId font_id) {
97 void FontInfo
[all...]
H A Dfont_info.h61 class FontInfo : public sfntly::RefCounted<FontInfo> { class in namespace:subtly
63 // Empty FontInfo object.
64 FontInfo();
68 FontInfo(CharacterMap* chars_to_glyph_ids,
71 virtual ~FontInfo();
97 // FontSourcedInfoBuilder is used to create a FontInfo object from a Font
110 virtual CALLER_ATTACH FontInfo* GetFontInfo();
H A Dmerger.h38 virtual CALLER_ATTACH FontInfo* MergeFontInfos();
H A Dsubsetter.cc49 Ptr<FontInfo> font_info;
H A Dfont_assembler.cc38 FontAssembler::FontAssembler(FontInfo* font_info,
45 FontAssembler::FontAssembler(FontInfo* font_info)
167 // Assuming all fonts referenced by the FontInfo are the subsets of the same
/external/sfntly/cpp/src/sample/subtly/
H A Dmerger.cc45 Ptr<FontInfo> merged_info;
57 CALLER_ATTACH FontInfo* Merger::MergeFontInfos() {
58 Ptr<FontInfo> font_info = new FontInfo;
64 Ptr<FontInfo> current_font_info;
H A Dfont_assembler.h34 // Assembles FontInfo into font builders.
38 // font_info is the FontInfo which will be used for the new font
41 FontAssembler(FontInfo* font_info, sfntly::IntegerSet* table_blacklist);
42 explicit FontAssembler(FontInfo* font_info);
60 sfntly::Ptr<FontInfo> font_info_;
H A Dfont_info.cc55 * FontInfo class
57 FontInfo::FontInfo() function in class:subtly::FontInfo
63 FontInfo::FontInfo(CharacterMap* chars_to_glyph_ids, function in class:subtly::FontInfo
73 FontInfo::~FontInfo() {
79 FontDataTable* FontInfo::GetTable(FontId font_id, int32_t tag) {
88 const TableMap* FontInfo::GetTableMap(FontId font_id) {
97 void FontInfo
[all...]
H A Dfont_info.h61 class FontInfo : public sfntly::RefCounted<FontInfo> { class in namespace:subtly
63 // Empty FontInfo object.
64 FontInfo();
68 FontInfo(CharacterMap* chars_to_glyph_ids,
71 virtual ~FontInfo();
97 // FontSourcedInfoBuilder is used to create a FontInfo object from a Font
110 virtual CALLER_ATTACH FontInfo* GetFontInfo();
H A Dmerger.h38 virtual CALLER_ATTACH FontInfo* MergeFontInfos();
H A Dsubsetter.cc49 Ptr<FontInfo> font_info;
H A Dfont_assembler.cc38 FontAssembler::FontAssembler(FontInfo* font_info,
45 FontAssembler::FontAssembler(FontInfo* font_info)
167 // Assuming all fonts referenced by the FontInfo are the subsets of the same
/external/chromium_org/third_party/freetype/src/psaux/
H A Dafmparse.c548 parser->FontInfo = NULL;
588 AFM_FontInfo fi = parser->FontInfo;
686 AFM_FontInfo fi = parser->FontInfo;
850 AFM_FontInfo fi = parser->FontInfo;
/external/freetype/src/psaux/
H A Dafmparse.c548 parser->FontInfo = NULL;
588 AFM_FontInfo fi = parser->FontInfo;
686 AFM_FontInfo fi = parser->FontInfo;
850 AFM_FontInfo fi = parser->FontInfo;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dafmparse.c548 parser->FontInfo = NULL;
588 AFM_FontInfo fi = parser->FontInfo;
686 AFM_FontInfo fi = parser->FontInfo;
850 AFM_FontInfo fi = parser->FontInfo;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1afm.c263 parser.FontInfo = fi;
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dpsaux.h243 #define T1_FIELD_DICT_FONTDICT ( 1 << 0 ) /* also FontInfo and FDArray */
748 /* FontInfo :: The result will be stored here. */
758 AFM_FontInfo FontInfo; member in struct:AFM_ParserRec_
/external/freetype/include/internal/
H A Dpsaux.h243 #define T1_FIELD_DICT_FONTDICT ( 1 << 0 ) /* also FontInfo and FDArray */
748 /* FontInfo :: The result will be stored here. */
758 AFM_FontInfo FontInfo; member in struct:AFM_ParserRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dpsaux.h243 #define T1_FIELD_DICT_FONTDICT ( 1 << 0 ) /* also FontInfo and FDArray */
748 /* FontInfo :: The result will be stored here. */
758 AFM_FontInfo FontInfo; member in struct:AFM_ParserRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dpsaux.h243 #define T1_FIELD_DICT_FONTDICT ( 1 << 0 ) /* also FontInfo and FDArray */
748 /* FontInfo :: The result will be stored here. */
758 AFM_FontInfo FontInfo; member in struct:AFM_ParserRec_

Completed in 1735 milliseconds