Home
last modified time | relevance | path

Searched refs:FXFILL_WINDING (Results 1 – 25 of 36) sorted by relevance

12

/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.cpp112 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()
Dcfwl_checkboxtp.cpp78 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()
Dcfwl_comboboxtp.cpp46 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()
Dcfwl_edittp.cpp52 pGraphics->FillPath(pParams->m_pPath, FXFILL_WINDING, in DrawBackground()
70 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, in DrawBackground()
Dcfwl_scrollbartp.cpp94 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()
Dcfwl_widgettp.cpp136 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()
Dcfwl_carettp.cpp50 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawCaretBK()
Dcfwl_listboxtp.cpp72 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawListBoxItem()
Dcfwl_widgettp.h75 int32_t fillMode = FXFILL_WINDING,
Dcfwl_pushbuttontp.cpp78 pGraphics->FillPath(&fillPath, FXFILL_WINDING, &pParams->m_matrix); in DrawBackground()
/external/pdfium/core/fxge/skia/
Dfx_skia_device_unittest.cpp64 FXFILL_WINDING, 0); in CommonTest()
87 FXFILL_WINDING, 0); in CommonTest()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_stipple.cpp70 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
Dcxfa_radial.cpp74 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
Dcxfa_pattern.cpp85 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
Dcxfa_linear.cpp89 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
Dcxfa_fill.cpp111 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
Dcxfa_rectangle.cpp370 pGraphic->FillPath(&pathLT, FXFILL_WINDING, &matrix); in StrokeRect()
381 pGraphic->FillPath(&pathRB, FXFILL_WINDING, &matrix); in StrokeRect()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp571 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()
Dcpdf_contentparser.cpp93 m_pParser->GetCurStates()->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, in CPDF_ContentParser()
/external/pdfium/fxbarcode/
DBC_TwoDimWriter.cpp50 device->DrawPath(&rect, &matri, &data, m_barColor, 0, FXFILL_WINDING); in RenderDeviceResult()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp98 pPathObj->m_FillType = FXFILL_WINDING; in TEST_F()
116 pPathObj->m_FillType = FXFILL_WINDING; in TEST_F()
/external/pdfium/xfa/fxfa/
Dcxfa_ffpushbutton.cpp223 pGraphics->FillPath(&path, FXFILL_WINDING, &matrix); in OnDrawWidget()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h48 #define FXFILL_WINDING 2 macro
Dcfx_renderdevice.cpp494 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/
Dfpdfeditpath.cpp212 pPathObj->m_FillType = FXFILL_WINDING; in FPDFPath_SetDrawMode()

12