Home
last modified time | relevance | path

Searched refs:fill_color (Results 1 – 25 of 34) sorted by relevance

12

/external/apache-commons-bcel/docs/
Dclassfile.mdl595 fill_color 13434879
602 fill_color 13434879
616 fill_color 13434879
623 fill_color 13434879
637 fill_color 13434879
644 fill_color 13434879
650 fill_color 13434879
702 fill_color 13434879
709 fill_color 13434879
759 fill_color 13434879
[all …]
Dgeneric.mdl646 fill_color 13434879
653 fill_color 13434879
667 fill_color 13434879
674 fill_color 13434879
680 fill_color 13434879
696 fill_color 13434879
703 fill_color 13434879
709 fill_color 13434879
725 fill_color 13434879
732 fill_color 13434879
[all …]
/external/ImageMagick/coders/
Dpango.c159 fill_color; in ReadPANGOImage() local
429 GetPixelInfo(image,&fill_color); in ReadPANGOImage()
446 fill_color.blue=(double) ScaleCharToQuantum(*p++); in ReadPANGOImage()
447 fill_color.green=(double) ScaleCharToQuantum(*p++); in ReadPANGOImage()
448 fill_color.red=(double) ScaleCharToQuantum(*p++); in ReadPANGOImage()
449 fill_color.alpha=(double) ScaleCharToQuantum(*p++); in ReadPANGOImage()
453 gamma=QuantumScale*fill_color.alpha; in ReadPANGOImage()
455 fill_color.blue*=gamma; in ReadPANGOImage()
456 fill_color.green*=gamma; in ReadPANGOImage()
457 fill_color.red*=gamma; in ReadPANGOImage()
[all …]
Dwmf.c472 *fill_color; in draw_fill_color_string() local
474 fill_color=NewPixelWand(); in draw_fill_color_string()
475 PixelSetColor(fill_color,color); in draw_fill_color_string()
476 DrawSetFillColor(drawing_wand,fill_color); in draw_fill_color_string()
477 fill_color=DestroyPixelWand(fill_color); in draw_fill_color_string()
482 *fill_color; in draw_fill_color_rgb() local
484 fill_color=NewPixelWand(); in draw_fill_color_rgb()
485 PixelSetRedQuantum(fill_color,ScaleCharToQuantum(rgb->r)); in draw_fill_color_rgb()
486 PixelSetGreenQuantum(fill_color,ScaleCharToQuantum(rgb->g)); in draw_fill_color_rgb()
487 PixelSetBlueQuantum(fill_color,ScaleCharToQuantum(rgb->b)); in draw_fill_color_rgb()
[all …]
Dsvg.c3296 fill_color; in ReadSVGImage() local
3454 GetPixelInfo(image,&fill_color); in ReadSVGImage()
3463 fill_color.blue=ScaleCharToQuantum(*p++); in ReadSVGImage()
3464 fill_color.green=ScaleCharToQuantum(*p++); in ReadSVGImage()
3465 fill_color.red=ScaleCharToQuantum(*p++); in ReadSVGImage()
3467 fill_color.red=ScaleCharToQuantum(*p++); in ReadSVGImage()
3468 fill_color.green=ScaleCharToQuantum(*p++); in ReadSVGImage()
3469 fill_color.blue=ScaleCharToQuantum(*p++); in ReadSVGImage()
3471 fill_color.alpha=ScaleCharToQuantum(*p++); in ReadSVGImage()
3477 gamma=QuantumScale*fill_color.alpha; in ReadSVGImage()
[all …]
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp513 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 …]
Dcfx_renderdevice.h134 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,
Difx_renderdevicedriver.h49 uint32_t fill_color,
55 uint32_t fill_color,
Difx_renderdevicedriver.cpp37 uint32_t fill_color, in FillRectWithBlend() argument
/external/pdfium/core/fxge/win32/
Dwin32_int.h147 uint32_t fill_color,
152 uint32_t fill_color,
291 uint32_t fill_color,
354 uint32_t fill_color,
Dfx_win32_device.cpp969 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()
Dcfx_psrenderer.h52 uint32_t fill_color,
Dfx_win32_print.cpp426 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
Dcfx_psrenderer.cpp259 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/
Dfx_agg_driver.h57 uint32_t fill_color,
63 uint32_t fill_color,
Dfx_agg_driver.cpp1301 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/
Dfx_skia_device.h62 uint32_t fill_color,
68 uint32_t fill_color,
Dfx_skia_device.cpp706 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/
Dannotate.c1660 fill_color; in RenderFreetype() local
1713 GetPixelInfo(image,&fill_color); in RenderFreetype()
1714 GetFillColor(draw_info,x_offset,y_offset,&fill_color, in RenderFreetype()
1716 fill_opacity=fill_opacity*fill_color.alpha; in RenderFreetype()
1717 CompositePixelOver(image,&fill_color,fill_opacity,q, in RenderFreetype()
2078 fill_color; in RenderPostscript() local
2088 fill_color=draw_info->fill; in RenderPostscript()
2104 GetFillColor(draw_info,x,y,&fill_color,exception); in RenderPostscript()
2106 GetPixelIntensity(annotate_image,q)*fill_color.alpha))),q); in RenderPostscript()
2107 SetPixelRed(annotate_image,fill_color.red,q); in RenderPostscript()
[all …]
Dpaint.c150 fill_color, in FloodfillPaintImage() local
350 GetFillColor(draw_info,x,y,&fill_color,exception); in FloodfillPaintImage()
351 SetPixelViaPixelInfo(image,&fill_color,q); in FloodfillPaintImage()
/external/pdfium/testing/
Dembedder_test.cpp281 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/
Dcpdf_renderstatus.h56 FX_ARGB fill_color = 0,
Dcpdf_imagerenderer.cpp480 uint32_t fill_color = in StartBitmapAlpha() local
483 fill_color, 0, FXFILL_WINDING); in StartBitmapAlpha()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc154 const char* fill_color; member
207 node_colors.stroke_color, node_colors.fill_color); in NodeColorAttributes()
630 fillcolor = node_colors.fill_color; in DumpSubcomputation()
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dmemory.cpp416 const void *fill_color, in clEnqueueFillImage() argument

12