Home
last modified time | relevance | path

Searched refs:fill_color (Results 1 – 25 of 48) 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
434 GetPixelInfo(image,&fill_color); in ReadPANGOImage()
451 fill_color.blue=(double) ScaleCharToQuantum(*p++); in ReadPANGOImage()
452 fill_color.green=(double) ScaleCharToQuantum(*p++); in ReadPANGOImage()
453 fill_color.red=(double) ScaleCharToQuantum(*p++); in ReadPANGOImage()
454 fill_color.alpha=(double) ScaleCharToQuantum(*p++); in ReadPANGOImage()
458 gamma=QuantumScale*fill_color.alpha; in ReadPANGOImage()
460 fill_color.blue*=gamma; in ReadPANGOImage()
461 fill_color.green*=gamma; in ReadPANGOImage()
462 fill_color.red*=gamma; in ReadPANGOImage()
[all …]
Dwmf.c469 *fill_color; in draw_fill_color_string() local
471 fill_color=NewPixelWand(); in draw_fill_color_string()
472 PixelSetColor(fill_color,color); in draw_fill_color_string()
473 DrawSetFillColor(drawing_wand,fill_color); in draw_fill_color_string()
474 fill_color=DestroyPixelWand(fill_color); in draw_fill_color_string()
479 *fill_color; in draw_fill_color_rgb() local
481 fill_color=NewPixelWand(); in draw_fill_color_rgb()
482 PixelSetRedQuantum(fill_color,ScaleCharToQuantum(rgb->r)); in draw_fill_color_rgb()
483 PixelSetGreenQuantum(fill_color,ScaleCharToQuantum(rgb->g)); in draw_fill_color_rgb()
484 PixelSetBlueQuantum(fill_color,ScaleCharToQuantum(rgb->b)); in draw_fill_color_rgb()
[all …]
Dsvg.c406 fill_color; in RenderRSVGImage() local
582 GetPixelInfo(image,&fill_color); in RenderRSVGImage()
591 fill_color.blue=ScaleCharToQuantum(*p++); in RenderRSVGImage()
592 fill_color.green=ScaleCharToQuantum(*p++); in RenderRSVGImage()
593 fill_color.red=ScaleCharToQuantum(*p++); in RenderRSVGImage()
595 fill_color.red=ScaleCharToQuantum(*p++); in RenderRSVGImage()
596 fill_color.green=ScaleCharToQuantum(*p++); in RenderRSVGImage()
597 fill_color.blue=ScaleCharToQuantum(*p++); in RenderRSVGImage()
599 fill_color.alpha=ScaleCharToQuantum(*p++); in RenderRSVGImage()
605 gamma=QuantumScale*fill_color.alpha; in RenderRSVGImage()
[all …]
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp510 uint32_t fill_color, in DrawPathWithBlend() argument
515 uint8_t fill_alpha = (fill_mode & 3) ? FXARGB_A(fill_color) : 0; in DrawPathWithBlend()
524 DrawCosmeticLine(pos1, pos2, fill_color, fill_mode, blend_type); in DrawPathWithBlend()
568 if (FillRectWithBlend(rect_i, fill_color, blend_type)) in DrawPathWithBlend()
583 uint32_t strokecolor = fill_color; in DrawPathWithBlend()
603 fill_color, stroke_color, fill_mode, in DrawPathWithBlend()
607 fill_color, stroke_color, fill_mode, blend_type); in DrawPathWithBlend()
610 fill_color, stroke_color, fill_mode, in DrawPathWithBlend()
618 uint32_t fill_color, in DrawFillStrokePath() argument
659 pPathData, &matrix, pGraphState, fill_color, stroke_color, fill_mode, in DrawFillStrokePath()
[all …]
Dcfx_renderdevice.h81 uint32_t fill_color, in DrawPath() argument
84 return DrawPathWithBlend(pPathData, pObject2Device, pGraphState, fill_color, in DrawPath()
90 uint32_t fill_color,
163 uint32_t fill_color,
172 uint32_t fill_color,
231 uint32_t fill_color,
Drenderdevicedriver_iface.h57 uint32_t fill_color,
63 uint32_t fill_color,
Drenderdevicedriver_iface.cpp35 uint32_t fill_color, in FillRectWithBlend() argument
/external/skia/modules/skottie/src/text/
DTextAnimator.cpp143 const auto fc = static_cast<SkColor>(fTextProps.fill_color); in modulateProps()
144 modulated_props.fill_color = lerp_color(props.fill_color, fc, clamped_amount); in modulateProps()
176 fHasFillColor = acontainer->bind(*abuilder, jprops["fc"], fTextProps.fill_color ); in TextAnimator()
DTextAnimator.h37 fill_color, member
53 SkColor fill_color = SK_ColorTRANSPARENT, member
DTextAdapter.cpp346 seed_props.fill_color = fText->fFillColor; in onSync()
489 rec.fFillColorNode->setColor(scale_alpha(props.fill_color, props.opacity)); in pushPropsToFragment()
/external/pdfium/core/fxge/win32/
Dwin32_int.h95 uint32_t fill_color,
100 uint32_t fill_color,
246 uint32_t fill_color,
310 uint32_t fill_color,
Dfx_win32_device.cpp957 uint32_t fill_color, in DrawPath() argument
976 fill_color, BlendMode::kNormal); in DrawPath()
980 CFX_PointF(bbox.right + 1, bbox.top), fill_color, in DrawPath()
984 int fill_alpha = FXARGB_A(fill_color); in DrawPath()
1001 pGraphState, fill_color, in DrawPath()
1019 hBrush = CreateBrush(fill_color); in DrawPath()
1061 uint32_t fill_color, in FillRectWithBlend() argument
1068 std::tie(alpha, colorref) = ArgbToAlphaAndColorRef(fill_color); in FillRectWithBlend()
Dcfx_psrenderer.cpp197 uint32_t fill_color, in DrawPath() argument
201 int fill_alpha = FXARGB_A(fill_color); in DrawPath()
223 SetColor(fill_color); in DrawPath()
Dfx_win32_print.cpp448 FX_ARGB fill_color, in DrawPath() argument
455 fill_color, stroke_color, fill_mode & 3); in DrawPath()
571 uint32_t fill_color, in DrawPath() argument
Dcfx_psrenderer.h75 uint32_t fill_color,
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h59 uint32_t fill_color,
65 uint32_t fill_color,
Dfx_agg_driver.cpp1330 uint32_t fill_color, in DrawPath() argument
1344 if (IsAlternateOrWindingFillMode(fill_mode) && fill_color) { in DrawPath()
1353 if (!RenderRasterizer(rasterizer, fill_color, in DrawPath()
1431 uint32_t fill_color, in FillRectWithBlend() argument
1450 fill_color); in FillRectWithBlend()
1453 draw_rect.Height(), fill_color, 0); in FillRectWithBlend()
1459 fill_color, draw_rect.left - clip_rect.left, in FillRectWithBlend()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h64 uint32_t fill_color,
70 uint32_t fill_color,
Dfx_skia_device.cpp739 uint32_t fill_color, in DrawPath() argument
749 DrawChanged(pMatrix, pDrawState, fill_color, stroke_color, fill_mode, in DrawPath()
756 m_fillPath = GetAlternateOrWindingFillMode(fill_mode) && fill_color; in DrawPath()
760 m_fillColor = fill_color; in DrawPath()
1156 uint32_t fill_color, in DrawChanged() argument
1162 fill_color != m_fillColor || stroke_color != m_strokeColor || in DrawChanged()
2029 uint32_t fill_color, // fill color in DrawPath() argument
2035 if (m_pCache->DrawPath(pPathData, pObject2Device, pGraphState, fill_color, in DrawPath()
2056 if (GetAlternateOrWindingFillMode(fill_mode) && fill_color) { in DrawPath()
2063 if (stroke_color == fill_color && in DrawPath()
[all …]
/external/pdfium/core/fpdfapi/render/
Dfpdf_progressive_render_embeddertest.cpp66 FPDF_DWORD fill_color = alpha ? 0x00000000 : 0xFFFFFFFF; in StartRenderPageWithFlags() local
68 fill_color); in StartRenderPageWithFlags()
/external/pdfium/fpdfsdk/
Dfpdf_text.cpp159 FX_COLORREF fill_color = charinfo.m_pTextObj->m_ColorState.GetFillColorRef(); in FPDFText_GetFillColor() local
160 *R = FXSYS_GetRValue(fill_color); in FPDFText_GetFillColor()
161 *G = FXSYS_GetGValue(fill_color); in FPDFText_GetFillColor()
162 *B = FXSYS_GetBValue(fill_color); in FPDFText_GetFillColor()
Dfpdf_editpage.cpp709 FX_COLORREF fill_color = pPageObj->m_ColorState.GetFillColorRef(); in FPDFPageObj_GetFillColor() local
710 *R = FXSYS_GetRValue(fill_color); in FPDFPageObj_GetFillColor()
711 *G = FXSYS_GetGValue(fill_color); in FPDFPageObj_GetFillColor()
712 *B = FXSYS_GetBValue(fill_color); in FPDFPageObj_GetFillColor()
/external/ImageMagick/MagickCore/
Dannotate.c1722 fill_color; in RenderFreetype() local
1779 GetPixelInfo(image,&fill_color); in RenderFreetype()
1780 GetFillColor(draw_info,x_offset,y_offset,&fill_color,exception); in RenderFreetype()
1781 fill_opacity=fill_opacity*fill_color.alpha; in RenderFreetype()
1782 CompositePixelOver(image,&fill_color,fill_opacity,q, in RenderFreetype()
2141 fill_color; in RenderPostscript() local
2151 fill_color=draw_info->fill; in RenderPostscript()
2167 GetFillColor(draw_info,x,y,&fill_color,exception); in RenderPostscript()
2169 GetPixelIntensity(annotate_image,q)*fill_color.alpha))),q); in RenderPostscript()
2170 SetPixelRed(annotate_image,fill_color.red,q); in RenderPostscript()
[all …]

12