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

  /external/skia/src/core/
SkMatrix.cpp 43 fMat[kMPersp0] = fMat[kMPersp1] = 0;
75 SkScalarAs2sCompliment(fMat[kMPersp1]) |
129 fMat[kMPersp0] = fMat[kMPersp1] = 0;
181 fMat[kMPersp0] = fMat[kMPersp1] = 0;
193 fMat[kMPersp0] = fMat[kMPersp1] = 0;
281 fMat[kMPersp0] = fMat[kMPersp1] = 0;
296 fMat[kMPersp0] = fMat[kMPersp1] = 0;
349 fMat[kMPersp0] = fMat[kMPersp1] = 0;
364 fMat[kMPersp0] = fMat[kMPersp1] = 0;
448 fMat[kMPersp0] = fMat[kMPersp1] = 0
    [all...]
  /external/skia/include/core/
SkMatrix.h 82 kMPersp1,
103 SkScalar getPerspY() const { return fMat[kMPersp1]; }
124 void setPerspY(SkScalar v) { this->set(kMPersp1, v); }
  /external/skia/src/utils/
SkCamera.cpp 328 orien->set(SkMatrix::kMPersp1, axis.fY);
361 matrix->set(SkMatrix::kMPersp1, SkScalarDotDiv(3, patchPtr, 1, mapPtr+6, 1, dot));
  /external/skia/src/gl/
SkGL.h 211 fMat[7] = SkPerspToGL(m[SkMatrix::kMPersp1]);

Completed in 4578 milliseconds