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

  /frameworks/minikin/libs/minikin/
FontFamily.cpp 43 FontStyle::FontStyle(int variant, int weight, bool italic)
44 : FontStyle(FontLanguageListCache::kEmptyListId, variant, weight, italic) {
47 FontStyle::FontStyle(uint32_t languageListId, int variant, int weight, bool italic)
51 android::hash_t FontStyle::hash() const {
58 uint32_t FontStyle::registerLanguageList(const std::string& languages) {
64 uint32_t FontStyle::pack(int variant, int weight, bool italic) {
68 Font::Font(const std::shared_ptr<MinikinFont>& typeface, FontStyle style)
72 Font::Font(std::shared_ptr<MinikinFont>&& typeface, FontStyle style
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/
HiiFont.h 56 EFI_HII_FONT_STYLE FontStyle;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiFont.h 85 EFI_HII_FONT_STYLE FontStyle;
  /frameworks/minikin/include/minikin/
FontFamily.h 35 // FontStyle represents all style information needed to select an actual font
38 class FontStyle {
40 FontStyle() : FontStyle(0 /* variant */, 4 /* weight */, false /* italic */) {}
41 FontStyle(int weight, bool italic) : FontStyle(0 /* variant */, weight, italic) {}
42 FontStyle(uint32_t langListId) // NOLINT(implicit)
43 : FontStyle(langListId, 0 /* variant */, 4 /* weight */, false /* italic */) {}
45 FontStyle(int variant, int weight, bool italic);
46 FontStyle(uint32_t langListId, int variant, int weight, bool italic)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
String.c 285 EFI_HII_FONT_STYLE FontStyle;
500 CopyMem (&FontStyle, BlockHdr, sizeof (EFI_HII_FONT_STYLE));
509 FontInfo->FontStyle = FontStyle;
    [all...]
  /external/pdfium/xfa/fde/css/
fde_css.h 111 FontStyle,
  /prebuilts/devtools/tools/lib/
annotations-12.0.jar 
  /prebuilts/gradle-plugin/org/jetbrains/annotations/13.0/
annotations-13.0.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
annotations.jar 
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
annotations-12.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/annotations/13.0/
annotations-13.0.jar 
  /prebuilts/tools/common/offline-m2/com/intellij/annotations/12.0/
annotations-12.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusenums.h 439 typedef enum FontStyle {
446 } FontStyle;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 161 EFI_HII_FONT_STYLE FontStyle;
333 EFI_HII_FONT_STYLE FontStyle;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 133 EFI_HII_FONT_STYLE FontStyle;
305 EFI_HII_FONT_STYLE FontStyle;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h 200 EFI_HII_FONT_STYLE FontStyle;
402 EFI_HII_FONT_STYLE FontStyle;
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiInternalFormRepresentation.h 155 EFI_HII_FONT_STYLE FontStyle;
357 EFI_HII_FONT_STYLE FontStyle;
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 975 milliseconds