/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 135 uint32_t stroke_color, in DrawPath() argument 138 stroke_color, fill_mode, FXDIB_BLEND_NORMAL); in DrawPath() 144 uint32_t stroke_color, 225 uint32_t stroke_color, 285 uint32_t stroke_color,
|
D | cfx_renderdevice.cpp | 514 uint32_t stroke_color, in DrawPathWithBlend() argument 517 uint8_t stroke_alpha = pGraphState ? FXARGB_A(stroke_color) : 0; in DrawPathWithBlend() 606 fill_color, stroke_color, fill_mode, in DrawPathWithBlend() 610 fill_color, stroke_color, fill_mode, blend_type); in DrawPathWithBlend() 613 fill_color, stroke_color, fill_mode, in DrawPathWithBlend() 622 uint32_t stroke_color, in DrawFillStrokePath() argument 664 pPathData, &matrix, pGraphState, fill_color, stroke_color, fill_mode, in DrawFillStrokePath() 1094 FX_ARGB stroke_color, in DrawTextPath() argument 1116 if (fill_color || stroke_color) { in DrawTextPath() 1122 fill_color, stroke_color, fill_mode, in DrawTextPath()
|
D | ifx_renderdevicedriver.h | 50 uint32_t stroke_color,
|
/external/ImageMagick/coders/ |
D | wmf.c | 497 *stroke_color; in draw_stroke_color_string() local 499 stroke_color=NewPixelWand(); in draw_stroke_color_string() 500 PixelSetColor(stroke_color,color); in draw_stroke_color_string() 501 DrawSetStrokeColor(drawing_wand,stroke_color); in draw_stroke_color_string() 502 stroke_color=DestroyPixelWand(stroke_color); in draw_stroke_color_string() 508 *stroke_color; in draw_stroke_color_rgb() local 510 stroke_color=NewPixelWand(); in draw_stroke_color_rgb() 511 PixelSetRedQuantum(stroke_color,ScaleCharToQuantum(rgb->r)); in draw_stroke_color_rgb() 512 PixelSetGreenQuantum(stroke_color,ScaleCharToQuantum(rgb->g)); in draw_stroke_color_rgb() 513 PixelSetBlueQuantum(stroke_color,ScaleCharToQuantum(rgb->b)); in draw_stroke_color_rgb() [all …]
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 148 uint32_t stroke_color, 292 uint32_t stroke_color, 355 uint32_t stroke_color,
|
D | cfx_psrenderer.h | 53 uint32_t stroke_color,
|
D | fx_win32_print.cpp | 427 FX_ARGB stroke_color, in DrawPath() argument 434 fill_color, stroke_color, fill_mode & 3); in DrawPath() 547 uint32_t stroke_color, in DrawPath() argument
|
D | cfx_psrenderer.cpp | 260 uint32_t stroke_color, in DrawPath() argument 264 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() 300 SetColor(stroke_color); in DrawPath()
|
D | fx_win32_device.cpp | 970 uint32_t stroke_color, in DrawPath() argument 978 if (!(pGraphState || stroke_color == 0) && in DrawPath() 997 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() 1014 stroke_color, fill_mode)) { in DrawPath() 1026 hPen = CreatePen(pGraphState, pMatrix, stroke_color); in DrawPath()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.h | 58 uint32_t stroke_color,
|
D | fx_agg_driver.cpp | 1302 uint32_t stroke_color, in DrawPath() argument 1328 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() 1341 return RenderRasterizer(rasterizer, stroke_color, in DrawPath() 1365 return RenderRasterizer(rasterizer, stroke_color, in DrawPath()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 63 uint32_t stroke_color,
|
D | fx_skia_device.cpp | 707 uint32_t stroke_color, in DrawPath() argument 716 DrawChanged(pMatrix, pDrawState, fill_color, stroke_color, fill_mode, in DrawPath() 730 m_strokeColor = stroke_color; in DrawPath() 1083 uint32_t stroke_color, in DrawChanged() argument 1089 stroke_color != m_strokeColor || in DrawChanged() 1896 uint32_t stroke_color, // stroke color in DrawPath() argument 1902 stroke_color, fill_mode, blend_type)) { in DrawPath() 1914 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() 1945 skPaint.setColor(stroke_color); in DrawPath()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_graph_dumper.cc | 155 const char* stroke_color; member 207 node_colors.stroke_color, node_colors.fill_color); in NodeColorAttributes() 631 strokecolor = node_colors.stroke_color; in DumpSubcomputation()
|
/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() 5374 stroke_color; in DrawSetStrokeColor() local 5381 PixelGetQuantumPacket(stroke_wand,&stroke_color); in DrawSetStrokeColor() 5382 new_stroke=stroke_color; in DrawSetStrokeColor() 5389 MVGAppendColor(wand,&stroke_color); in DrawSetStrokeColor()
|
/external/pdfium/fxjs/ |
D | cjs_field.h | 393 JS_STATIC_PROP(strokeColor, stroke_color, Field);
|
/external/ImageMagick/MagickCore/ |
D | draw.c | 4921 stroke_color; in DrawPolygonPrimitive() local 4936 GetStrokeColor(draw_info,x-start_x,y-start_y,&stroke_color,exception); in DrawPolygonPrimitive() 4937 CompositePixelOver(image,&stroke_color,stroke_alpha*stroke_color.alpha,q, in DrawPolygonPrimitive()
|