/external/pdfium/xfa/fwl/theme/ |
D | cfwl_monthcalendartp.cpp | 111 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()
|
D | cfwl_carettp.cpp | 46 pGraphics->SetFillColor(*crFill); in DrawCaretBK() 48 pGraphics->SetFillColor(CXFA_GEColor(ArgbEncode(255, 0, 0, 0))); in DrawCaretBK()
|
D | cfwl_checkboxtp.cpp | 77 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()
|
D | cfwl_comboboxtp.cpp | 45 pParams->m_pGraphics->SetFillColor(CXFA_GEColor(argb_color)); in DrawBackground() 69 pParams->m_pGraphics->SetFillColor( in DrawStrethHandler()
|
D | cfwl_edittp.cpp | 51 pGraphics->SetFillColor(CXFA_GEColor(FWLTHEME_COLOR_BKSelected)); in DrawBackground() 69 pParams->m_pGraphics->SetFillColor(cr); in DrawBackground()
|
D | cfwl_widgettp.cpp | 114 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()
|
D | cfwl_listboxtp.cpp | 64 pGraphics->SetFillColor(CXFA_GEColor(FWLTHEME_COLOR_BKSelected)); in DrawListBoxItem()
|
D | cfwl_pushbuttontp.cpp | 77 pGraphics->SetFillColor(CXFA_GEColor(m_pThemeData->clrFill[iColor])); in DrawBackground()
|
D | cfwl_scrollbartp.cpp | 221 pGraphics->SetFillColor(CXFA_GEColor(ArgbEncode(255, 238, 237, 229))); in DrawTrack()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 369 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()
|
D | cxfa_stipple.cpp | 69 pGS->SetFillColor(CXFA_GEColor(cr)); in Draw()
|
D | cxfa_radial.cpp | 73 pGS->SetFillColor(CXFA_GEColor(&shading)); in Draw()
|
D | cxfa_pattern.cpp | 84 pGS->SetFillColor(CXFA_GEColor(&pattern, 0x0)); in Draw()
|
D | cxfa_linear.cpp | 88 pGS->SetFillColor(CXFA_GEColor(&shading)); in Draw()
|
D | cxfa_fill.cpp | 110 pGS->SetFillColor(CXFA_GEColor(GetColor(false))); in Draw()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_colorstate.h | 41 void SetFillColor(CPDF_ColorSpace* pCS, float* pValue, uint32_t nValues);
|
D | cpdf_colorstate.cpp | 72 void CPDF_ColorState::SetFillColor(CPDF_ColorSpace* pCS, in SetFillColor() function in CPDF_ColorState
|
D | cpdf_streamcontentparser.cpp | 868 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/ |
D | cxfa_graphics.h | 53 void SetFillColor(const CXFA_GEColor& color);
|
D | cxfa_graphics.cpp | 177 void CXFA_Graphics::SetFillColor(const CXFA_GEColor& color) { in SetFillColor() function in CXFA_Graphics
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator_unittest.cpp | 121 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/ |
D | cxfa_ffpushbutton.cpp | 222 pGraphics->SetFillColor(CXFA_GEColor(FXARGB_MAKE(128, 128, 255, 255))); in OnDrawWidget()
|
D | cxfa_fffield.cpp | 92 pGS->SetFillColor( in DrawHighlight()
|
/external/pdfium/fpdfsdk/ |
D | fpdfeditpage.cpp | 347 pPageObj->m_ColorState.SetFillColor( in FPDFPageObj_SetFillColor()
|