Home
last modified time | relevance | path

Searched refs:stroke_color (Results 1 – 15 of 15) sorted by relevance

/external/ImageMagick/coders/
Dwmf.c495 *stroke_color; in draw_stroke_color_string() local
497 stroke_color=NewPixelWand(); in draw_stroke_color_string()
498 PixelSetColor(stroke_color,color); in draw_stroke_color_string()
499 DrawSetStrokeColor(drawing_wand,stroke_color); in draw_stroke_color_string()
500 stroke_color=DestroyPixelWand(stroke_color); in draw_stroke_color_string()
506 *stroke_color; in draw_stroke_color_rgb() local
508 stroke_color=NewPixelWand(); in draw_stroke_color_rgb()
509 PixelSetRedQuantum(stroke_color,ScaleCharToQuantum(rgb->r)); in draw_stroke_color_rgb()
510 PixelSetGreenQuantum(stroke_color,ScaleCharToQuantum(rgb->g)); in draw_stroke_color_rgb()
511 PixelSetBlueQuantum(stroke_color,ScaleCharToQuantum(rgb->b)); in draw_stroke_color_rgb()
[all …]
/external/pdfium/core/include/fxge/
Dfx_ge.h297 FX_DWORD stroke_color,
398 FX_DWORD stroke_color,
511 FX_DWORD stroke_color,
653 FX_DWORD stroke_color,
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp117 FX_DWORD stroke_color, in DrawPath() argument
128 stroke_alpha = FXARGB_A(stroke_color); in DrawPath()
268 pPathData, &matrix, pGraphState, fill_color, stroke_color, in DrawPath()
278 fill_color, stroke_color, fill_mode, in DrawPath()
Dfx_ge_ps.cpp181 FX_DWORD stroke_color, in DrawPath() argument
191 : FXARGB_A(stroke_color); in DrawPath()
229 SetColor(stroke_color, alpha_flag, pIccTransform); in DrawPath()
Dfx_ge_text.cpp1115 FX_ARGB stroke_color, in DrawTextPath() argument
1145 : (fill_color || stroke_color); in DrawTextPath()
1159 stroke_color, fill_mode, alpha_flag, pIccTransform, in DrawTextPath()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp433 FX_DWORD stroke_color, // stroke color in DrawPath() argument
468 : FXARGB_A(stroke_color); in DrawPath()
494 spaint.setColor(stroke_color); in DrawPath()
504 if (!RenderRasterizerSkia(dst_path, spaint, rect, stroke_color, in DrawPath()
Dfx_skia_device.h45 FX_DWORD stroke_color,
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp846 FX_DWORD stroke_color, in DrawPath() argument
855 _Color2Argb(stroke_color, stroke_color, alpha_flag, pIccTransform); in DrawPath()
858 if (!(pGraphState || stroke_color == 0) && in DrawPath()
878 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()
895 stroke_color, fill_mode)) { in DrawPath()
907 hPen = _CreatePen(pGraphState, pMatrix, stroke_color); in DrawPath()
Dwin32_int.h129 FX_DWORD stroke_color,
312 FX_DWORD stroke_color,
Dfx_win32_print.cpp395 FX_ARGB stroke_color, in DrawPath() argument
404 fill_color, stroke_color, fill_mode & 3, in DrawPath()
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h53 FX_DWORD stroke_color,
/external/pdfium/core/src/fxge/apple/
Dapple_int.h99 FX_DWORD stroke_color,
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp1209 FX_DWORD stroke_color, in DrawPath() argument
1238 : FXARGB_A(stroke_color); in DrawPath()
1251 if (!RenderRasterizer(rasterizer, stroke_color, in DrawPath()
1280 if (!RenderRasterizer(rasterizer, stroke_color, in DrawPath()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c1891 PixelWand *stroke_color) in DrawGetStrokeColor() argument
1895 assert(stroke_color != (PixelWand *) NULL); in DrawGetStrokeColor()
1898 PixelSetPixelColor(stroke_color,&CurrentContext->stroke); in DrawGetStrokeColor()
5292 stroke_color; in DrawSetStrokeColor() local
5299 PixelGetQuantumPacket(stroke_wand,&stroke_color); in DrawSetStrokeColor()
5300 new_stroke=stroke_color; in DrawSetStrokeColor()
5307 MVGAppendColor(wand,&stroke_color); in DrawSetStrokeColor()
/external/ImageMagick/MagickCore/
Ddraw.c4117 stroke_color; in DrawPolygonPrimitive() local
4156 GetStrokeColor(draw_info,x-start_x,y-start_y,&stroke_color,exception); in DrawPolygonPrimitive()
4157 stroke_alpha=stroke_alpha*stroke_color.alpha; in DrawPolygonPrimitive()
4158 CompositePixelOver(image,&stroke_color,stroke_alpha,q,(double) in DrawPolygonPrimitive()