Home
last modified time | relevance | path

Searched refs:stroke_alpha (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp264 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() local
267 if (stroke_alpha && stroke_alpha < 255) in DrawPath()
269 if (fill_alpha == 0 && stroke_alpha == 0) in DrawPath()
272 if (stroke_alpha) { in DrawPath()
283 OutputPath(pPathData, stroke_alpha ? nullptr : pObject2Device); in DrawPath()
287 if (stroke_alpha) in DrawPath()
292 if (stroke_alpha) in DrawPath()
299 if (stroke_alpha) { in DrawPath()
Dfx_win32_device.cpp997 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() local
999 (stroke_alpha > 0 && stroke_alpha < 255 && pGraphState); in DrawPath()
1024 if (pGraphState && stroke_alpha) { in DrawPath()
1045 if (pGraphState && stroke_alpha) { in DrawPath()
/external/ImageMagick/MagickCore/
Ddraw-private.h64 if (fabs(draw_info->stroke_alpha-TransparentAlpha) >= MagickEpsilon) in GetStrokeColor()
65 stroke->alpha*=QuantumScale*draw_info->stroke_alpha; in GetStrokeColor()
Ddraw.h327 stroke_alpha; member
Ddraw.c367 clone_info->stroke_alpha=draw_info->stroke_alpha; in CloneDrawInfo()
3121 graphic_context[n]->stroke_alpha*=opacity; in RenderMVGContent()
3122 if (graphic_context[n]->stroke_alpha != OpaqueAlpha) in RenderMVGContent()
3123 graphic_context[n]->stroke.alpha=graphic_context[n]->stroke_alpha; in RenderMVGContent()
3535 if (graphic_context[n]->stroke_alpha != OpaqueAlpha) in RenderMVGContent()
3537 graphic_context[n]->stroke_alpha; in RenderMVGContent()
3661 graphic_context[n]->stroke_alpha*=opacity; in RenderMVGContent()
3663 graphic_context[n]->stroke.alpha=graphic_context[n]->stroke_alpha; in RenderMVGContent()
4549 const ssize_t y,double *stroke_alpha) in GetFillAlpha() argument
4576 *stroke_alpha=0.0; in GetFillAlpha()
[all …]
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp517 uint8_t stroke_alpha = pGraphState ? FXARGB_A(stroke_color) : 0; in DrawPathWithBlend() local
520 if (stroke_alpha == 0 && pPoints.size() == 2) { in DrawPathWithBlend()
531 if ((pPoints.size() == 5 || pPoints.size() == 4) && stroke_alpha == 0) { in DrawPathWithBlend()
575 if ((fill_mode & 3) && stroke_alpha == 0 && !(fill_mode & FX_FILL_STROKE) && in DrawPathWithBlend()
602 if ((fill_mode & 3) && fill_alpha && stroke_alpha < 0xff && in DrawPathWithBlend()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp753 int stroke_alpha = FXARGB_A(m_strokeColor); in FlushPath() local
754 if (stroke_alpha) in FlushPath()
762 if (stroke_alpha) { in FlushPath()
779 if (stroke_alpha) { in FlushPath()
1914 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() local
1915 if (pGraphState && stroke_alpha) in DrawPath()
1926 if (pGraphState && stroke_alpha) { in DrawPath()
1943 if (pGraphState && stroke_alpha) { in DrawPath()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1328 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() local
1329 if (!pGraphState || !stroke_alpha) in DrawPath()