Home
last modified time | relevance | path

Searched refs:SetFillColor (Results 1 – 24 of 24) sorted by relevance

/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.cpp111 pParams->m_pGraphics->SetFillColor(CXFA_GEColor(m_pThemeData->clrBK)); in DrawTotalBK()
122 pParams->m_pGraphics->SetFillColor(CXFA_GEColor(m_pThemeData->clrBK)); in DrawHeadBk()
137 pParams->m_pGraphics->SetFillColor( in DrawLButton()
141 pParams->m_pGraphics->SetFillColor( in DrawLButton()
170 pParams->m_pGraphics->SetFillColor( in DrawRButton()
174 pParams->m_pGraphics->SetFillColor( in DrawRButton()
227 pParams->m_pGraphics->SetFillColor( in DrawDatesInBK()
235 pParams->m_pGraphics->SetFillColor( in DrawDatesInBK()
Dcfwl_carettp.cpp46 pGraphics->SetFillColor(*crFill); in DrawCaretBK()
48 pGraphics->SetFillColor(CXFA_GEColor(ArgbEncode(255, 0, 0, 0))); in DrawCaretBK()
Dcfwl_checkboxtp.cpp77 pGraphics->SetFillColor(CXFA_GEColor(argbFill)); in DrawSignCheck()
89 pGraphics->SetFillColor(CXFA_GEColor(argbFill)); in DrawSignCircle()
127 pGraphics->SetFillColor(CXFA_GEColor(argbFill)); in DrawSignDiamond()
140 pGraphics->SetFillColor(CXFA_GEColor(argbFill)); in DrawSignSquare()
175 pGraphics->SetFillColor(CXFA_GEColor(argbFill)); in DrawSignStar()
Dcfwl_comboboxtp.cpp45 pParams->m_pGraphics->SetFillColor(CXFA_GEColor(argb_color)); in DrawBackground()
69 pParams->m_pGraphics->SetFillColor( in DrawStrethHandler()
Dcfwl_edittp.cpp51 pGraphics->SetFillColor(CXFA_GEColor(FWLTHEME_COLOR_BKSelected)); in DrawBackground()
69 pParams->m_pGraphics->SetFillColor(cr); in DrawBackground()
Dcfwl_widgettp.cpp114 pGraphics->SetFillColor(CXFA_GEColor(ArgbEncode(255, 0, 0, 0))); in DrawBorder()
135 pGraphics->SetFillColor(CXFA_GEColor(fillColor)); in FillSoildRect()
158 pGraphics->SetFillColor(CXFA_GEColor(&shading)); in DrawAxialShading()
229 pGraphics->SetFillColor(CXFA_GEColor(argSign)); in DrawArrow()
Dcfwl_listboxtp.cpp64 pGraphics->SetFillColor(CXFA_GEColor(FWLTHEME_COLOR_BKSelected)); in DrawListBoxItem()
Dcfwl_pushbuttontp.cpp77 pGraphics->SetFillColor(CXFA_GEColor(m_pThemeData->clrFill[iColor])); in DrawBackground()
Dcfwl_scrollbartp.cpp221 pGraphics->SetFillColor(CXFA_GEColor(ArgbEncode(255, 238, 237, 229))); in DrawTrack()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp369 pGraphic->SetFillColor(CXFA_GEColor(argbTopLeft)); in StrokeRect()
380 pGraphic->SetFillColor(CXFA_GEColor(argbBottomRight)); in StrokeRect()
395 pGS->SetFillColor(CXFA_GEColor(0xFF000000)); in StrokeLowered()
412 pGS->SetFillColor(CXFA_GEColor(0xFF000000)); in StrokeRaised()
Dcxfa_stipple.cpp69 pGS->SetFillColor(CXFA_GEColor(cr)); in Draw()
Dcxfa_radial.cpp73 pGS->SetFillColor(CXFA_GEColor(&shading)); in Draw()
Dcxfa_pattern.cpp84 pGS->SetFillColor(CXFA_GEColor(&pattern, 0x0)); in Draw()
Dcxfa_linear.cpp88 pGS->SetFillColor(CXFA_GEColor(&shading)); in Draw()
Dcxfa_fill.cpp110 pGS->SetFillColor(CXFA_GEColor(GetColor(false))); in Draw()
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorstate.h41 void SetFillColor(CPDF_ColorSpace* pCS, float* pValue, uint32_t nValues);
Dcpdf_colorstate.cpp72 void CPDF_ColorState::SetFillColor(CPDF_ColorSpace* pCS, in SetFillColor() function in CPDF_ColorState
Dcpdf_streamcontentparser.cpp868 m_pCurStates->m_ColorState.SetFillColor(pCS, &value, 1); in Handle_SetGray_Fill()
922 m_pCurStates->m_ColorState.SetFillColor(pCS, values, 4); in Handle_SetCMYKColor_Fill()
999 m_pCurStates->m_ColorState.SetFillColor(pCS, values, 3); in Handle_SetRGBColor_Fill()
1034 m_pCurStates->m_ColorState.SetFillColor(nullptr, values, nargs); in Handle_SetColor_Fill()
1071 m_pCurStates->m_ColorState.SetFillColor(nullptr, values, nvalues); in Handle_SetColorPS_Fill()
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.h53 void SetFillColor(const CXFA_GEColor& color);
Dcxfa_graphics.cpp177 void CXFA_Graphics::SetFillColor(const CXFA_GEColor& color) { in SetFillColor() function in CXFA_Graphics
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp121 pPathObj->m_ColorState.SetFillColor(pCS, rgb, 3); in TEST_F()
178 pTextObj->m_ColorState.SetFillColor(pCS, rgb, 3); in TEST_F()
/external/pdfium/xfa/fxfa/
Dcxfa_ffpushbutton.cpp222 pGraphics->SetFillColor(CXFA_GEColor(FXARGB_MAKE(128, 128, 255, 255))); in OnDrawWidget()
Dcxfa_fffield.cpp92 pGS->SetFillColor( in DrawHighlight()
/external/pdfium/fpdfsdk/
Dfpdfeditpage.cpp347 pPageObj->m_ColorState.SetFillColor( in FPDFPageObj_SetFillColor()