Home
last modified time | relevance | path

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

/third_party/skia/include/utils/
DSkCamera.h33 SkScalar dotWith(SkScalar dx, SkScalar dy, SkScalar dz) const;
34 SkScalar dotWith(const SkV3& v) const { in dotWith() function
35 return this->dotWith(v.x, v.y, v.z); in dotWith()
/third_party/flutter/skia/include/utils/
DSkCamera.h82 SkScalar dotWith(SkScalar dx, SkScalar dy, SkScalar dz) const;
83 SkScalar dotWith(const SkVector3D& v) const { in dotWith() function
84 return this->dotWith(v.fX, v.fY, v.fZ); in dotWith()
/third_party/skia/src/utils/
DSkCamera.cpp44 SkScalar SkPatch3D::dotWith(SkScalar dx, SkScalar dy, SkScalar dz) const { in dotWith() function in SkPatch3D
221 return patch.dotWith(x, y, z); in dotWithNormal()
/third_party/flutter/skia/src/utils/
DSkCamera.cpp85 SkScalar SkPatch3D::dotWith(SkScalar dx, SkScalar dy, SkScalar dz) const { in dotWith() function in SkPatch3D
380 return patch.dotWith(x, y, z); in dotWithNormal()