Lines Matching refs:eValue
419 FDE_CSSDisplay CFDE_CSSStyleSelector::ToDisplay(FDE_CSSPropertyValue eValue) { in ToDisplay() argument
420 switch (eValue) { in ToDisplay()
438 FDE_CSSPropertyValue eValue) { in ToTextAlign() argument
439 switch (eValue) { in ToTextAlign()
452 uint16_t CFDE_CSSStyleSelector::ToFontWeight(FDE_CSSPropertyValue eValue) { in ToFontWeight() argument
453 switch (eValue) { in ToFontWeight()
467 FDE_CSSPropertyValue eValue) { in ToFontStyle() argument
468 switch (eValue) { in ToFontStyle()
517 FX_FLOAT CFDE_CSSStyleSelector::ToFontSize(FDE_CSSPropertyValue eValue, in ToFontSize() argument
519 switch (eValue) { in ToFontSize()
544 FDE_CSSPropertyValue eValue) { in ToVerticalAlign() argument
545 switch (eValue) { in ToVerticalAlign()
598 FDE_CSSPropertyValue eValue) { in ToFontVariant() argument
599 return eValue == FDE_CSSPropertyValue::SmallCaps in ToFontVariant()