/external/apache-commons-bcel/docs/ |
D | classfile.mdl | 595 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 …]
|
D | generic.mdl | 646 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/ |
D | pango.c | 159 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 …]
|
D | wmf.c | 469 *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 …]
|
D | svg.c | 3291 fill_color; in ReadSVGImage() local 3449 GetPixelInfo(image,&fill_color); in ReadSVGImage() 3458 fill_color.blue=ScaleCharToQuantum(*p++); in ReadSVGImage() 3459 fill_color.green=ScaleCharToQuantum(*p++); in ReadSVGImage() 3460 fill_color.red=ScaleCharToQuantum(*p++); in ReadSVGImage() 3462 fill_color.red=ScaleCharToQuantum(*p++); in ReadSVGImage() 3463 fill_color.green=ScaleCharToQuantum(*p++); in ReadSVGImage() 3464 fill_color.blue=ScaleCharToQuantum(*p++); in ReadSVGImage() 3466 fill_color.alpha=ScaleCharToQuantum(*p++); in ReadSVGImage() 3472 gamma=QuantumScale*fill_color.alpha; in ReadSVGImage() [all …]
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 510 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 …]
|
D | cfx_renderdevice.h | 81 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,
|
D | renderdevicedriver_iface.h | 57 uint32_t fill_color, 63 uint32_t fill_color,
|
D | renderdevicedriver_iface.cpp | 35 uint32_t fill_color, in FillRectWithBlend() argument
|
/external/skia/modules/skottie/src/text/ |
D | TextAnimator.cpp | 139 const auto fc = ValueTraits<VectorValue>::As<SkColor>(fTextProps.fill_color); in modulateProps() 140 modulated_props.fill_color = lerp_color(props.fill_color, fc, clamped_amount); in modulateProps() 168 fHasFillColor = acontainer->bind(*abuilder, jprops["fc"], &fTextProps.fill_color ); in TextAnimator()
|
D | TextAnimator.h | 37 fill_color, member 51 SkColor fill_color = SK_ColorTRANSPARENT, member
|
D | TextAdapter.cpp | 256 seed_props.fill_color = fText->fFillColor; in onSync() 305 rec.fFillColorNode->setColor(scale_alpha(props.fill_color, props.opacity)); in pushPropsToFragment()
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 95 uint32_t fill_color, 100 uint32_t fill_color, 246 uint32_t fill_color, 310 uint32_t fill_color,
|
D | fx_win32_device.cpp | 957 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()
|
D | cfx_psrenderer.h | 75 uint32_t fill_color,
|
D | fx_win32_print.cpp | 448 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
|
D | cfx_psrenderer.cpp | 197 uint32_t fill_color, in DrawPath() argument 201 int fill_alpha = FXARGB_A(fill_color); in DrawPath() 223 SetColor(fill_color); in DrawPath()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.h | 59 uint32_t fill_color, 65 uint32_t fill_color,
|
D | fx_agg_driver.cpp | 1330 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/ |
D | fx_skia_device.h | 64 uint32_t fill_color, 70 uint32_t fill_color,
|
D | fx_skia_device.cpp | 739 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/ |
D | fpdf_progressive_render_embeddertest.cpp | 66 FPDF_DWORD fill_color = alpha ? 0x00000000 : 0xFFFFFFFF; in StartRenderPageWithFlags() local 68 fill_color); in StartRenderPageWithFlags()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_text.cpp | 159 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()
|
D | fpdf_editpage.cpp | 709 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/ |
D | annotate.c | 1670 fill_color; in RenderFreetype() local 1723 GetPixelInfo(image,&fill_color); in RenderFreetype() 1724 GetFillColor(draw_info,x_offset,y_offset,&fill_color,exception); in RenderFreetype() 1725 fill_opacity=fill_opacity*fill_color.alpha; in RenderFreetype() 1726 CompositePixelOver(image,&fill_color,fill_opacity,q, in RenderFreetype() 2082 fill_color; in RenderPostscript() local 2092 fill_color=draw_info->fill; in RenderPostscript() 2108 GetFillColor(draw_info,x,y,&fill_color,exception); in RenderPostscript() 2110 GetPixelIntensity(annotate_image,q)*fill_color.alpha))),q); in RenderPostscript() 2111 SetPixelRed(annotate_image,fill_color.red,q); in RenderPostscript() [all …]
|