Home
last modified time | relevance | path

Searched refs:zPlane (Results 1 – 8 of 8) sorted by relevance

/external/skqp/include/utils/
DSkShadowUtils.h64 static void DrawShadow(SkCanvas* canvas, const SkPath& path, const SkPoint3& zPlane,
81 DrawShadow(canvas, path, zPlane, lightPos, lightRadius, ambientColor, spotColor, flags);
107 SkPoint3 zPlane = SkPoint3::Make(0, 0, occluderHeight); variable
108 DrawShadow(canvas, path, zPlane, lightPos, lightRadius, ambientAlpha, spotAlpha,
/external/skia/src/utils/
DSkShadowTessellator.h30 const SkPoint3& zPlane, bool transparent);
37 sk_sp<SkVertices> MakeSpot(const SkPath& path, const SkMatrix& ctm, const SkPoint3& zPlane,
DSkShadowTessellator.cpp1416 const SkPoint3& zPlane, bool transparent) { in MakeAmbient() argument
1417 SkAmbientShadowTessellator ambientTess(path, ctm, zPlane, transparent); in MakeAmbient()
1422 const SkPoint3& zPlane, const SkPoint3& lightPos, in MakeSpot() argument
1424 SkSpotShadowTessellator spotTess(path, ctm, zPlane, lightPos, lightRadius, transparent); in MakeSpot()
/external/skqp/src/utils/
DSkShadowTessellator.h30 const SkPoint3& zPlane, bool transparent);
37 sk_sp<SkVertices> MakeSpot(const SkPath& path, const SkMatrix& ctm, const SkPoint3& zPlane,
DSkShadowTessellator.cpp1396 const SkPoint3& zPlane, bool transparent) { in MakeAmbient() argument
1397 SkAmbientShadowTessellator ambientTess(path, ctm, zPlane, transparent); in MakeAmbient()
1402 const SkPoint3& zPlane, const SkPoint3& lightPos, in MakeSpot() argument
1404 SkSpotShadowTessellator spotTess(path, ctm, zPlane, lightPos, lightRadius, transparent); in MakeSpot()
/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h54 GLfloat zPlane[4]; variable
119 compute_plane(p0, p1, p2, p0[2], p1[2], p2[2], zPlane);
227 array->z[count] = (GLuint) solve_plane(cx, cy, zPlane);
290 array->z[ix] = (GLuint) solve_plane(cx, cy, zPlane);
Ds_aalinetemp.h60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane); in NAME()
138 v0->attrib[VARYING_SLOT_POS][2], v1->attrib[VARYING_SLOT_POS][2], line.zPlane); in NAME()
Ds_aaline.c63 GLfloat zPlane[4]; member