HomeSort by relevance Sort by last modified time
    Searched refs:hasPerspective (Results 1 - 25 of 44) sorted by null

1 2

  /external/skia/src/pdf/
SkPDFDeviceFlattener.cpp 77 if (!mustFlatten(d) && !(prePathMatrix && prePathMatrix->hasPerspective())) {
140 if (mustPathText(d, paint) || (matrix && matrix->hasPerspective())) {
149 return d.fMatrix->hasPerspective();
155 return d.fMatrix->hasPerspective();
SkPDFShader.cpp 218 if (!inversePerspectiveMatrix.hasPerspective()) {
892 if (finalMatrix.hasPerspective()) {
    [all...]
SkPDFDevice.cpp 695 if (matrix.hasPerspective()) {
696 NOT_IMPLEMENTED(!matrix.hasPerspective(), false);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 109 if (!drawState->getViewMatrix().hasPerspective() && drawState->getViewInverse(&vmi)) {
GrAAHairLinePathRenderer.cpp 326 bool persp = m.hasPerspective();
    [all...]
GrDefaultPathRenderer.cpp 471 if (!drawState->getViewMatrix().hasPerspective() &&
GrAAConvexPathRenderer.cpp 214 GrAssert(!m.hasPerspective());
616 if (viewMatrix.hasPerspective()) {
SkGpuDevice.cpp     [all...]
  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 109 if (!drawState->getViewMatrix().hasPerspective() && drawState->getViewInverse(&vmi)) {
GrAAHairLinePathRenderer.cpp 326 bool persp = m.hasPerspective();
    [all...]
GrDefaultPathRenderer.cpp 471 if (!drawState->getViewMatrix().hasPerspective() &&
GrAAConvexPathRenderer.cpp 214 GrAssert(!m.hasPerspective());
616 if (viewMatrix.hasPerspective()) {
SkGpuDevice.cpp     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 72 public static boolean hasPerspective(Matrix m) {
78 return delegate.hasPerspective();
168 public boolean hasPerspective() {
950 if (hasPerspective()) {
    [all...]
Path_Delegate.java 796 if (matrix.hasPerspective()) {
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 266 if (this->hasPerspective()) {
284 if (this->hasPerspective()) {
911 if (this->hasPerspective()) {
    [all...]
SkShader.cpp 155 if (mat.hasPerspective()) {
SkPaint.cpp 459 SkASSERT(!ctm.hasPerspective());
460 SkASSERT(!textM.hasPerspective());
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 266 if (this->hasPerspective()) {
284 if (this->hasPerspective()) {
911 if (this->hasPerspective()) {
    [all...]
SkShader.cpp 155 if (mat.hasPerspective()) {
SkPaint.cpp 460 SkASSERT(!ctm.hasPerspective());
461 SkASSERT(!textM.hasPerspective());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformationMatrix.h 235 bool hasPerspective() const { return m_matrix[2][3] != 0.0f; }
  /external/skia/tests/
MatrixTest.cpp 182 if ((stretch < 0) != mat.hasPerspective()) {
186 REPORTER_ASSERT(reporter, (stretch < 0) == mat.hasPerspective());
188 if (mat.hasPerspective()) {
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 83 bool hasPerspective() const {
  /external/skia/include/core/
SkMatrix.h 83 bool hasPerspective() const {

Completed in 722 milliseconds

1 2