Home
last modified time | relevance | path

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

12

/third_party/skia/src/effects/
DSkLayerDrawLooper.cpp71 SkColor4f srcColor = src.getColor4f(); in ApplyInfo()
76 srcColor.fA = dst->getColor4f().fA; in ApplyInfo()
79 dst->setColor4f(xferColor(srcColor, dst->getColor4f(), (SkBlendMode)info.fColorMode), in ApplyInfo()
91 SkColor4f c = dst->getColor4f(); in ApplyInfo()
/third_party/skia/src/gpu/ops/
DPathStencilCoverOp.h42 , fColor(paint.getColor4f()) in PathStencilCoverOp()
64 , fColor(paint.getColor4f()) in PathStencilCoverOp()
DPathInnerTriangulateOp.h47 , fColor(paint.getColor4f()) in PathInnerTriangulateOp()
DPathTessellateOp.h37 , fPathDrawList(arena->make<PathDrawList>(SkMatrix::I(), path, paint.getColor4f())) in PathTessellateOp()
DDrawAtlasPathOp.h26 , fHeadInstance(arena->make<Instance>(fillBounds, localToDevice, paint.getColor4f(), in DrawAtlasPathOp()
DGrSimpleMeshDrawOpHelper.h211 auto color = paint.getColor4f(); in FactoryHelper()
DStrokeTessellateOp.cpp47 , fPathStrokeList(path, stroke, paint.getColor4f()) in StrokeTessellateOp()
/third_party/skia/docs/examples/
DPaintDump.cpp41 SkColor4f c = p.getColor4f(); in PaintStringDump()
42 if (c != d.getColor4f()) { in PaintStringDump()
DPaint_getColor4f.cpp9 SkColor4f y = paint.getColor4f(); in draw()
/third_party/skia/src/gpu/
DSkGr.cpp422 SkColor4f origColor = SkColor4fPrepForDst(skPaint.getColor4f(), dstColorInfo); in skpaint_to_grpaint_impl()
462 float paintAlpha = skPaint.getColor4f().fA; in skpaint_to_grpaint_impl()
470 float paintAlpha = skPaint.getColor4f().fA; in skpaint_to_grpaint_impl()
507 float paintAlpha = skPaint.getColor4f().fA; in skpaint_to_grpaint_impl()
573 auto color = grPaint->getColor4f(); in skpaint_to_grpaint_impl()
DGrPaint.h51 const SkPMColor4f& getColor4f() const { return fColor; } in getColor4f() function
/third_party/skia/src/pdf/
DSkPDFGraphicState.cpp62 SkPDFFillGraphicState fillKey = {p.getColor4f().fA, pdf_blend_mode(mode)}; in GetGraphicStateForPaint()
78 p.getColor4f().fA, in GetGraphicStateForPaint()
DSkPDFDevice.cpp1157 SkColor4f color = paint.getColor4f(); in populate_graphic_state_entry_from_paint()
1194 auto c = paint.getColor4f(); in populate_graphic_state_entry_from_paint()
1206 if (color == paint.getColor4f()) { in populate_graphic_state_entry_from_paint()
1502 tmpPaint.setColor4f(paint->getColor4f(), nullptr); in internalDrawImageRect()
/third_party/skia/tools/gpu/
DTestOps.cpp163 return !paint.getColor4f().fitsInBytes() && caps->halfFloatVertexAttributeSupport(); in use_wide_color()
173 , fColor(paint.getColor4f()) in TestRectOp()
/third_party/skia/experimental/graphite/src/
DContextUtils.cpp256 uniforms = make_solid_uniform_data(p.getColor4f()); in ExtractCombo()
264 uniforms = make_solid_uniform_data(p.getColor4f()); in ExtractCombo()
DDevice.cpp149 fDC->clear(paint.getColor4f()); in drawPaint()
282 PaintParams shading{paint.getColor4f(), in drawShape()
/third_party/skia/src/core/
DSkPaintPriv.cpp104 p->setColor(filter->filterColor4f(p->getColor4f(), sk_srgb_singleton(), dstCS), dstCS); in RemoveColorFilter()
DSkBlitter_Sprite.cpp118 fPaintColor = paint.getColor4f(); in setup()
DSkVMBlitter.cpp240 shader = sk_make_sp<PaintColorShader>(paint.getColor4f().isOpaque()); in EffectiveParams()
275 SkColor4f paintColor = paint.getColor4f(); in EffectiveParams()
DSkPaint.cpp308 buffer.writeColor4f(paint.getColor4f()); in Flatten()
/third_party/skia/include/core/
DSkPaint.h226 SkColor4f getColor4f() const { return fColor4f; } in getColor4f() function
/third_party/skia/src/utils/
DSkPaintFilterCanvas.cpp235 this->SkNWayCanvas::onDrawEdgeAAQuad(rect, clip, aa, apf.paint().getColor4f(), in onDrawEdgeAAQuad()
/third_party/skia/gm/
Dp3.cpp121 return p.getColor4f(); in __anon482896710202()
/third_party/skia/src/gpu/v1/
DDevice_drawTexture.cpp373 SkPMColor4f color = texture_color(paint.getColor4f(), 1.f, srcColorInfo.colorType(), dstInfo); in draw_texture()
964 textures[i].fColor = texture_color(paint.getColor4f(), set[i].fAlpha, in drawEdgeAAImageSet()
/third_party/skia/samplecode/
DSampleThinAA.cpp122 SkColor4f color = paint->getColor4f(); in draw()

12