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

  /external/skia/include/utils/
SkMatrix44.h 108 class SK_API SkMatrix44 {
110 SkMatrix44();
111 SkMatrix44(const SkMatrix44&);
112 SkMatrix44(const SkMatrix44& a, const SkMatrix44& b);
114 SkMatrix44& operator=(const SkMatrix44& src) {
119 bool operator==(const SkMatrix44& other) const
    [all...]
  /external/skia/src/utils/
SkMatrix44.cpp 11 #include "SkMatrix44.h"
13 SkMatrix44::SkMatrix44() {
17 SkMatrix44::SkMatrix44(const SkMatrix44& src) {
21 SkMatrix44::SkMatrix44(const SkMatrix44& a, const SkMatrix44& b)
    [all...]
  /external/skia/tests/
Matrix44Test.cpp 9 #include "SkMatrix44.h"
49 static bool nearly_equal(const SkMatrix44& a, const SkMatrix44& b) {
61 static bool is_identity(const SkMatrix44& m) {
62 SkMatrix44 identity;
68 SkMatrix44 rot;
81 SkMatrix44 mat, inverse, iden1, iden2, rot;
  /external/skia/samplecode/
SampleSkLayer.cpp 14 #include "SkMatrix44.h"
15 static void test_inv(const char label[], const SkMatrix44& mat) {
19 SkMatrix44 inv;
26 SkMatrix44 a, b;
40 const SkMatrix44& mat,
52 static void test_33(const SkMatrix44& mat,
66 SkMatrix44 m0, m1, m2;
  /external/skia/
Android.mk 246 src/utils/SkMatrix44.cpp \

Completed in 162 milliseconds