HomeSort by relevance Sort by last modified time
    Searched refs:locationZ (Results 1 - 2 of 2) sorted by null

  /external/skia/src/effects/
SkLightingImageFilter.cpp 645 SkPoint locationZ = SkPoint::Make(fLocation.fZ, fLocation.fZ);
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);
690 matrix.mapVectors(&locationZ, 1);
691 SkPoint3 location(location2.fX, location2.fY, SkScalarAve(locationZ.fX, locationZ.fY));
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 677 SkPoint locationZ = SkPoint::Make(fLocation.fZ, fLocation.fZ);
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);
722 matrix.mapVectors(&locationZ, 1);
723 SkPoint3 location(location2.fX, location2.fY, SkScalarAve(locationZ.fX, locationZ.fY));
    [all...]

Completed in 73 milliseconds