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.cpp414 CFX_CSSDisplay CFX_CSSStyleSelector::ToDisplay(CFX_CSSPropertyValue eValue) { in ToDisplay() argument
415 switch (eValue) { in ToDisplay()
433 CFX_CSSPropertyValue eValue) { in ToTextAlign() argument
434 switch (eValue) { in ToTextAlign()
447 uint16_t CFX_CSSStyleSelector::ToFontWeight(CFX_CSSPropertyValue eValue) { in ToFontWeight() argument
448 switch (eValue) { in ToFontWeight()
462 CFX_CSSPropertyValue eValue) { in ToFontStyle() argument
463 switch (eValue) { in ToFontStyle()
512 float CFX_CSSStyleSelector::ToFontSize(CFX_CSSPropertyValue eValue, in ToFontSize() argument
514 switch (eValue) { in ToFontSize()
[all …]
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h1179 CLPixelType oValue, eValue;
1190 eValue = stretch_map[ePos];
1191 red = getRed(eValue);
1200 eValue = stretch_map[ePos];
1201 green = getGreen(eValue);
1210 eValue = stretch_map[ePos];
1211 blue = getBlue(eValue);
1220 eValue = stretch_map[ePos];
1221 alpha = getAlpha(eValue);
1639 CLPixelType oValue, eValue;
[all …]
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidgethandler.h116 CXFA_Node* CreateValueNode(XFA_Element eValue, CXFA_Node* pParent) const;
Dcxfa_ffwidgethandler.cpp563 CXFA_Node* CXFA_FFWidgetHandler::CreateValueNode(XFA_Element eValue, in CreateValueNode() argument
566 CreateCopyNode(eValue, pValue); in CreateValueNode()
/external/pdfium/fxjs/xfa/
Dcjx_object.h191 bool SetEnum(XFA_Attribute eAttr, XFA_AttributeEnum eValue, bool bNotify);
Dcjx_object.cpp395 XFA_AttributeEnum eValue, in SetEnum() argument
398 (void*)(uintptr_t)eValue, bNotify); in SetEnum()
401 CXFA_Node::AttributeEnumToName(eValue)); in SetEnum()
/external/v8/benchmarks/
Dcrypto.js1669 eValue="10001";
1685 RSA.setPublic(nValue, eValue);
1686 RSA.setPrivateEx(nValue, eValue, dValue, pValue, qValue, dmp1Value, dmq1Value, coeffValue);
1692 RSA.setPublic(nValue, eValue);
1693 RSA.setPrivateEx(nValue, eValue, dValue, pValue, qValue, dmp1Value, dmq1Value, coeffValue);