Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp205 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() local
209 if (stroke_alpha && stroke_alpha < 255) { in DrawPath()
212 if (fill_alpha == 0 && stroke_alpha == 0) { in DrawPath()
215 if (stroke_alpha) { in DrawPath()
225 OutputPath(pPathData, stroke_alpha ? nullptr : pObject2Device); in DrawPath()
229 if (stroke_alpha) { in DrawPath()
235 if (stroke_alpha) { in DrawPath()
242 if (stroke_alpha) { in DrawPath()
Dfx_win32_device.cpp1008 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() local
1010 (stroke_alpha > 0 && stroke_alpha < 255 && pGraphState); in DrawPath()
1035 if (pGraphState && stroke_alpha) { in DrawPath()
1056 if (pGraphState && stroke_alpha) { in DrawPath()
/external/ImageMagick/MagickCore/
Ddraw.h326 stroke_alpha; member
Ddraw.c345 clone_info->stroke_alpha=draw_info->stroke_alpha; in CloneDrawInfo()
2242 graphic_context[n]->stroke_alpha=QuantumRange*(1.0-(QuantumScale* in DrawImage()
2243 graphic_context[n]->stroke_alpha*(1.0-factor*StringToDouble(token, in DrawImage()
2599 if (graphic_context[n]->stroke_alpha != OpaqueAlpha) in DrawImage()
2601 graphic_context[n]->stroke_alpha; in DrawImage()
2724 graphic_context[n]->stroke_alpha=(double) QuantumRange*(1.0-factor* in DrawImage()
3780 const ssize_t y,double *stroke_alpha) in GetFillAlpha() argument
3807 *stroke_alpha=0.0; in GetFillAlpha()
3870 if ((*stroke_alpha < 1.0) && in GetFillAlpha()
3875 *stroke_alpha=1.0; in GetFillAlpha()
[all …]
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp489 uint8_t stroke_alpha = pGraphState ? FXARGB_A(stroke_color) : 0; in DrawPathWithBlend() local
492 if (stroke_alpha == 0 && pPoints.size() == 2) { in DrawPathWithBlend()
504 if ((pPoints.size() == 5 || pPoints.size() == 4) && stroke_alpha == 0) { in DrawPathWithBlend()
548 if ((fill_mode & 3) && stroke_alpha == 0 && !(fill_mode & FX_FILL_STROKE) && in DrawPathWithBlend()
575 if ((fill_mode & 3) && fill_alpha && stroke_alpha < 0xff && in DrawPathWithBlend()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp747 int stroke_alpha = FXARGB_A(m_strokeColor); in FlushPath() local
748 if (stroke_alpha) in FlushPath()
756 if (stroke_alpha) { in FlushPath()
773 if (stroke_alpha) { in FlushPath()
1551 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() local
1552 if (pGraphState && stroke_alpha) in DrawPath()
1563 if (pGraphState && stroke_alpha) { in DrawPath()
1580 if (pGraphState && stroke_alpha) { in DrawPath()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1482 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() local
1483 if (!pGraphState || !stroke_alpha) in DrawPath()