Searched defs:SkPoint3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/effects/
H A DSkLightingImageFilter.h14 class SK_API SkPoint3 { class
16 SkPoint3() {} function in class:SkPoint3
17 SkPoint3(SkScalar x, SkScalar y, SkScalar z) function in class:SkPoint3
19 SkScalar dot(const SkPoint3& other) const {
32 SkPoint3 operator*(SkScalar scalar) const {
33 return SkPoint3(fX * scalar, fY * scalar, fZ * scalar);
35 SkPoint3 operator-(const SkPoint3& other) const {
36 return SkPoint3(fX - other.fX, fY - other.fY, fZ - other.fZ);
38 bool operator==(const SkPoint3
[all...]
/external/skia/include/effects/
H A DSkLightingImageFilter.h14 class SK_API SkPoint3 { class
16 SkPoint3() {} function in class:SkPoint3
17 SkPoint3(SkScalar x, SkScalar y, SkScalar z) function in class:SkPoint3
19 SkScalar dot(const SkPoint3& other) const {
32 SkPoint3 operator*(SkScalar scalar) const {
33 return SkPoint3(fX * scalar, fY * scalar, fZ * scalar);
35 SkPoint3 operator-(const SkPoint3& other) const {
36 return SkPoint3(fX - other.fX, fY - other.fY, fZ - other.fZ);
38 bool operator==(const SkPoint3
[all...]

Completed in 30 milliseconds