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

  /external/sfntly/cpp/src/sample/subtly/
merger.cc 25 #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();
subsetter.cc 26 #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,
font_info.cc 17 #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/freetype/src/cff/
cffdrivr.c 386 if ( cff && cff->font_info == NULL )
389 PS_FontInfoRec *font_info = NULL; local
393 if ( FT_ALLOC( font_info, sizeof ( *font_info ) ) )
396 font_info->version = cff_index_get_sid_string( cff,
398 font_info->notice = cff_index_get_sid_string( cff,
400 font_info->full_name = cff_index_get_sid_string( cff,
402 font_info->family_name = cff_index_get_sid_string( cff,
404 font_info->weight = cff_index_get_sid_string( cff,
406 font_info->italic_angle = dict->italic_angle
    [all...]
cfftypes.h 267 PS_FontInfoRec* font_info; /* font info dictionary */ member in struct:CFF_FontRec_
  /external/pdfium/third_party/freetype/src/cff/
cffdrivr.c 332 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->italic_angle = dict->italic_angle
    [all...]
cfftypes.h 267 PS_FontInfoRec* font_info; /* font info dictionary */ member in struct:CFF_FontRec_
  /external/freetype/include/internal/
t1types.h 95 PS_FontInfoRec font_info; /* font info dictionary */ member in struct:T1_FontRec_
  /external/pdfium/third_party/freetype/include/internal/
t1types.h 95 PS_FontInfoRec font_info; /* font info dictionary */ member in struct:T1_FontRec_
  /external/freetype/include/
t1tables.h 404 PS_FontInfoRec font_info; member in struct:CID_FaceInfoRec_
    [all...]
  /external/pdfium/third_party/freetype/include/
t1tables.h 404 PS_FontInfoRec font_info; member in struct:CID_FaceInfoRec_
    [all...]

Completed in 988 milliseconds