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

  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.cc 30 CALLER_ATTACH BitmapGlyphInfo* IndexSubTable::GlyphInfo(int32_t glyph_id) {
107 CALLER_ATTACH BitmapGlyphInfo* IndexSubTable::Builder::GlyphInfo(
bitmap_size_table.cc 103 CALLER_ATTACH BitmapGlyphInfo* BitmapSizeTable::GlyphInfo(int32_t glyph_id) {
108 return sub_table->GlyphInfo(glyph_id);
329 CALLER_ATTACH BitmapGlyphInfo* BitmapSizeTable::Builder::GlyphInfo(
335 return sub_table->GlyphInfo(glyph_id);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c 64 HII_GLYPH_INFO *GlyphInfo;
68 GlyphInfo = (HII_GLYPH_INFO *) AllocateZeroPool (sizeof (HII_GLYPH_INFO));
69 if (GlyphInfo == NULL) {
77 GlyphInfo->Signature = HII_GLYPH_INFO_SIGNATURE;
78 GlyphInfo->CharId = CharValue;
82 CopyMem (&GlyphInfo->Cell, Cell, sizeof (EFI_HII_GLYPH_INFO));
83 InsertTailList (GlyphInfoList, &GlyphInfo->Entry);
112 HII_GLYPH_INFO *GlyphInfo;
124 // with CharValue equals "7" uses the GlyphInfo with CharId = 7;
125 // a default glyph with CharValue equals "6" uses the GlyphInfo with CharId = 3.
    [all...]
Database.c     [all...]
  /external/ImageMagick/MagickCore/
annotate.c     [all...]

Completed in 241 milliseconds