/external/pdfium/xfa/fwl/theme/ |
D | cfwl_monthcalendartp.cpp | 112 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawTotalBK() 123 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawHeadBk() 139 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawLButton() 143 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawLButton() 172 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawRButton() 176 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawRButton() 229 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawDatesInBK() 237 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawDatesInBK()
|
D | cfwl_checkboxtp.cpp | 78 pGraphics->FillPath(m_pCheckPath.get(), FXFILL_WINDING, &mt); in DrawSignCheck() 90 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignCircle() 128 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignDiamond() 141 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignSquare() 176 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignStar()
|
D | cfwl_comboboxtp.cpp | 46 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, &pParams->m_matrix); in DrawBackground() 71 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, &pParams->m_matrix); in DrawStrethHandler()
|
D | cfwl_edittp.cpp | 52 pGraphics->FillPath(pParams->m_pPath, FXFILL_WINDING, in DrawBackground() 70 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, in DrawBackground()
|
D | cfwl_scrollbartp.cpp | 94 FXFILL_WINDING, pMatrix); in DrawThumbBtn() 109 FXFILL_WINDING, pMatrix); in DrawThumbBtn() 222 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawTrack() 232 m_pThemeData->clrTrackBKEnd, &path, FXFILL_WINDING, pMatrix); in DrawTrack()
|
D | cfwl_widgettp.cpp | 136 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in FillSoildRect() 230 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawArrow() 245 m_pColorData->clrEnd[eState - 1], &path, FXFILL_WINDING, in DrawBtn()
|
D | cfwl_carettp.cpp | 50 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawCaretBK()
|
D | cfwl_listboxtp.cpp | 72 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawListBoxItem()
|
D | cfwl_widgettp.h | 75 int32_t fillMode = FXFILL_WINDING,
|
D | cfwl_pushbuttontp.cpp | 78 pGraphics->FillPath(&fillPath, FXFILL_WINDING, &pParams->m_matrix); in DrawBackground()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device_unittest.cpp | 64 FXFILL_WINDING, 0); in CommonTest() 87 FXFILL_WINDING, 0); in CommonTest()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_stipple.cpp | 70 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
|
D | cxfa_radial.cpp | 74 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
|
D | cxfa_pattern.cpp | 85 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
|
D | cxfa_linear.cpp | 89 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
|
D | cxfa_fill.cpp | 111 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
|
D | cxfa_rectangle.cpp | 370 pGraphic->FillPath(&pathLT, FXFILL_WINDING, &matrix); in StrokeRect() 381 pGraphic->FillPath(&pathRB, FXFILL_WINDING, &matrix); in StrokeRect()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamcontentparser.cpp | 571 AddPathObject(FXFILL_WINDING, true); in Handle_CloseFillStrokePath() 575 AddPathObject(FXFILL_WINDING, true); in Handle_FillStrokePath() 854 AddPathObject(FXFILL_WINDING, false); in Handle_FillPath() 858 AddPathObject(FXFILL_WINDING, false); in Handle_FillPathOld() 1406 m_PathClipType = FXFILL_WINDING; in Handle_Clip() 1474 m_pCurStates->m_ClipPath.AppendPath(path, FXFILL_WINDING, true); in AddPathObject()
|
D | cpdf_contentparser.cpp | 93 m_pParser->GetCurStates()->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, in CPDF_ContentParser()
|
/external/pdfium/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 50 device->DrawPath(&rect, &matri, &data, m_barColor, 0, FXFILL_WINDING); in RenderDeviceResult()
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator_unittest.cpp | 98 pPathObj->m_FillType = FXFILL_WINDING; in TEST_F() 116 pPathObj->m_FillType = FXFILL_WINDING; in TEST_F()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffpushbutton.cpp | 223 pGraphics->FillPath(&path, FXFILL_WINDING, &matrix); in OnDrawWidget()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 48 #define FXFILL_WINDING 2 macro
|
D | cfx_renderdevice.cpp | 494 if (!SetClip_PathFill(&path, nullptr, FXFILL_WINDING)) in SetClip_Rect() 1119 fill_mode |= FXFILL_WINDING; in DrawTextPath() 1139 DrawPath(&path, pUser2Device, nullptr, color, 0, FXFILL_WINDING); in DrawFillRect() 1275 FXFILL_WINDING); in DrawBorder()
|
/external/pdfium/fpdfsdk/ |
D | fpdfeditpath.cpp | 212 pPathObj->m_FillType = FXFILL_WINDING; in FPDFPath_SetDrawMode()
|