Home
last modified time | relevance | path

Searched defs:zPlaneParams (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/samplecode/
DSampleMaterialShadows.cpp43 const SkPoint3& zPlaneParams, in drawShadowedPath()
70 SkPoint3 zPlaneParams = SkPoint3::Make(0, 0, 0); in onDrawContent() local
DSampleShadowReference.cpp77 const SkPoint3& zPlaneParams, in drawShadowedPath()
127 SkPoint3 zPlaneParams = SkPoint3::Make(0, 0, kDP * 2); in onDrawContent() local
DSampleShadowColor.cpp95 const SkPoint3& zPlaneParams, in drawShadowedPath()
199 SkPoint3 zPlaneParams = SkPoint3::Make(0, 0, kZValues[fZIndex]); in onDrawContent() local
DSampleShadowUtils.cpp121 const SkPoint3& zPlaneParams, in drawShadowedPath()
178 SkPoint3 zPlaneParams = SkPoint3::Make(0, 0, std::max(1.0f, kHeight + fZDelta)); in onDrawContent() local
DSampleAndroidShadows.cpp144 const SkPoint3& zPlaneParams, in drawShadowedPath()
190 SkPoint3 zPlaneParams = SkPoint3::Make(0, 0, 0); in onDrawContent() local
/third_party/skia/src/utils/
DSkShadowUtils.cpp517 static bool tilted(const SkPoint3& zPlaneParams) { in tilted()
576 static bool fill_shadow_rec(const SkPath& path, const SkPoint3& zPlaneParams, in fill_shadow_rec()
602 void SkShadowUtils::DrawShadow(SkCanvas* canvas, const SkPath& path, const SkPoint3& zPlaneParams, in DrawShadow()
616 const SkPoint3& zPlaneParams, const SkPoint3& lightPos, in GetLocalBounds()
665 SkPoint3 zPlaneParams = rec.fZPlaneParams; in drawShadow() local
DSkShadowTessellator.cpp156 SkBaseShadowTessellator::SkBaseShadowTessellator(const SkPoint3& zPlaneParams, const SkRect& bounds, in SkBaseShadowTessellator()
905 const SkPoint3& zPlaneParams, in SkAmbientShadowTessellator()
1001 const SkPoint3& zPlaneParams, in SkSpotShadowTessellator()
/third_party/skia/src/core/
DSkDrawShadowInfo.cpp34 const SkMatrix& ctm, const SkPoint3& zPlaneParams, in GetSpotShadowTransform()
/third_party/skia/modules/canvaskit/
Dinterface.js723 CanvasKit.Canvas.prototype.drawShadow = function(path, zPlaneParams, lightPos, lightRadius, argument
736 CanvasKit.getShadowLocalBounds = function(ctm, path, zPlaneParams, lightPos, lightRadius, argument
Dcanvaskit_bindings.cpp844 const SkVector3* zPlaneParams = reinterpret_cast<const SkVector3*>(zPlaneParamPtr); in EMSCRIPTEN_BINDINGS() local
1099 const SkVector3* zPlaneParams = reinterpret_cast<const SkVector3*>(zPlaneParamPtr); in EMSCRIPTEN_BINDINGS() local
/third_party/skia/modules/canvaskit/tests/
Dcore.spec.js999 const zPlaneParams = [0,0,1]; variable