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

  /external/skia/src/core/
SkMatrix.cpp 43 fMat[kMPersp0] = fMat[kMPersp1] = 0;
74 if (SkScalarAs2sCompliment(fMat[kMPersp0]) |
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 81 kMPersp0,
102 SkScalar getPerspX() const { return fMat[kMPersp0]; }
123 void setPerspX(SkScalar v) { this->set(kMPersp0, v); }
  /external/skia/src/utils/
SkCamera.cpp 327 orien->set(SkMatrix::kMPersp0, axis.fX);
356 matrix->set(SkMatrix::kMPersp0, SkScalarDotDiv(3, patchPtr, 1, mapPtr+6, 1, dot));
  /external/skia/src/gl/
SkGL.h 210 fMat[3] = SkPerspToGL(m[SkMatrix::kMPersp0]);

Completed in 62 milliseconds