Searched refs:_fillColor (Results 1 – 2 of 2) sorted by relevance
32 _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 …]
306 CFX_Color* _fillColor; member