/third_party/skia/src/effects/ |
D | SkLayerDrawLooper.cpp | 71 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/ |
D | PathStencilCoverOp.h | 42 , fColor(paint.getColor4f()) in PathStencilCoverOp() 64 , fColor(paint.getColor4f()) in PathStencilCoverOp()
|
D | PathInnerTriangulateOp.h | 47 , fColor(paint.getColor4f()) in PathInnerTriangulateOp()
|
D | PathTessellateOp.h | 37 , fPathDrawList(arena->make<PathDrawList>(SkMatrix::I(), path, paint.getColor4f())) in PathTessellateOp()
|
D | DrawAtlasPathOp.h | 26 , fHeadInstance(arena->make<Instance>(fillBounds, localToDevice, paint.getColor4f(), in DrawAtlasPathOp()
|
D | GrSimpleMeshDrawOpHelper.h | 211 auto color = paint.getColor4f(); in FactoryHelper()
|
D | StrokeTessellateOp.cpp | 47 , fPathStrokeList(path, stroke, paint.getColor4f()) in StrokeTessellateOp()
|
/third_party/skia/docs/examples/ |
D | PaintDump.cpp | 41 SkColor4f c = p.getColor4f(); in PaintStringDump() 42 if (c != d.getColor4f()) { in PaintStringDump()
|
D | Paint_getColor4f.cpp | 9 SkColor4f y = paint.getColor4f(); in draw()
|
/third_party/skia/src/gpu/ |
D | SkGr.cpp | 422 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()
|
D | GrPaint.h | 51 const SkPMColor4f& getColor4f() const { return fColor; } in getColor4f() function
|
/third_party/skia/src/pdf/ |
D | SkPDFGraphicState.cpp | 62 SkPDFFillGraphicState fillKey = {p.getColor4f().fA, pdf_blend_mode(mode)}; in GetGraphicStateForPaint() 78 p.getColor4f().fA, in GetGraphicStateForPaint()
|
D | SkPDFDevice.cpp | 1157 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/ |
D | TestOps.cpp | 163 return !paint.getColor4f().fitsInBytes() && caps->halfFloatVertexAttributeSupport(); in use_wide_color() 173 , fColor(paint.getColor4f()) in TestRectOp()
|
/third_party/skia/experimental/graphite/src/ |
D | ContextUtils.cpp | 256 uniforms = make_solid_uniform_data(p.getColor4f()); in ExtractCombo() 264 uniforms = make_solid_uniform_data(p.getColor4f()); in ExtractCombo()
|
D | Device.cpp | 149 fDC->clear(paint.getColor4f()); in drawPaint() 282 PaintParams shading{paint.getColor4f(), in drawShape()
|
/third_party/skia/src/core/ |
D | SkPaintPriv.cpp | 104 p->setColor(filter->filterColor4f(p->getColor4f(), sk_srgb_singleton(), dstCS), dstCS); in RemoveColorFilter()
|
D | SkBlitter_Sprite.cpp | 118 fPaintColor = paint.getColor4f(); in setup()
|
D | SkVMBlitter.cpp | 240 shader = sk_make_sp<PaintColorShader>(paint.getColor4f().isOpaque()); in EffectiveParams() 275 SkColor4f paintColor = paint.getColor4f(); in EffectiveParams()
|
D | SkPaint.cpp | 308 buffer.writeColor4f(paint.getColor4f()); in Flatten()
|
/third_party/skia/include/core/ |
D | SkPaint.h | 226 SkColor4f getColor4f() const { return fColor4f; } in getColor4f() function
|
/third_party/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 235 this->SkNWayCanvas::onDrawEdgeAAQuad(rect, clip, aa, apf.paint().getColor4f(), in onDrawEdgeAAQuad()
|
/third_party/skia/gm/ |
D | p3.cpp | 121 return p.getColor4f(); in __anon482896710202()
|
/third_party/skia/src/gpu/v1/ |
D | Device_drawTexture.cpp | 373 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/ |
D | SampleThinAA.cpp | 122 SkColor4f color = paint->getColor4f(); in draw()
|