HomeSort by relevance Sort by last modified time
    Searched defs:FontInfo (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Fonts.c 65 EFI_FONT_DISPLAY_INFO *FontInfo;
78 &FontInfo,
83 ASSERT (StrCmp (FontInfo->FontInfo.FontName, L"sysdefault") == 0);
84 mSysFGColor = FontInfo->ForegroundColor;
85 FreePool (FontInfo);
  /external/sfntly/cpp/src/sample/subtly/
font_info.cc 55 * FontInfo class
57 FontInfo::FontInfo()
63 FontInfo::FontInfo(CharacterMap* chars_to_glyph_ids,
73 FontInfo::~FontInfo() {
79 FontDataTable* FontInfo::GetTable(FontId font_id, int32_t tag) {
88 const TableMap* FontInfo::GetTableMap(FontId font_id) {
97 void FontInfo::set_chars_to_glyph_ids(CharacterMap* chars_to_glyph_ids)
    [all...]
font_info.h 61 class FontInfo : public sfntly::RefCounted<FontInfo> {
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();
  /frameworks/base/tools/layoutlib/rename_font/
build_font.py 43 class FontInfo(object):
135 """ Returns a list of FontInfo representing the various sets of namerecords
151 font = FontInfo()
build_font_single.py 41 class FontInfo(object):
119 """ Returns a list of FontInfo representing the various sets of namerecords
135 font = FontInfo()
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Print.c 145 EFI_FONT_DISPLAY_INFO *FontInfo;
174 FontInfo = NULL;
225 FontInfo = (EFI_FONT_DISPLAY_INFO *) EfiLibAllocateZeroPool (sizeof (EFI_FONT_DISPLAY_INFO));
226 if (FontInfo == NULL) {
231 EfiCopyMem (&FontInfo->ForegroundColor, Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
234 &FontInfo->ForegroundColor,
240 EfiCopyMem (&FontInfo->BackgroundColor, Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
243 &FontInfo->BackgroundColor,
253 FontInfo,
338 EfiLibSafeFreePool (FontInfo);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLibPrint.c 357 EFI_FONT_DISPLAY_INFO FontInfo;
432 ZeroMem (&FontInfo, sizeof (EFI_FONT_DISPLAY_INFO));
435 CopyMem (&FontInfo.ForegroundColor, Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
438 &FontInfo.ForegroundColor,
444 CopyMem (&FontInfo.BackgroundColor, Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
447 &FontInfo.BackgroundColor,
462 &FontInfo,
490 &FontInfo,
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLibPrint.c 357 EFI_FONT_DISPLAY_INFO FontInfo;
432 ZeroMem (&FontInfo, sizeof (EFI_FONT_DISPLAY_INFO));
435 CopyMem (&FontInfo.ForegroundColor, Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
438 &FontInfo.ForegroundColor,
444 CopyMem (&FontInfo.BackgroundColor, Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
447 &FontInfo.BackgroundColor,
462 &FontInfo,
490 &FontInfo,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/
HiiFont.h 65 EFI_FONT_INFO FontInfo;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Print.c 170 EFI_FONT_DISPLAY_INFO *FontInfo;
199 FontInfo = NULL;
251 FontInfo = (EFI_FONT_DISPLAY_INFO *) EfiLibAllocateZeroPool (sizeof (EFI_FONT_DISPLAY_INFO));
252 if (FontInfo == NULL) {
257 EfiCopyMem (&FontInfo->ForegroundColor, Foreground, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
260 &FontInfo->ForegroundColor,
266 EfiCopyMem (&FontInfo->BackgroundColor, Background, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
269 &FontInfo->BackgroundColor,
279 FontInfo,
364 EfiLibSafeFreePool (FontInfo);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiFont.h 94 should be rendered in a particular font. FontInfo specifies the
106 EFI_FONT_INFO FontInfo;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java 76 private static final Map<String, FontInfo> sCache =
77 new LinkedHashMap<String, FontInfo>(CACHE_SIZE) {
79 protected boolean removeEldestEntry(Map.Entry<String, FontInfo> eldest) {
84 public FontInfo put(String key, FontInfo value) {
86 FontInfo removed = remove(key);
95 private static final class FontInfo {
114 private List<FontInfo> mFonts = new ArrayList<FontInfo>();
179 FontInfo desiredStyle = new FontInfo()
    [all...]
Paint_Delegate.java 62 /*package*/ static final class FontInfo {
75 private List<FontInfo> mFonts;
118 public List<FontInfo> getFonts() {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Image.c     [all...]
String.c 213 HII_FONT_INFO *FontInfo;
219 FontInfo = CR (Link, HII_FONT_INFO, Entry, HII_FONT_INFO_SIGNATURE);
220 if (FontInfo->FontId == FontId) {
221 GlobalFont = CR (FontInfo->GlobalEntry, HII_GLOBAL_FONT_INFO, Entry, HII_GLOBAL_FONT_INFO_SIGNATURE);
226 CopyMem (*StringFontInfo, GlobalFont->FontInfo, GlobalFont->FontInfoSize);
280 EFI_FONT_INFO *FontInfo;
505 FontInfo = (EFI_FONT_INFO *) AllocateZeroPool (FontInfoSize);
506 if (FontInfo == NULL) {
509 FontInfo->FontStyle = FontStyle;
510 FontInfo->FontSize = FontSize;
    [all...]
Database.c     [all...]
Font.c 921 @param FontInfo a new EFI_FONT_INFO which stores the FontName.
924 @retval EFI_SUCCESS FontInfo is allocated and copied with FontName.
    [all...]
HiiDatabase.h 211 EFI_FONT_INFO *FontInfo;
413 @param FontInfo Points to EFI_FONT_INFO structure.
431 IN EFI_FONT_INFO *FontInfo,
466 @param FontInfo Points to system default font output-related
469 @param FontInfoSize If not NULL, output the size of buffer FontInfo.
480 OUT EFI_FONT_DISPLAY_INFO **FontInfo,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.c     [all...]
  /frameworks/base/core/java/android/provider/
FontsContract.java 181 public static class FontInfo {
199 public FontInfo(@NonNull Uri uri, @IntRange(from = 0) int ttcIndex,
291 private final FontInfo[] mFonts;
294 public FontFamilyResult(@FontResultStatus int statusCode, @Nullable FontInfo[] fonts) {
303 public @NonNull FontInfo[] getFonts() {
535 final FontInfo[] fonts = result.getFonts();
541 for (final FontInfo font : fonts) {
600 FontInfo[] fonts = getFontFromProvider(
609 * Build a Typeface from an array of {@link FontInfo}
617 * @param fonts An array of {@link FontInfo} to be used to create a Typeface
    [all...]
  /frameworks/support/compat/java/android/support/v4/provider/
FontsContractCompat.java 273 public static class FontInfo {
290 public FontInfo(@NonNull Uri uri, @IntRange(from = 0) int ttcIndex,
369 private final FontInfo[] mFonts;
373 public FontFamilyResult(@FontResultStatus int statusCode, @Nullable FontInfo[] fonts) {
382 public FontInfo[] getFonts() {
520 final FontInfo[] fonts = result.getFonts();
531 for (final FontInfo font : fonts) {
589 * {@link FontInfo}.
590 * @param fonts An array of {@link FontInfo}.
593 private static Map<Uri, ByteBuffer> prepareFontData(Context context, FontInfo[] fonts
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 244 #define T1_FIELD_DICT_FONTDICT ( 1 << 0 ) /* also FontInfo and FDArray */
750 /* FontInfo :: The result will be stored here. */
760 AFM_FontInfo FontInfo;
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
psaux.h 243 #define T1_FIELD_DICT_FONTDICT ( 1 << 0 ) /* also FontInfo and FDArray */
748 /* FontInfo :: The result will be stored here. */
758 AFM_FontInfo FontInfo;
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 625 FontInfo,
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 809 milliseconds

1 2