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

/external/skia/src/effects/
H A DSkLightingImageFilter.cpp645 SkPoint locationZ = SkPoint::Make(fLocation.fZ, fLocation.fZ); local
646 matrix.mapVectors(&locationZ, 1);
647 SkPoint3 location(location2.fX, location2.fY, SkScalarAve(locationZ.fX, locationZ.fY));
689 SkPoint locationZ = SkPoint::Make(fLocation.fZ, fLocation.fZ); local
690 matrix.mapVectors(&locationZ, 1);
691 SkPoint3 location(location2.fX, location2.fY, SkScalarAve(locationZ.fX, locationZ.fY));
/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp677 SkPoint locationZ = SkPoint::Make(fLocation.fZ, fLocation.fZ); local
678 matrix.mapVectors(&locationZ, 1);
679 SkPoint3 location(location2.fX, location2.fY, SkScalarAve(locationZ.fX, locationZ.fY));
721 SkPoint locationZ = SkPoint::Make(fLocation.fZ, fLocation.fZ); local
722 matrix.mapVectors(&locationZ, 1);
723 SkPoint3 location(location2.fX, location2.fY, SkScalarAve(locationZ.fX, locationZ.fY));

Completed in 108 milliseconds