HomeSort by relevance Sort by last modified time
    Searched refs:FontSize (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
FontSize.java 25 public enum FontSize {
32 FontSize(int value) {
37 * Create a FontSize object.
38 * @param value Integer value to be converted to a FontSize object.
39 * @return FontSize object whose value is {@code value}. If no
40 * FontSize object has that value, null is returned.
42 public static FontSize fromInt(int value) {
43 for (FontSize e : FontSize.values()) {
TextAttribute.java 29 public FontSize size;
37 FontSize size, boolean bold, boolean italic, boolean underlined,
ValueParser.java 239 FontSize size = FontSize.fromInt(sizeValue);
242 size = FontSize.NORMAL;
  /external/pdfium/core/fpdfapi/render/
cpdf_charposlist.cpp 24 float FontSize) {
79 (pdfGlyphWidth - ftGlyphWidth) * FontSize / 2000.0f;
101 charpos.m_Origin.x -= FontSize * vx / 1000;
102 charpos.m_Origin.y -= FontSize * vy / 1000;
114 pCIDFont->CIDTransformToFloat(pTransform[4]) * FontSize;
116 pCIDFont->CIDTransformToFloat(pTransform[5]) * FontSize;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c     [all...]
String.c 287 UINT16 FontSize;
500 CopyMem (&FontSize, BlockHdr, sizeof (UINT16));
512 FontInfo->FontSize = FontSize;
    [all...]
Database.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/
HiiFont.h 57 UINT16 FontSize; // character cell height in pixels
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiFont.h 86 UINT16 FontSize; ///< character cell height in pixels
  /external/pdfium/core/fxcrt/css/
cfx_css.h 107 FontSize,
cfx_cssdatatable.cpp 77 {CFX_CSSProperty::FontSize, L"font-size", 0xB93956DF,
cfx_cssstyleselector.cpp 183 case CFX_CSSProperty::FontSize: {
cfx_cssdeclaration.cpp 771 AddPropertyHolder(CFX_CSSProperty::FontSize, pFontSize, bImportant);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h 400 virtual HRESULT WINAPI get_FontSize(__LONG32 *FontSize) = 0;
411 virtual HRESULT WINAPI put_FontSize(__LONG32 FontSize) = 0;
429 HRESULT (WINAPI *get_FontSize)(IAgentCtlBalloon *This,__LONG32 *FontSize);
440 HRESULT (WINAPI *put_FontSize)(IAgentCtlBalloon *This,__LONG32 FontSize);
460 #define IAgentCtlBalloon_get_FontSize(This,FontSize) (This)->lpVtbl->get_FontSize(This,FontSize)
471 #define IAgentCtlBalloon_put_FontSize(This,FontSize) (This)->lpVtbl->put_FontSize(This,FontSize)
484 HRESULT WINAPI IAgentCtlBalloon_get_FontSize_Proxy(IAgentCtlBalloon *This,__LONG32 *FontSize);
506 HRESULT WINAPI IAgentCtlBalloon_put_FontSize_Proxy(IAgentCtlBalloon *This,__LONG32 FontSize);
    [all...]
ntddvdeo.h 319 ULONG FontSize;
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 47 import com.android.internal.telephony.cat.FontSize;
533 private float getFontSizeFactor(FontSize size) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 341 UINT16 FontSize;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 304 UINT16 FontSize;
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiInternalFormRepresentation.h 356 UINT16 FontSize;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h 410 UINT16 FontSize;
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 

Completed in 548 milliseconds

1 2