/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 125 int fill_mode); 136 int fill_mode) { in DrawPath() argument 138 stroke_color, fill_mode, FXDIB_BLEND_NORMAL); in DrawPath() 145 int fill_mode, 286 int fill_mode, 291 int fill_mode,
|
D | cfx_renderdevice.cpp | 463 int fill_mode) { in SetClip_PathFill() argument 465 fill_mode)) { in SetClip_PathFill() 515 int fill_mode, in DrawPathWithBlend() argument 518 uint8_t fill_alpha = (fill_mode & 3) ? FXARGB_A(fill_color) : 0; in DrawPathWithBlend() 527 DrawCosmeticLine(pos1, pos2, fill_color, fill_mode, blend_type); in DrawPathWithBlend() 533 if (!(fill_mode & FXFILL_RECT_AA) && in DrawPathWithBlend() 575 if ((fill_mode & 3) && stroke_alpha == 0 && !(fill_mode & FX_FILL_STROKE) && in DrawPathWithBlend() 576 !(fill_mode & FX_FILL_TEXT_MODE)) { in DrawPathWithBlend() 595 if (fill_mode & FXFILL_NOPATHSMOOTH) in DrawPathWithBlend() 602 if ((fill_mode & 3) && fill_alpha && stroke_alpha < 0xff && in DrawPathWithBlend() [all …]
|
D | ifx_renderdevicedriver.h | 42 int fill_mode) = 0; 51 int fill_mode,
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 63 int fill_mode); 140 int fill_mode) override; 149 int fill_mode, 284 int fill_mode) override; 293 int fill_mode, 347 int fill_mode) override; 356 int fill_mode,
|
D | cfx_psrenderer.h | 44 int fill_mode); 54 int fill_mode);
|
D | fx_win32_print.cpp | 410 int fill_mode) { in SetClip_PathFill() argument 411 m_PSRenderer.SetClip_PathFill(pPathData, pObject2Device, fill_mode); in SetClip_PathFill() 428 int fill_mode, in DrawPath() argument 434 fill_color, stroke_color, fill_mode & 3); in DrawPath() 532 int fill_mode) { in SetClip_PathFill() argument 548 int fill_mode, in DrawPath() argument
|
D | fx_win32_device.cpp | 971 int fill_mode, in DrawPath() argument 1005 ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || in DrawPath() 1014 stroke_color, fill_mode)) { in DrawPath() 1020 int old_fill_mode = fill_mode; in DrawPath() 1021 fill_mode &= 3; in DrawPath() 1029 if (fill_mode && fill_alpha) { in DrawPath() 1030 SetPolyFillMode(m_hDC, fill_mode); in DrawPath() 1046 if (fill_mode && fill_alpha) { in DrawPath() 1057 } else if (fill_mode && fill_alpha) { in DrawPath() 1095 int fill_mode) { in SetClip_PathFill() argument [all …]
|
D | cfx_psrenderer.cpp | 214 int fill_mode) { in SetClip_PathFill() argument 227 if ((fill_mode & 3) != FXFILL_WINDING) in SetClip_PathFill() 261 int fill_mode) { in DrawPath() argument 284 if (fill_mode && fill_alpha) { in DrawPath() 286 if ((fill_mode & 3) == FXFILL_WINDING) { in DrawPath() 291 } else if ((fill_mode & 3) == FXFILL_ALTERNATE) { in DrawPath()
|
D | fx_win32_gdipext.cpp | 1153 int fill_mode) { in DrawPath() argument 1229 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath() 1232 } else if (!(fill_mode & FXFILL_FULLCOVER)) { in DrawPath() 1233 if (!bSmooth && (fill_mode & 3)) in DrawPath() 1239 int new_fill_mode = fill_mode & 3; in DrawPath() 1272 !!(fill_mode & FX_STROKE_TEXT_MODE)); in DrawPath()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_offset.c | 152 unsigned fill_mode = rast->fill_front; in offset_first_tri() local 159 fill_mode = rast->fill_back; in offset_first_tri() 163 switch (fill_mode) { in offset_first_tri()
|
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | image.py | 480 fill_mode='nearest', argument 511 fill_mode=fill_mode,
|
D | image_test.py | 79 fill_mode='nearest', 372 fill_mode='nearest',
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.h | 50 int fill_mode) override; 59 int fill_mode,
|
D | fx_agg_driver.cpp | 1223 int fill_mode) { in SetClip_PathFill() argument 1224 m_FillFlags = fill_mode; in SetClip_PathFill() 1249 rasterizer.filling_rule((fill_mode & 3) == FXFILL_WINDING in SetClip_PathFill() 1303 int fill_mode, in DrawPath() argument 1311 m_FillFlags = fill_mode; in DrawPath() 1312 if ((fill_mode & 3) && fill_color) { in DrawPath() 1320 rasterizer.filling_rule((fill_mode & 3) == FXFILL_WINDING in DrawPath() 1324 !!(fill_mode & FXFILL_FULLCOVER), false)) { in DrawPath() 1332 if (fill_mode & FX_ZEROAREA_FILL) { in DrawPath() 1340 false, !!(fill_mode & FX_STROKE_TEXT_MODE)); in DrawPath() [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_rasterizer.c | 109 unsigned fill_mode = translate_fill_mode(rast->templ.fill_front); in define_rasterizer_object() local 130 fill_mode = SVGA3D_FILLMODE_FILL; in define_rasterizer_object() 139 fill_mode, in define_rasterizer_object()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 48 int fill_mode) override; // fill mode, WINDING or ALTERNATE 64 int fill_mode,
|
D | fx_skia_device.cpp | 708 int fill_mode, in DrawPath() argument 716 DrawChanged(pMatrix, pDrawState, fill_color, stroke_color, fill_mode, in DrawPath() 722 m_fillFullCover = !!(fill_mode & FXFILL_FULLCOVER); in DrawPath() 723 m_fillPath = (fill_mode & 3) && fill_color; in DrawPath() 724 m_skPath.setFillType((fill_mode & 3) == FXFILL_ALTERNATE in DrawPath() 950 int fill_mode) { in SetClipFill() argument 971 skClipPath.setFillType((fill_mode & 3) == FXFILL_ALTERNATE in SetClipFill() 1084 int fill_mode, in DrawChanged() argument 1090 ((fill_mode & 3) == FXFILL_ALTERNATE) != in DrawChanged() 1801 int fill_mode // fill mode, WINDING or ALTERNATE in SetClip_PathFill() argument [all …]
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_inlines.h | 507 unsigned fill_mode) in util_get_offset() argument 509 switch(fill_mode) { in util_get_offset()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 727 int fill_mode; member 776 if (fill_mode & RENDER_NOPATHSMOOTH) { in Draw() 836 int fill_mode, in DrawCoonPatchMeshes() argument 851 patch.fill_mode = fill_mode; in DrawCoonPatchMeshes() 1451 int fill_mode = FXFILL_WINDING; in ProcessClipPath() local 1453 fill_mode |= FXFILL_NOPATHSMOOTH; in ProcessClipPath() 1454 m_pDevice->SetClip_PathFill(pTextClippingPath.get(), nullptr, fill_mode); in ProcessClipPath() 1471 int fill_mode = pPathObj->m_FillType; in SelectClipPath() local 1473 fill_mode |= FXFILL_NOPATHSMOOTH; in SelectClipPath() 1476 fill_mode); in SelectClipPath()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 513 unsigned fill_mode) in util_get_offset() argument 515 switch(fill_mode) { in util_get_offset()
|