Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.h135 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,
Dcfx_renderdevice.cpp514 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()
Difx_renderdevicedriver.h50 uint32_t stroke_color,
/external/ImageMagick/coders/
Dwmf.c497 *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/
Dwin32_int.h148 uint32_t stroke_color,
292 uint32_t stroke_color,
355 uint32_t stroke_color,
Dcfx_psrenderer.h53 uint32_t stroke_color,
Dfx_win32_print.cpp427 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
Dcfx_psrenderer.cpp260 uint32_t stroke_color, in DrawPath() argument
264 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()
300 SetColor(stroke_color); in DrawPath()
Dfx_win32_device.cpp970 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/
Dfx_agg_driver.h58 uint32_t stroke_color,
Dfx_agg_driver.cpp1302 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/
Dfx_skia_device.h63 uint32_t stroke_color,
Dfx_skia_device.cpp707 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/
Dhlo_graph_dumper.cc155 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/
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()
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/
Dcjs_field.h393 JS_STATIC_PROP(strokeColor, stroke_color, Field);
/external/ImageMagick/MagickCore/
Ddraw.c4921 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()