/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 82 int fill_mode in SetClip_PathFill() argument 85 if (!m_pDeviceDriver->SetClip_PathFill(pPathData, pObject2Device, fill_mode)) { in SetClip_PathFill() 125 FX_DWORD fill_color, FX_DWORD stroke_color, int fill_mode, in DrawPath() argument 136 if ((fill_mode & 3) == 0) { in DrawPath() 154 … DrawCosmeticLine(x1, y1, x2, y2, fill_color, fill_mode, alpha_flag, pIccTransform, blend_type); in DrawPath() 159 if (!(fill_mode & FXFILL_RECT_AA) && pPathData->IsRect(pObject2Device, &rect_f)) { in DrawPath() 194 …if((fill_mode & 3) && stroke_alpha == 0 && !(fill_mode & FX_FILL_STROKE) && !(fill_mode & FX_FILL_… in DrawPath() 213 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath() 219 if ((fill_mode & 3) && fill_alpha && stroke_alpha < 0xff && (fill_mode & FX_FILL_STROKE)) { in DrawPath() 257 …()->DrawPath(pPathData, &matrix, pGraphState, fill_color, stroke_color, fill_mode, alpha_flag, pIc… in DrawPath() [all …]
|
D | fx_ge_ps.cpp | 138 int fill_mode in SetClip_PathFill() argument 148 if ((fill_mode & 3) == FXFILL_WINDING) { in SetClip_PathFill() 183 int fill_mode, in DrawPath() argument 211 if (fill_mode && fill_alpha) { in DrawPath() 213 if ((fill_mode & 3) == FXFILL_WINDING) { in DrawPath() 219 } else if ((fill_mode & 3) == FXFILL_ALTERNATE) { in DrawPath()
|
D | fx_ge_text.cpp | 974 int fill_mode = nFlag; in DrawTextPath() local 977 fill_mode |= FXFILL_WINDING; in DrawTextPath() 981 fill_mode |= FXFILL_WINDING; in DrawTextPath() 984 fill_mode |= FX_FILL_TEXT_MODE; in DrawTextPath() 985 …(&TransformedPath, pUser2Device, pGraphState, fill_color, stroke_color, fill_mode, alpha_flag, pIc… in DrawTextPath()
|
/external/chromium_org/cc/animation/ |
D | animation.h | 104 FillMode fill_mode() { return fill_mode_; } in fill_mode() function 105 void set_fill_mode(FillMode fill_mode) { fill_mode_ = fill_mode; } in set_fill_mode() argument
|
/external/chromium_org/cc/blink/ |
D | web_animation_impl.cc | 160 switch (animation_->fill_mode()) { in fillMode() 175 void WebCompositorAnimationImpl::setFillMode(FillMode fill_mode) { in setFillMode() argument 176 switch (fill_mode) { in setFillMode()
|
D | web_animation_impl.h | 48 virtual void setFillMode(blink::WebCompositorAnimation::FillMode fill_mode);
|
/external/pdfium/core/src/fxge/win32/ |
D | win32_int.h | 27 int fill_mode 85 int fill_mode 96 int fill_mode, 199 int fill_mode 210 int fill_mode,
|
D | fx_win32_device.cpp | 749 int fill_mode, in DrawPath() argument 782 …if (bDrawAlpha || ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || pGraphSta… in DrawPath() 787 …GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, pGraphState, fill_color, stroke_color, fill_mode)) { in DrawPath() 793 int old_fill_mode = fill_mode; in DrawPath() 794 fill_mode &= 3; in DrawPath() 802 if (fill_mode && fill_alpha) { in DrawPath() 803 SetPolyFillMode(m_hDC, fill_mode); in DrawPath() 820 if (fill_mode && fill_alpha) { in DrawPath() 831 } else if (fill_mode && fill_alpha) { in DrawPath() 867 int fill_mode in SetClip_PathFill() argument [all …]
|
D | fx_win32_print.cpp | 363 int fill_mode) in SetClip_PathFill() argument 365 m_PSRenderer.SetClip_PathFill(pPathData, pObject2Device, fill_mode); in SetClip_PathFill() 378 … int fill_mode, int alpha_flag, void* pIccTransform, int blend_type) in DrawPath() argument 383 …wPath(pPathData, pObject2Device, pGraphState, fill_color, stroke_color, fill_mode & 3, alpha_flag,… in DrawPath()
|
D | fx_win32_gdipext.cpp | 852 int fill_mode in DrawPath() argument 939 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath() 942 } else if (!(fill_mode & FXFILL_FULLCOVER)) { in DrawPath() 943 if (!bSmooth && (fill_mode & 3)) { in DrawPath() 950 int new_fill_mode = fill_mode & 3; in DrawPath() 980 …GpPen* pPen = _GdipCreatePen(pGraphState, pObject2Device, stroke_argb, fill_mode & FX_STROKE_TEXT_… in DrawPath()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 383 int fill_mode 398 int fill_mode, 411 …int fill_mode = 0, int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NO… 548 int fill_mode 564 int fill_mode, 663 int fill_mode 681 int fill_mode,
|
/external/pdfium/core/src/fxge/agg/include/ |
D | fx_agg_driver.h | 37 int fill_mode 52 int fill_mode,
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | fx_agg_driver.cpp | 323 int fill_mode in SetClip_PathFill() argument 326 m_FillFlags = fill_mode; in SetClip_PathFill() 348 …rasterizer.filling_rule((fill_mode & 3) == FXFILL_WINDING ? agg::fill_non_zero : agg::fill_even_od… in SetClip_PathFill() 1137 int fill_mode, in DrawPath() argument 1149 m_FillFlags = fill_mode; in DrawPath() 1150 if ((fill_mode & 3) && fill_color) { in DrawPath() 1156 …rasterizer.filling_rule((fill_mode & 3) == FXFILL_WINDING ? agg::fill_non_zero : agg::fill_even_od… in DrawPath() 1157 …if (!RenderRasterizer(rasterizer, fill_color, fill_mode & FXFILL_FULLCOVER, FALSE, alpha_flag, pIc… in DrawPath() 1163 if (fill_mode & FX_ZEROAREA_FILL) { in DrawPath() 1168 …zeStroke(rasterizer, path_data.m_PathData, NULL, pGraphState, 1, FALSE, fill_mode & FX_STROKE_TEXT… in DrawPath() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 673 int fill_mode = FXFILL_WINDING; in ProcessClipPath() local 674 m_pDevice->SetClip_PathFill(&EmptyPath, NULL, fill_mode); in ProcessClipPath() 692 int fill_mode = FXFILL_WINDING; in ProcessClipPath() local 694 fill_mode |= FXFILL_NOPATHSMOOTH; in ProcessClipPath() 696 m_pDevice->SetClip_PathFill(pTextClippingPath, NULL, fill_mode); in ProcessClipPath() 716 int fill_mode = 0; in DrawClipPath() local 718 fill_mode |= FXFILL_NOPATHSMOOTH; in DrawClipPath() 731 m_pDevice->DrawPath(pPathData, pObj2Device, &stroke_state, 0, 0xffff0000, fill_mode); in DrawClipPath() 745 int fill_mode = pPathObj->m_FillType; in SelectClipPath() local 747 fill_mode |= FXFILL_NOPATHSMOOTH; in SelectClipPath() [all …]
|
D | fpdf_render_pattern.cpp | 601 int fill_mode; member 627 if (fill_mode & RENDER_NOPATHSMOOTH) { in Draw() 668 CPDF_ColorSpace* pCS, int fill_mode, int alpha) in _DrawCoonPatchMeshes() argument 683 patch.fill_mode = fill_mode; in _DrawCoonPatchMeshes() 775 int fill_mode = m_Options.m_Flags; in DrawShading() local 799 pFuncs, nFuncs, pColorSpace, fill_mode, alpha); in DrawShading()
|
/external/pdfium/core/src/fxge/apple/ |
D | apple_int.h | 109 int fill_mode 120 int fill_mode,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 481 unsigned fill_mode) in util_get_offset() argument 483 switch(fill_mode) { in util_get_offset()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_inlines.h | 481 unsigned fill_mode) in util_get_offset() argument 483 switch(fill_mode) { in util_get_offset()
|
/external/chromium_org/v8/src/ |
D | code-stubs-hydrogen.cc | 894 JSArrayBuilder::FillMode fill_mode = IsFastSmiElementsKind(kind) in BuildArrayNArgumentsConstructor() local 900 fill_mode); in BuildArrayNArgumentsConstructor()
|
D | hydrogen.h | 1757 FillMode fill_mode = FILL_WITH_HOLE); 1765 FillMode fill_mode = FILL_WITH_HOLE); 1769 FillMode fill_mode = FILL_WITH_HOLE);
|
D | hydrogen.cc | 3225 FillMode fill_mode) { in AllocateArray() argument 3229 fill_mode); in AllocateArray() 3237 FillMode fill_mode) { in AllocateArray() argument 3242 HAllocate* array = AllocateArray(capacity, length_field, fill_mode); in AllocateArray() 3253 FillMode fill_mode) { in AllocateArray() argument 3297 if (fill_mode == FILL_WITH_HOLE) { in AllocateArray()
|