Home
last modified time | relevance | path

Searched refs:stroke_color (Results 1 – 22 of 22) sorted by relevance

/external/skia/modules/skottie/src/text/
DTextAnimator.cpp147 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()
DTextAnimator.h38 stroke_color; member
54 stroke_color = SK_ColorTRANSPARENT; member
DTextAdapter.cpp347 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/
Dcfx_renderdevice.h82 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,
Dcfx_renderdevice.cpp511 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()
Drenderdevicedriver_iface.h58 uint32_t stroke_color,
/external/pdfium/core/fxge/win32/
Dwin32_int.h96 uint32_t stroke_color,
247 uint32_t stroke_color,
311 uint32_t stroke_color,
Dcfx_psrenderer.h76 uint32_t stroke_color,
Dcfx_psrenderer.cpp198 uint32_t stroke_color, in DrawPath() argument
202 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()
238 SetColor(stroke_color); in DrawPath()
Dfx_win32_print.cpp449 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
Dfx_win32_device.cpp958 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/
Dwmf.c494 *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/
Dfpdf_text.cpp183 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()
Dfpdf_editpage.cpp766 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/
Dfx_agg_driver.h60 uint32_t stroke_color,
Dfx_agg_driver.cpp1331 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/
Dfx_skia_device.h65 uint32_t stroke_color,
Dfx_skia_device.cpp740 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/
Dhlo_graph_dumper.cc154 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/
Ddrawing-wand.c1892 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/
Dcjs_field.h84 JS_STATIC_PROP(strokeColor, stroke_color, CJS_Field)
/external/ImageMagick/MagickCore/
Ddraw.c5083 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()