Home
last modified time | relevance | path

Searched refs:crColor (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_stipple.cpp61 FX_ARGB crColor = pColor ? pColor->GetValue() : CXFA_Color::kBlackColor; in Draw() local
65 std::tie(a, rgb) = ArgbToColorRef(crColor); in Draw()
/external/pdfium/fxjs/
Dcjs_publicmethods.cpp960 CFX_Color crColor = color::ConvertArrayToPWLColor(pRuntime, arColor); in AFNumber_Format() local
961 if (crColor != crProp) in AFNumber_Format()