Searched refs:zPlane (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/utils/
H A DSkShadowTessellator.h29 const SkPoint3& zPlane, bool transparent);
36 sk_sp<SkVertices> MakeSpot(const SkPath& path, const SkMatrix& ctm, const SkPoint3& zPlane,
H A DSkShadowTessellator.cpp1393 const SkPoint3& zPlane, bool transparent) {
1394 SkAmbientShadowTessellator ambientTess(path, ctm, zPlane, transparent);
1399 const SkPoint3& zPlane, const SkPoint3& lightPos,
1401 SkSpotShadowTessellator spotTess(path, ctm, zPlane, lightPos, lightRadius, transparent);
1392 MakeAmbient(const SkPath& path, const SkMatrix& ctm, const SkPoint3& zPlane, bool transparent) argument
1398 MakeSpot(const SkPath& path, const SkMatrix& ctm, const SkPoint3& zPlane, const SkPoint3& lightPos, SkScalar lightRadius, bool transparent) argument
/external/skia/include/utils/
H A DSkShadowUtils.h68 SkPoint3 zPlane = SkPoint3::Make(0, 0, occluderHeight); local
69 DrawShadow(canvas, path, zPlane, lightPos, lightRadius, ambientAlpha, spotAlpha,
/external/mesa3d/src/mesa/swrast/
H A 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);
H A Ds_aalinetemp.h60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane);
138 v0->attrib[VARYING_SLOT_POS][2], v1->attrib[VARYING_SLOT_POS][2], line.zPlane);
H A Ds_aaline.c63 GLfloat zPlane[4]; member in struct:LineInfo

Completed in 328 milliseconds