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

  /external/skia/src/core/
SkMatrix.cpp 43 fMat[kMPersp0] = fMat[kMPersp1] = 0;
71 if (SkScalarAs2sCompliment(fMat[kMPersp0]) |
85 if (fMat[kMPersp0] != 0 || fMat[kMPersp1] != 0 ||
154 fMat[kMPersp0] = fMat[kMPersp1] = 0;
206 fMat[kMPersp0] = fMat[kMPersp1] = 0;
218 fMat[kMPersp0] = fMat[kMPersp1] = 0;
242 fMat[kMPersp0] = SkScalarMul(fMat[kMPersp0], sx);
324 fMat[kMPersp0] = fMat[kMPersp1] = 0;
339 fMat[kMPersp0] = fMat[kMPersp1] = 0
    [all...]
  /external/skia/include/core/
SkMatrix.h 90 kMPersp0,
111 SkScalar getPerspX() const { return fMat[kMPersp0]; }
132 void setPerspX(SkScalar v) { this->set(kMPersp0, v); }
144 fMat[kMPersp0] = persp0;
  /external/skia/samplecode/
SampleOverflow.cpp 36 matrix.set(SkMatrix::kMPersp0, SkFloatToFixed(0.0));
SampleImageDir.cpp 78 matrix.set(SkMatrix::kMPersp0, SkFloatToFixed(0.0));
  /external/skia/src/utils/
SkCamera.cpp 303 orien->set(SkMatrix::kMPersp0, axis.fX);
330 matrix->set(SkMatrix::kMPersp0, SkScalarDotDiv(3, patchPtr, 1, mapPtr+6, 1, dot));
  /frameworks/base/libs/hwui/
Matrix.cpp 103 data[kPerspective0] = v[SkMatrix::kMPersp0];
124 v.set(SkMatrix::kMPersp0, data[kPerspective0]);
  /external/skia/gpu/src/
GrGpuGLFixed.cpp 43 fMat[3] = GrScalarToFloat(m[GrMatrix::kMPersp0]);
GrGpuGLShaders.cpp 324 GrScalarToFloat(m[GrMatrix::kMPersp0]),
409 GrScalarToFloat(m[GrMatrix::kMPersp0]),
    [all...]

Completed in 156 milliseconds