/external/pdfium/xfa/fwl/theme/ |
D | cfwl_monthcalendartp.cpp | 107 pParams.m_pGraphics->SetFillColor(CXFA_GEColor(kBackgroundColor)); in DrawTotalBK() 118 pParams.m_pGraphics->SetFillColor(CXFA_GEColor(kBackgroundColor)); in DrawHeadBk() 133 pParams.m_pGraphics->SetFillColor( in DrawLButton() 137 pParams.m_pGraphics->SetFillColor( in DrawLButton() 166 pParams.m_pGraphics->SetFillColor( in DrawRButton() 170 pParams.m_pGraphics->SetFillColor( in DrawRButton() 221 pParams.m_pGraphics->SetFillColor( in DrawDatesInBK() 229 pParams.m_pGraphics->SetFillColor(CXFA_GEColor(kDatesHoverBackgroundColor)); in DrawDatesInBK()
|
D | cfwl_checkboxtp.cpp | 59 pGraphics->SetFillColor(CXFA_GEColor(argbFill)); in DrawSignCheck() 71 pGraphics->SetFillColor(CXFA_GEColor(argbFill)); in DrawSignCircle() 109 pGraphics->SetFillColor(CXFA_GEColor(argbFill)); in DrawSignDiamond() 121 pGraphics->SetFillColor(CXFA_GEColor(argbFill)); in DrawSignSquare() 156 pGraphics->SetFillColor(CXFA_GEColor(argbFill)); in DrawSignStar()
|
D | cfwl_edittp.cpp | 42 pGraphics->SetFillColor(CXFA_GEColor(FWLTHEME_COLOR_BKSelected)); in DrawBackground() 60 pParams.m_pGraphics->SetFillColor(cr); in DrawBackground()
|
D | cfwl_widgettp.cpp | 106 pGraphics->SetFillColor(CXFA_GEColor(ArgbEncode(255, 0, 0, 0))); in DrawBorder() 127 pGraphics->SetFillColor(CXFA_GEColor(fillColor)); in FillSolidRect() 196 pGraphics->SetFillColor(CXFA_GEColor(argSign)); in DrawArrow()
|
D | cfwl_carettp.cpp | 41 pGraphics->SetFillColor(CXFA_GEColor(ArgbEncode(255, 0, 0, 0))); in DrawCaretBK()
|
D | cfwl_comboboxtp.cpp | 43 pParams.m_pGraphics->SetFillColor(CXFA_GEColor(argb_color)); in DrawBackground()
|
D | cfwl_listboxtp.cpp | 64 pGraphics->SetFillColor(CXFA_GEColor(FWLTHEME_COLOR_BKSelected)); in DrawListBoxItem()
|
D | cfwl_pushbuttontp.cpp | 75 pGraphics->SetFillColor(CXFA_GEColor(m_pThemeData->clrFill[iColor])); in DrawBackground()
|
D | cfwl_scrollbartp.cpp | 207 pGraphics->SetFillColor(CXFA_GEColor(ArgbEncode(255, 238, 237, 229))); in DrawTrack()
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator_unittest.cpp | 90 pPathObj->m_ColorState.SetFillColor(pCS, rgb); in TEST_F() 112 pPathObj->m_ColorState.SetFillColor(pCS, rgb); in TEST_F() 193 pPathObj->m_ColorState.SetFillColor(pCS, rgb); in TEST_F() 259 pTextObj->m_ColorState.SetFillColor(pCS, rgb); in TEST_F()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_stipple.cpp | 69 pGS->SetFillColor(CXFA_GEColor(cr)); in Draw()
|
D | cxfa_rectangle.cpp | 367 pGraphic->SetFillColor(CXFA_GEColor(argbTopLeft)); in StrokeRect() 378 pGraphic->SetFillColor(CXFA_GEColor(argbBottomRight)); in StrokeRect() 393 pGS->SetFillColor(CXFA_GEColor(0xFF000000)); in StrokeLowered() 410 pGS->SetFillColor(CXFA_GEColor(0xFF000000)); in StrokeRaised()
|
D | cxfa_radial.cpp | 72 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 | 109 pGS->SetFillColor(CXFA_GEColor(GetColor(false))); in Draw()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_colorstate.h | 45 void SetFillColor(const RetainPtr<CPDF_ColorSpace>& pCS,
|
D | cpdf_colorstate.cpp | 73 void CPDF_ColorState::SetFillColor(const RetainPtr<CPDF_ColorSpace>& pCS, in SetFillColor() function in CPDF_ColorState
|
D | cpdf_streamcontentparser.cpp | 888 m_pCurStates->m_ColorState.SetFillColor(pCS, GetNumbers(1)); in Handle_SetGray_Fill() 939 m_pCurStates->m_ColorState.SetFillColor(pCS, GetNumbers(4)); in Handle_SetCMYKColor_Fill() 1009 m_pCurStates->m_ColorState.SetFillColor(pCS, GetNumbers(3)); in Handle_SetRGBColor_Fill() 1033 m_pCurStates->m_ColorState.SetFillColor(nullptr, GetNumbers(nargs)); in Handle_SetColor_Fill() 1047 m_pCurStates->m_ColorState.SetFillColor(nullptr, GetColors()); in Handle_SetColorPS_Fill()
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.h | 50 void SetFillColor(const CXFA_GEColor& color);
|
D | cxfa_graphics.cpp | 167 void CXFA_Graphics::SetFillColor(const CXFA_GEColor& color) { in SetFillColor() function in CXFA_Graphics
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.h | 58 void SetFillColor(FX_ARGB color) { m_T3FillColor = color; } in SetFillColor() function
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffpushbutton.cpp | 213 pGraphics->SetFillColor(CXFA_GEColor(ArgbEncode(128, 128, 255, 255))); in OnDrawWidget()
|
D | cxfa_fffield.cpp | 100 pGS->SetFillColor( in DrawHighlight()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_editpage.cpp | 690 pPageObj->m_ColorState.SetFillColor( in FPDFPageObj_SetFillColor()
|