Home | History | Annotate | Download | only in css

Lines Matching refs:pValue

116     ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle);
122 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle);
176 const CFX_RetainPtr<CFDE_CSSValue>& pValue,
178 if (pValue->GetType() != FDE_CSSPrimitiveType::List) {
179 FDE_CSSPrimitiveType eType = pValue->GetType();
184 ToDisplay(pValue.As<CFDE_CSSEnumValue>()->Value());
190 fFontSize = pValue.As<CFDE_CSSNumberValue>()->Apply(fFontSize);
193 ToFontSize(pValue.As<CFDE_CSSEnumValue>()->Value(), fFontSize);
199 pValue.As<CFDE_CSSNumberValue>();
212 ToTextAlign(pValue.As<CFDE_CSSEnumValue>()->Value());
217 eType, pValue,
223 ToFontWeight(pValue.As<CFDE_CSSEnumValue>()->Value());
226 (int32_t)pValue.As<CFDE_CSSNumberValue>()->Value() / 100;
235 ToFontStyle(pValue.As<CFDE_CSSEnumValue>()->Value());
241 pValue.As<CFDE_CSSColorValue>()->Value();
247 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) {
254 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) {
261 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) {
268 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) {
275 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) {
282 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) {
289 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) {
296 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) {
303 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) {
310 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) {
317 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) {
324 pValue, pComputedStyle->m_InheritedData.m_fFontSize)) {
331 ToVerticalAlign(pValue.As<CFDE_CSSEnumValue>()->Value());
336 pValue.As<CFDE_CSSNumberValue>()->Apply(
343 ToFontVariant(pValue.As<CFDE_CSSEnumValue>()->Value());
351 if (pValue.As<CFDE_CSSNumberValue>()->Kind() ==
357 eType, pValue,
366 if (pValue.As<CFDE_CSSNumberValue>()->Kind() ==
371 eType, pValue,
377 pValue,
382 pValue,
387 pValue,
392 pValue,
398 } else if (pValue->GetType() == FDE_CSSPrimitiveType::List) {
399 CFX_RetainPtr<CFDE_CSSValueList> pList = pValue.As<CFDE_CSSValueList>();
480 const CFX_RetainPtr<CFDE_CSSValue>& pValue,
483 CFX_RetainPtr<CFDE_CSSNumberValue> v = pValue.As<CFDE_CSSNumberValue>();
486 pValue.As<CFDE_CSSNumberValue>()->Value() / 100.0f);
494 switch (pValue.As<CFDE_CSSEnumValue>()->Value()) {
567 const CFX_RetainPtr<CFDE_CSSValueList>& pValue) {
569 for (int32_t i = pValue->CountValues() - 1; i >= 0; --i) {
570 const CFX_RetainPtr<CFDE_CSSValue> pVal = pValue->GetValue(i);