/external/ImageMagick/coders/ |
D | wmf.c | 495 *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/ |
D | fx_ge.h | 297 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/ |
D | fx_ge_device.cpp | 117 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()
|
D | fx_ge_ps.cpp | 181 FX_DWORD stroke_color, in DrawPath() argument 191 : FXARGB_A(stroke_color); in DrawPath() 229 SetColor(stroke_color, alpha_flag, pIccTransform); in DrawPath()
|
D | fx_ge_text.cpp | 1115 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/ |
D | fx_skia_device.cpp | 433 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()
|
D | fx_skia_device.h | 45 FX_DWORD stroke_color,
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 846 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()
|
D | win32_int.h | 129 FX_DWORD stroke_color, 312 FX_DWORD stroke_color,
|
D | fx_win32_print.cpp | 395 FX_ARGB stroke_color, in DrawPath() argument 404 fill_color, stroke_color, fill_mode & 3, in DrawPath()
|
/external/pdfium/core/src/fxge/agg/include/ |
D | fx_agg_driver.h | 53 FX_DWORD stroke_color,
|
/external/pdfium/core/src/fxge/apple/ |
D | apple_int.h | 99 FX_DWORD stroke_color,
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 1209 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/ |
D | drawing-wand.c | 1891 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/ |
D | draw.c | 4117 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()
|