/external/skia/modules/skottie/src/text/ |
D | TextAnimator.cpp | 147 const auto sc = static_cast<SkColor>(fTextProps.stroke_color); in modulateProps() 148 modulated_props.stroke_color = lerp_color(props.stroke_color, sc, clamped_amount); in modulateProps() 177 fHasStrokeColor = acontainer->bind(*abuilder, jprops["sc"], fTextProps.stroke_color); in TextAnimator()
|
D | TextAnimator.h | 38 stroke_color; member 54 stroke_color = SK_ColorTRANSPARENT; member
|
D | TextAdapter.cpp | 347 seed_props.stroke_color = fText->fStrokeColor; in onSync() 492 rec.fStrokeColorNode->setColor(scale_alpha(props.stroke_color, props.opacity)); in pushPropsToFragment()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 82 uint32_t stroke_color, in DrawPath() argument 85 stroke_color, fill_mode, BlendMode::kNormal); in DrawPath() 91 uint32_t stroke_color, 173 uint32_t stroke_color, 232 uint32_t stroke_color,
|
D | cfx_renderdevice.cpp | 511 uint32_t stroke_color, in DrawPathWithBlend() argument 514 uint8_t stroke_alpha = pGraphState ? FXARGB_A(stroke_color) : 0; 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() 619 uint32_t stroke_color, in DrawFillStrokePath() argument 659 pPathData, &matrix, pGraphState, fill_color, stroke_color, fill_mode, in DrawFillStrokePath() 1051 FX_ARGB stroke_color, in DrawTextPath() argument 1073 if (fill_color || stroke_color) { in DrawTextPath() 1079 fill_color, stroke_color, fill_mode, in DrawTextPath()
|
D | renderdevicedriver_iface.h | 58 uint32_t stroke_color,
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 96 uint32_t stroke_color, 247 uint32_t stroke_color, 311 uint32_t stroke_color,
|
D | cfx_psrenderer.h | 76 uint32_t stroke_color,
|
D | cfx_psrenderer.cpp | 198 uint32_t stroke_color, in DrawPath() argument 202 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() 238 SetColor(stroke_color); in DrawPath()
|
D | fx_win32_print.cpp | 449 FX_ARGB stroke_color, in DrawPath() argument 455 fill_color, stroke_color, fill_mode & 3); in DrawPath() 572 uint32_t stroke_color, in DrawPath() argument
|
D | fx_win32_device.cpp | 958 uint32_t stroke_color, in DrawPath() argument 966 if (!(pGraphState || stroke_color == 0) && in DrawPath() 985 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() 1002 stroke_color, fill_mode)) { in DrawPath() 1014 hPen = CreateExtPen(pGraphState, pMatrix, stroke_color); in DrawPath()
|
/external/ImageMagick/coders/ |
D | wmf.c | 494 *stroke_color; in draw_stroke_color_string() local 496 stroke_color=NewPixelWand(); in draw_stroke_color_string() 497 PixelSetColor(stroke_color,color); in draw_stroke_color_string() 498 DrawSetStrokeColor(drawing_wand,stroke_color); in draw_stroke_color_string() 499 stroke_color=DestroyPixelWand(stroke_color); in draw_stroke_color_string() 505 *stroke_color; in draw_stroke_color_rgb() local 507 stroke_color=NewPixelWand(); in draw_stroke_color_rgb() 508 PixelSetRedQuantum(stroke_color,ScaleCharToQuantum(rgb->r)); in draw_stroke_color_rgb() 509 PixelSetGreenQuantum(stroke_color,ScaleCharToQuantum(rgb->g)); in draw_stroke_color_rgb() 510 PixelSetBlueQuantum(stroke_color,ScaleCharToQuantum(rgb->b)); in draw_stroke_color_rgb() [all …]
|
/external/pdfium/fpdfsdk/ |
D | fpdf_text.cpp | 183 FX_COLORREF stroke_color = in FPDFText_GetStrokeColor() local 185 *R = FXSYS_GetRValue(stroke_color); in FPDFText_GetStrokeColor() 186 *G = FXSYS_GetGValue(stroke_color); in FPDFText_GetStrokeColor() 187 *B = FXSYS_GetBValue(stroke_color); in FPDFText_GetStrokeColor()
|
D | fpdf_editpage.cpp | 766 FX_COLORREF stroke_color = pPageObj->m_ColorState.GetStrokeColorRef(); in FPDFPageObj_GetStrokeColor() local 767 *R = FXSYS_GetRValue(stroke_color); in FPDFPageObj_GetStrokeColor() 768 *G = FXSYS_GetGValue(stroke_color); in FPDFPageObj_GetStrokeColor() 769 *B = FXSYS_GetBValue(stroke_color); in FPDFPageObj_GetStrokeColor()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.h | 60 uint32_t stroke_color,
|
D | fx_agg_driver.cpp | 1331 uint32_t stroke_color, in DrawPath() argument 1358 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() 1371 return RenderRasterizer(rasterizer, stroke_color, in DrawPath() 1394 return RenderRasterizer(rasterizer, stroke_color, in DrawPath()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 65 uint32_t stroke_color,
|
D | fx_skia_device.cpp | 740 uint32_t stroke_color, in DrawPath() argument 749 DrawChanged(pMatrix, pDrawState, fill_color, stroke_color, fill_mode, in DrawPath() 761 m_strokeColor = stroke_color; in DrawPath() 1157 uint32_t stroke_color, in DrawChanged() argument 1162 fill_color != m_fillColor || stroke_color != m_strokeColor || in DrawChanged() 2030 uint32_t stroke_color, // stroke color in DrawPath() argument 2036 stroke_color, fill_mode, blend_type)) { in DrawPath() 2048 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath() 2063 if (stroke_color == fill_color && in DrawPath() 2083 skPaint.setColor(stroke_color); in DrawPath()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_graph_dumper.cc | 154 const char* stroke_color; member 206 node_colors.stroke_color, node_colors.fill_color); in NodeColorAttributes() 638 strokecolor = node_colors.stroke_color; in DumpSubcomputation()
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 1892 PixelWand *stroke_color) in DrawGetStrokeColor() argument 1896 assert(stroke_color != (PixelWand *) NULL); in DrawGetStrokeColor() 1899 PixelSetPixelColor(stroke_color,&CurrentContext->stroke); in DrawGetStrokeColor() 5375 stroke_color; in DrawSetStrokeColor() local 5382 PixelGetQuantumPacket(stroke_wand,&stroke_color); in DrawSetStrokeColor() 5383 new_stroke=stroke_color; in DrawSetStrokeColor() 5390 MVGAppendColor(wand,&stroke_color); in DrawSetStrokeColor()
|
/external/pdfium/fxjs/ |
D | cjs_field.h | 84 JS_STATIC_PROP(strokeColor, stroke_color, CJS_Field)
|
/external/ImageMagick/MagickCore/ |
D | draw.c | 5083 stroke_color; in DrawPolygonPrimitive() local 5098 GetStrokeColor(draw_info,x-start_x,y-start_y,&stroke_color,exception); in DrawPolygonPrimitive() 5099 CompositePixelOver(image,&stroke_color,stroke_alpha*stroke_color.alpha,q, in DrawPolygonPrimitive()
|