Home
last modified time | relevance | path

Searched refs:fAmbientColor (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/src/shaders/
DSkLightingShader.cpp130 const SkColor3f& ambientColor() const { return fAmbientColor; } in ambientColor()
136 fAmbientColor.fX = 0.0f; in GLSLLightingFP()
222 if (ambientColor != fAmbientColor) { in onSetData()
224 fAmbientColor = ambientColor; in onSetData()
233 SkColor3f fAmbientColor; member in LightingFP::GLSLLightingFP
244 fAmbientColor = lights->ambientLightColor(); in LightingFP()
260 , fAmbientColor(that.fAmbientColor) { in LightingFP()
269 fAmbientColor == lightingFP.fAmbientColor; in onIsEqual()
273 SkColor3f fAmbientColor; member in LightingFP
/third_party/flutter/skia/src/core/
DSkDrawShadowInfo.h23 SkColor fAmbientColor; member
34 desc += split + "\t fAmbientColor: " + std::to_string(fAmbientColor) + "\n"; in dump()
DSkPicturePlayback.cpp533 rec.fAmbientColor = SkColorSetA(color, SkColorGetA(color)*ambientAlpha); in handleOp()
536 rec.fAmbientColor = reader->read32(); in handleOp()
DSkPictureRecord.cpp724 fWriter.write32(rec.fAmbientColor); in onDrawShadowRec()
/third_party/flutter/skia/src/utils/
DSkShadowUtils.cpp555 rec.fAmbientColor = ambientColor; in DrawShadow()
599 if (SkColorGetA(rec.fAmbientColor) > 0) { in drawShadow()
610 SkColorFilters::Blend(rec.fAmbientColor, in drawShadow()
629 if (!draw_shadow(factory, drawVertsProc, shadowedPath, rec.fAmbientColor)) { in drawShadow()
668 paint.setColor(rec.fAmbientColor); in drawShadow()
/third_party/skia/src/utils/
DSkShadowUtils.cpp594 rec->fAmbientColor = ambientColor; in fill_shadow_rec()
672 if (SkColorGetA(rec.fAmbientColor) > 0) { in drawShadow()
683 SkColorFilters::Blend(rec.fAmbientColor, in drawShadow()
702 if (!draw_shadow(factory, drawVertsProc, shadowedPath, rec.fAmbientColor)) { in drawShadow()
741 paint.setColor(rec.fAmbientColor); in drawShadow()
/third_party/skia/bench/
DShadowBench.cpp66 fRec.fAmbientColor = 0x19000000; in onDelayedSetup()
/third_party/flutter/skia/bench/
DShadowBench.cpp66 fRec.fAmbientColor = 0x19000000; in onDelayedSetup()
/third_party/skia/src/core/
DSkDrawShadowInfo.h24 SkColor fAmbientColor; member
DSkDrawShadowInfo.cpp21 desc += split + "\t fAmbientColor: " + std::to_string(fAmbientColor) + "\n"; in dump()
DSkPicturePlayback.cpp588 rec.fAmbientColor = reader->read32(); in handleOp()
DSkPictureRecord.cpp725 fWriter.write32(rec.fAmbientColor); in onDrawShadowRec()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1181 if (SkColorGetA(rec.fAmbientColor) > 0) { in drawFastShadow()
1199 GrColor ambientColor = SkColorToPremulGrColor(rec.fAmbientColor); in drawFastShadow()
/third_party/flutter/skia/tools/debugger/
DDrawCommand.cpp406 rec.fAmbientColor = SK_ColorBLACK; in render_shadow()
1958 MakeJsonColor(writer, fShadowRec.fAmbientColor); in toJSON()
/third_party/skia/tools/debugger/
DDrawCommand.cpp360 rec.fAmbientColor = SK_ColorBLACK; in render_shadow()
1863 MakeJsonColor(writer, fShadowRec.fAmbientColor); in toJSON()
/third_party/flutter/skia/src/gpu/
DGrRenderTargetContext.cpp1146 if (SkColorGetA(rec.fAmbientColor) > 0) { in drawFastShadow()
1164 GrColor ambientColor = SkColorToPremulGrColor(rec.fAmbientColor); in drawFastShadow()