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

  /external/sfntly/cpp/src/sample/subtly/
font_info.h 33 typedef int32_t FontId;
34 typedef std::map<FontId, sfntly::Ptr<sfntly::Font> > FontIdMap;
40 GlyphId(int32_t glyph_id, FontId font_id);
48 FontId font_id() const { return font_id_; }
49 void set_font_id(const FontId font_id) { font_id_ = font_id; }
53 FontId font_id_;
77 virtual sfntly::FontDataTable* GetTable(FontId font_id, int32_t tag);
79 virtual const sfntly::TableMap* GetTableMap(FontId);
104 FontSourcedInfoBuilder(sfntly::Font* font, FontId font_id);
106 FontId font_id
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
String.c 38 @param FontId Font identifer, which must be unique within the string package.
55 IN UINT8 FontId,
81 // FontId identifies EFI_FONT_INFO in local string package uniquely.
89 LocalFont->FontId = FontId;
197 @param FontId Font identifier which is unique in a string
209 IN UINT8 FontId,
221 if (FontInfo->FontId == FontId) {
290 UINT8 FontId;
    [all...]
HiiDatabase.h 154 UINT8 FontId;
206 UINT8 FontId;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 340 UINT8 FontId;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 303 UINT8 FontId;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h 409 UINT8 FontId;
    [all...]

Completed in 370 milliseconds