Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h95 int32_t GetStipple(FX_ARGB& stippleColor);
103 FX_BOOL SetStipple(int32_t iStipple, FX_ARGB stippleColor);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp130 int32_t CXFA_Fill::GetStipple(FX_ARGB& stippleColor) { in GetStipple() argument
137 stippleColor = XFA_WStringToColor(wsColor); in GetStipple()
139 stippleColor = 0xFF000000; in GetStipple()
185 FX_BOOL CXFA_Fill::SetStipple(int32_t iStipple, FX_ARGB stippleColor) { in SetStipple() argument
190 ArgbDecode(stippleColor, a, r, g, b); in SetStipple()