Home
last modified time | relevance | path

Searched refs:eValue (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.h69 float ToFontSize(CFX_CSSPropertyValue eValue, float fCurFontSize);
70 CFX_CSSDisplay ToDisplay(CFX_CSSPropertyValue eValue);
71 CFX_CSSTextAlign ToTextAlign(CFX_CSSPropertyValue eValue);
72 uint16_t ToFontWeight(CFX_CSSPropertyValue eValue);
73 CFX_CSSFontStyle ToFontStyle(CFX_CSSPropertyValue eValue);
74 CFX_CSSVerticalAlign ToVerticalAlign(CFX_CSSPropertyValue eValue);
76 CFX_CSSFontVariant ToFontVariant(CFX_CSSPropertyValue eValue);
Dcfx_cssstyleselector.cpp416 CFX_CSSDisplay CFX_CSSStyleSelector::ToDisplay(CFX_CSSPropertyValue eValue) { in ToDisplay() argument
417 switch (eValue) { in ToDisplay()
435 CFX_CSSPropertyValue eValue) { in ToTextAlign() argument
436 switch (eValue) { in ToTextAlign()
449 uint16_t CFX_CSSStyleSelector::ToFontWeight(CFX_CSSPropertyValue eValue) { in ToFontWeight() argument
450 switch (eValue) { in ToFontWeight()
464 CFX_CSSPropertyValue eValue) { in ToFontStyle() argument
465 switch (eValue) { in ToFontStyle()
514 float CFX_CSSStyleSelector::ToFontSize(CFX_CSSPropertyValue eValue, in ToFontSize() argument
516 switch (eValue) { in ToFontSize()
[all …]
/external/python/pyasn1-modules/tests/
Dtest_rfc6664.py96 eValue = expectedValue[cap['capabilityID']]
97 assert pValue == eValue
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h1182 CLPixelType oValue, eValue;
1193 eValue = stretch_map[ePos];
1194 red = getRed(eValue);
1203 eValue = stretch_map[ePos];
1204 green = getGreen(eValue);
1213 eValue = stretch_map[ePos];
1214 blue = getBlue(eValue);
1223 eValue = stretch_map[ePos];
1224 alpha = getAlpha(eValue);
1642 CLPixelType oValue, eValue;
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java138 String eValue = v; in writeDifference() local
139 if (eValue.length() == 0) { in writeDifference()
143 pw.print(untrim(eValue, size())); in writeDifference()
171 private String untrim(String eValue, int count) { in untrim() argument
172 String result = TransliteratorUtilities.toHTML.transliterate(eValue); in untrim()
/external/pdfium/fxjs/xfa/
Dcjx_object.h192 void SetEnum(XFA_Attribute eAttr, XFA_AttributeValue eValue, bool bNotify);
Dcjx_object.cpp383 XFA_AttributeValue eValue, in SetEnum() argument
385 CFX_XMLElement* elem = SetValue(eAttr, (void*)(uintptr_t)eValue, bNotify); in SetEnum()
388 WideString::FromASCII(XFA_AttributeValueToName(eValue))); in SetEnum()
/external/pdfium/xfa/fgas/layout/
Dcfx_char.cpp276 FX_BIDICLASS eValue) { in SetDeferredRunClass() argument
282 (*chars)[i - 1].m_iBidiClass = eValue; in SetDeferredRunClass()