Home
last modified time | relevance | path

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

/external/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp997 SkPoint locationZ = SkPoint::Make(fLocation.fZ, fLocation.fZ); in transform() local
998 matrix.mapVectors(&locationZ, 1); in transform()
1001 SkScalarAve(locationZ.fX, locationZ.fY)); in transform()
1048 SkPoint locationZ = SkPoint::Make(fLocation.fZ, fLocation.fZ); in transform() local
1049 matrix.mapVectors(&locationZ, 1); in transform()
1051 SkScalarAve(locationZ.fX, locationZ.fY)); in transform()