Searched defs:font_info (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dmerger.cc25 #include "subtly/font_info.h"
58 Ptr<FontInfo> font_info = new FontInfo; local
59 font_info->set_fonts(&fonts_);
73 font_info->chars_to_glyph_ids()->insert(
76 font_info->resolved_glyph_ids()->insert(
81 font_info->chars_to_glyph_ids()->size(),
82 font_info->resolved_glyph_ids()->size());
85 return font_info.Detach();
H A Dsubsetter.cc26 #include "subtly/font_info.h"
49 Ptr<FontInfo> font_info; local
50 font_info.Attach(info_builder->GetFontInfo());
51 if (!font_info) {
60 Ptr<FontAssembler> font_assembler = new FontAssembler(font_info,
H A Dfont_assembler.cc33 #include "subtly/font_info.h"
38 FontAssembler::FontAssembler(FontInfo* font_info, argument
41 font_info_ = font_info;
45 FontAssembler::FontAssembler(FontInfo* font_info) argument
47 font_info_ = font_info;
H A Dfont_info.cc17 #include "subtly/font_info.h"
160 Ptr<FontInfo> font_info = new FontInfo; local
161 font_info->set_chars_to_glyph_ids(chars_to_glyph_ids);
162 font_info->set_resolved_glyph_ids(resolved_glyph_ids);
165 font_info->set_fonts(font_id_map);
169 return font_info.Detach();
/external/sfntly/cpp/src/sample/subtly/
H A Dmerger.cc25 #include "subtly/font_info.h"
58 Ptr<FontInfo> font_info = new FontInfo; local
59 font_info->set_fonts(&fonts_);
73 font_info->chars_to_glyph_ids()->insert(
76 font_info->resolved_glyph_ids()->insert(
81 font_info->chars_to_glyph_ids()->size(),
82 font_info->resolved_glyph_ids()->size());
85 return font_info.Detach();
H A Dsubsetter.cc26 #include "subtly/font_info.h"
49 Ptr<FontInfo> font_info; local
50 font_info.Attach(info_builder->GetFontInfo());
51 if (!font_info) {
60 Ptr<FontAssembler> font_assembler = new FontAssembler(font_info,
H A Dfont_assembler.cc33 #include "subtly/font_info.h"
38 FontAssembler::FontAssembler(FontInfo* font_info, argument
41 font_info_ = font_info;
45 FontAssembler::FontAssembler(FontInfo* font_info) argument
47 font_info_ = font_info;
H A Dfont_info.cc17 #include "subtly/font_info.h"
160 Ptr<FontInfo> font_info = new FontInfo; local
161 font_info->set_chars_to_glyph_ids(chars_to_glyph_ids);
162 font_info->set_resolved_glyph_ids(resolved_glyph_ids);
165 font_info->set_fonts(font_id_map);
169 return font_info.Detach();
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffdrivr.c330 if ( cff && cff->font_info == NULL )
333 PS_FontInfoRec *font_info = NULL; local
337 if ( FT_ALLOC( font_info, sizeof ( *font_info ) ) )
340 font_info->version = cff_index_get_sid_string( cff,
342 font_info->notice = cff_index_get_sid_string( cff,
344 font_info->full_name = cff_index_get_sid_string( cff,
346 font_info->family_name = cff_index_get_sid_string( cff,
348 font_info->weight = cff_index_get_sid_string( cff,
350 font_info
[all...]
H A Dcfftypes.h267 PS_FontInfoRec* font_info; /* font info dictionary */ member in struct:CFF_FontRec_
/external/chromium_org/ui/gfx/
H A Dplatform_font_win.cc59 // Sets style properties on |font_info| based on |font_style|.
60 void SetLogFontStyle(int font_style, LOGFONT* font_info) { argument
61 font_info->lfUnderline = (font_style & gfx::Font::UNDERLINE) != 0;
62 font_info->lfItalic = (font_style & gfx::Font::ITALIC) != 0;
63 font_info->lfWeight = (font_style & gfx::Font::BOLD) ? FW_BOLD : FW_NORMAL;
121 LOGFONT font_info; local
122 GetObject(GetNativeFont(), sizeof(LOGFONT), &font_info); local
123 font_info.lfHeight = height;
124 SetLogFontStyle(style, &font_info);
126 HFONT hfont = CreateFontIndirect(&font_info);
134 LOGFONT font_info; local
135 GetObject(GetNativeFont(), sizeof(LOGFONT), &font_info); local
211 LOGFONT font_info; local
289 LOGFONT font_info; local
336 LOGFONT font_info; local
[all...]
/external/freetype/src/cff/
H A Dcffdrivr.c332 if ( cff && cff->font_info == NULL )
335 PS_FontInfoRec *font_info = NULL; local
339 if ( FT_ALLOC( font_info, sizeof ( *font_info ) ) )
342 font_info->version = cff_index_get_sid_string( cff,
344 font_info->notice = cff_index_get_sid_string( cff,
346 font_info->full_name = cff_index_get_sid_string( cff,
348 font_info->family_name = cff_index_get_sid_string( cff,
350 font_info->weight = cff_index_get_sid_string( cff,
352 font_info
[all...]
H A Dcfftypes.h267 PS_FontInfoRec* font_info; /* font info dictionary */ member in struct:CFF_FontRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffdrivr.c331 if ( cff && cff->font_info == NULL )
334 PS_FontInfoRec *font_info = NULL; local
338 if ( FT_ALLOC( font_info, sizeof ( *font_info ) ) )
341 font_info->version = cff_index_get_sid_string( cff,
343 font_info->notice = cff_index_get_sid_string( cff,
345 font_info->full_name = cff_index_get_sid_string( cff,
347 font_info->family_name = cff_index_get_sid_string( cff,
349 font_info->weight = cff_index_get_sid_string( cff,
351 font_info
[all...]
H A Dcfftypes.h267 PS_FontInfoRec* font_info; /* font info dictionary */ member in struct:CFF_FontRec_
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dt1types.h95 PS_FontInfoRec font_info; /* font info dictionary */ member in struct:T1_FontRec_
/external/freetype/include/internal/
H A Dt1types.h95 PS_FontInfoRec font_info; /* font info dictionary */ member in struct:T1_FontRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dt1types.h95 PS_FontInfoRec font_info; /* font info dictionary */ member in struct:T1_FontRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dt1types.h95 PS_FontInfoRec font_info; /* font info dictionary */ member in struct:T1_FontRec_
/external/chromium_org/third_party/freetype/include/freetype/
H A Dt1tables.h361 PS_FontInfoRec font_info; member in struct:CID_FaceInfoRec_
/external/freetype/include/
H A Dt1tables.h361 PS_FontInfoRec font_info; member in struct:CID_FaceInfoRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dt1tables.h361 PS_FontInfoRec font_info; member in struct:CID_FaceInfoRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dt1tables.h361 PS_FontInfoRec font_info; member in struct:CID_FaceInfoRec_

Completed in 396 milliseconds