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

  /external/skia/include/core/
SkMatrix44.h 88 struct SkVector4 {
91 SkVector4() {
94 SkVector4(const SkVector4& src) {
97 SkVector4(SkScalar x, SkScalar y, SkScalar z, SkScalar w = SK_Scalar1) {
104 SkVector4& operator=(const SkVector4& src) {
109 bool operator==(const SkVector4& v) {
113 bool operator!=(const SkVector4& v) {
422 friend SkVector4 operator*(const SkMatrix44& m, const SkVector4& src)
    [all...]
  /external/skqp/include/core/
SkMatrix44.h 88 struct SkVector4 {
91 SkVector4() {
94 SkVector4(const SkVector4& src) {
97 SkVector4(SkScalar x, SkScalar y, SkScalar z, SkScalar w = SK_Scalar1) {
104 SkVector4& operator=(const SkVector4& src) {
109 bool operator==(const SkVector4& v) {
113 bool operator!=(const SkVector4& v) {
422 friend SkVector4 operator*(const SkMatrix44& m, const SkVector4& src)
    [all...]
  /external/skia/tests/
Matrix44Test.cpp 604 static bool is_rectilinear (SkVector4& p1, SkVector4& p2, SkVector4& p3, SkVector4& p4) {
615 static SkVector4 mul_with_persp_divide(const SkMatrix44& transform, const SkVector4& target) {
616 SkVector4 result = transform * target;
629 SkVector4 p1(5.0f, 5.0f, 0.0f);
630 SkVector4 p2(10.0f, 5.0f, 0.0f);
631 SkVector4 p3(10.0f, 20.0f, 0.0f)
    [all...]
  /external/skqp/tests/
Matrix44Test.cpp 604 static bool is_rectilinear (SkVector4& p1, SkVector4& p2, SkVector4& p3, SkVector4& p4) {
615 static SkVector4 mul_with_persp_divide(const SkMatrix44& transform, const SkVector4& target) {
616 SkVector4 result = transform * target;
629 SkVector4 p1(5.0f, 5.0f, 0.0f);
630 SkVector4 p2(10.0f, 5.0f, 0.0f);
631 SkVector4 p3(10.0f, 20.0f, 0.0f)
    [all...]

Completed in 891 milliseconds