Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp32 _info._fillColor = NULL; in CFX_Graphics()
125 info->_fillColor = _info._fillColor; in SaveGraphState()
154 _info._fillColor = info->_fillColor; in RestoreGraphState()
340 _info._fillColor = color; in SetFillColor()
759 _FX_RETURN_VALUE_IF_FAIL(_info._fillColor, FX_ERR_Property_Invalid); in RenderDeviceFillPath()
766 switch (_info._fillColor->_type) { in RenderDeviceFillPath()
770 _info._fillColor->_argb, 0x0, fillMode); in RenderDeviceFillPath()
884 _info._fillColor->_argb, FXTEXT_CLEARTYPE); in RenderDeviceShowText()
899 CFX_Pattern* pattern = _info._fillColor->_pattern; in FillPathWithPattern()
921 FX_HatchStyle hatchStyle = _info._fillColor->_pattern->_hatchStyle; in FillPathWithPattern()
[all …]
/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h306 CFX_Color* _fillColor; member