/external/ImageMagick/coders/ |
D | pango.c | 154 fill_color; in ReadPANGOImage() local 414 GetPixelInfo(image,&fill_color); in ReadPANGOImage() 431 fill_color.blue=(double) ScaleCharToQuantum(*p++); in ReadPANGOImage() 432 fill_color.green=(double) ScaleCharToQuantum(*p++); in ReadPANGOImage() 433 fill_color.red=(double) ScaleCharToQuantum(*p++); in ReadPANGOImage() 434 fill_color.alpha=(double) ScaleCharToQuantum(*p++); in ReadPANGOImage() 438 gamma=QuantumScale*fill_color.alpha; in ReadPANGOImage() 440 fill_color.blue*=gamma; in ReadPANGOImage() 441 fill_color.green*=gamma; in ReadPANGOImage() 442 fill_color.red*=gamma; in ReadPANGOImage() [all …]
|
D | wmf.c | 470 *fill_color; in draw_fill_color_string() local 472 fill_color=NewPixelWand(); in draw_fill_color_string() 473 PixelSetColor(fill_color,color); in draw_fill_color_string() 474 DrawSetFillColor(drawing_wand,fill_color); in draw_fill_color_string() 475 fill_color=DestroyPixelWand(fill_color); in draw_fill_color_string() 480 *fill_color; in draw_fill_color_rgb() local 482 fill_color=NewPixelWand(); in draw_fill_color_rgb() 483 PixelSetRedQuantum(fill_color,ScaleCharToQuantum(rgb->r)); in draw_fill_color_rgb() 484 PixelSetGreenQuantum(fill_color,ScaleCharToQuantum(rgb->g)); in draw_fill_color_rgb() 485 PixelSetBlueQuantum(fill_color,ScaleCharToQuantum(rgb->b)); in draw_fill_color_rgb() [all …]
|
D | svg.c | 2948 fill_color; in ReadSVGImage() local 3068 GetPixelInfo(image,&fill_color); in ReadSVGImage() 3077 fill_color.blue=ScaleCharToQuantum(*p++); in ReadSVGImage() 3078 fill_color.green=ScaleCharToQuantum(*p++); in ReadSVGImage() 3079 fill_color.red=ScaleCharToQuantum(*p++); in ReadSVGImage() 3081 fill_color.red=ScaleCharToQuantum(*p++); in ReadSVGImage() 3082 fill_color.green=ScaleCharToQuantum(*p++); in ReadSVGImage() 3083 fill_color.blue=ScaleCharToQuantum(*p++); in ReadSVGImage() 3085 fill_color.alpha=ScaleCharToQuantum(*p++); in ReadSVGImage() 3091 gamma=QuantumScale*fill_color.alpha; in ReadSVGImage() [all …]
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 513 uint32_t fill_color, in DrawPathWithBlend() argument 518 uint8_t fill_alpha = (fill_mode & 3) ? FXARGB_A(fill_color) : 0; in DrawPathWithBlend() 527 DrawCosmeticLine(pos1, pos2, fill_color, fill_mode, blend_type); in DrawPathWithBlend() 571 if (FillRectWithBlend(&rect_i, fill_color, blend_type)) in DrawPathWithBlend() 586 uint32_t strokecolor = fill_color; 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() 621 uint32_t fill_color, in DrawFillStrokePath() argument 664 pPathData, &matrix, pGraphState, fill_color, stroke_color, fill_mode, in DrawFillStrokePath() [all …]
|
D | cfx_renderdevice.h | 134 uint32_t fill_color, in DrawPath() argument 137 return DrawPathWithBlend(pPathData, pObject2Device, pGraphState, fill_color, in DrawPath() 143 uint32_t fill_color, 215 uint32_t fill_color, 224 uint32_t fill_color, 284 uint32_t fill_color,
|
D | ifx_renderdevicedriver.h | 49 uint32_t fill_color, 55 uint32_t fill_color,
|
D | ifx_renderdevicedriver.cpp | 37 uint32_t fill_color, in FillRectWithBlend() argument
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 147 uint32_t fill_color, 152 uint32_t fill_color, 291 uint32_t fill_color, 354 uint32_t fill_color,
|
D | fx_win32_device.cpp | 969 uint32_t fill_color, in DrawPath() argument 988 fill_color, FXDIB_BLEND_NORMAL); in DrawPath() 992 CFX_PointF(bbox.right + 1, bbox.top), fill_color, in DrawPath() 996 int fill_alpha = FXARGB_A(fill_color); in DrawPath() 1013 pGraphState, fill_color, in DrawPath() 1031 hBrush = CreateBrush(fill_color); in DrawPath() 1073 uint32_t fill_color, in FillRectWithBlend() argument 1080 std::tie(alpha, rgb) = ArgbToColorRef(fill_color); in FillRectWithBlend()
|
D | cfx_psrenderer.h | 52 uint32_t fill_color,
|
D | fx_win32_print.cpp | 426 FX_ARGB fill_color, in DrawPath() argument 434 fill_color, stroke_color, fill_mode & 3); in DrawPath() 546 uint32_t fill_color, in DrawPath() argument
|
D | cfx_psrenderer.cpp | 259 uint32_t fill_color, in DrawPath() argument 263 int fill_alpha = FXARGB_A(fill_color); in DrawPath() 285 SetColor(fill_color); in DrawPath()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.h | 57 uint32_t fill_color, 63 uint32_t fill_color,
|
D | fx_agg_driver.cpp | 1301 uint32_t fill_color, in DrawPath() argument 1312 if ((fill_mode & 3) && fill_color) { in DrawPath() 1323 if (!RenderRasterizer(rasterizer, fill_color, in DrawPath() 1402 uint32_t fill_color, in FillRectWithBlend() argument 1422 fill_color); in FillRectWithBlend() 1425 draw_rect.Height(), fill_color, 0); in FillRectWithBlend() 1431 fill_color, draw_rect.left - clip_rect.left, in FillRectWithBlend()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 62 uint32_t fill_color, 68 uint32_t fill_color,
|
D | fx_skia_device.cpp | 706 uint32_t fill_color, in DrawPath() argument 716 DrawChanged(pMatrix, pDrawState, fill_color, stroke_color, fill_mode, in DrawPath() 723 m_fillPath = (fill_mode & 3) && fill_color; in DrawPath() 729 m_fillColor = fill_color; in DrawPath() 1082 uint32_t fill_color, in DrawChanged() argument 1088 StateChanged(pState, m_drawState) || fill_color != m_fillColor || in DrawChanged() 1895 uint32_t fill_color, // fill color in DrawPath() argument 1901 if (m_pCache->DrawPath(pPathData, pObject2Device, pGraphState, fill_color, in DrawPath() 1920 if ((fill_mode & 3) && fill_color) { in DrawPath() 1936 skPaint.setColor(fill_color); in DrawPath() [all …]
|
/external/ImageMagick/MagickCore/ |
D | annotate.c | 1593 fill_color; in RenderFreetype() local 1644 GetPixelInfo(image,&fill_color); in RenderFreetype() 1645 GetFillColor(draw_info,x_offset,y_offset,&fill_color,exception); in RenderFreetype() 1646 fill_opacity=fill_opacity*fill_color.alpha; in RenderFreetype() 1647 CompositePixelOver(image,&fill_color,fill_opacity,q, in RenderFreetype() 2011 fill_color; in RenderPostscript() local 2021 fill_color=draw_info->fill; in RenderPostscript() 2037 GetFillColor(draw_info,x,y,&fill_color,exception); in RenderPostscript() 2039 GetPixelIntensity(annotate_image,q)*fill_color.alpha))),q); in RenderPostscript() 2040 SetPixelRed(annotate_image,fill_color.red,q); in RenderPostscript() [all …]
|
D | paint.c | 150 fill_color, in FloodfillPaintImage() local 354 GetFillColor(draw_info,x,y,&fill_color,exception); in FloodfillPaintImage() 355 SetPixelViaPixelInfo(image,&fill_color,q); in FloodfillPaintImage()
|
/external/pdfium/testing/ |
D | embedder_test.cpp | 281 FPDF_DWORD fill_color = alpha ? 0x00000000 : 0xFFFFFFFF; in RenderPageWithFlags() local 282 FPDFBitmap_FillRect(bitmap, 0, 0, width, height, fill_color); in RenderPageWithFlags()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.h | 56 FX_ARGB fill_color = 0,
|
D | cpdf_imagerenderer.cpp | 480 uint32_t fill_color = in StartBitmapAlpha() local 483 fill_color, 0, FXFILL_WINDING); in StartBitmapAlpha()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_graph_dumper.cc | 167 const char *style, *fill_color, *stroke_color, *font_color; in NodeColorAttributes() local 168 std::tie(style, fill_color, stroke_color, font_color) = [color] { in NodeColorAttributes() 205 font_color, stroke_color, fill_color); in NodeColorAttributes()
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | memory.cpp | 416 const void *fill_color, in clEnqueueFillImage() argument
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 1440 WandExport void DrawGetFillColor(const DrawingWand *wand,PixelWand *fill_color) in DrawGetFillColor() argument 1444 assert(fill_color != (PixelWand *) NULL); in DrawGetFillColor() 1447 PixelSetPixelColor(fill_color,&CurrentContext->fill); in DrawGetFillColor() 4716 fill_color, in DrawSetFillColor() local 4724 PixelGetQuantumPacket(fill_wand,&fill_color); in DrawSetFillColor() 4725 new_fill=fill_color; in DrawSetFillColor() 4732 MVGAppendColor(wand,&fill_color); in DrawSetFillColor()
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 1259 FPDF_DWORD fill_color = alpha ? 0x00000000 : 0xFFFFFFFF; in RenderPage() local 1260 FPDFBitmap_FillRect(bitmap.get(), 0, 0, width, height, fill_color); in RenderPage()
|