Searched refs:hasPerspective (Results 1 - 25 of 41) sorted by relevance

12

/external/skia/src/pdf/
H A DSkPDFDeviceFlattener.cpp77 if (!mustFlatten(d) && !(prePathMatrix && prePathMatrix->hasPerspective())) {
140 if (mustPathText(d, paint) || (matrix && matrix->hasPerspective())) {
149 return d.fMatrix->hasPerspective();
155 return d.fMatrix->hasPerspective();
H A DSkPDFShader.cpp218 if (!inversePerspectiveMatrix.hasPerspective()) {
892 if (finalMatrix.hasPerspective()) {
H A DSkPDFDevice.cpp695 if (matrix.hasPerspective()) {
696 NOT_IMPLEMENTED(!matrix.hasPerspective(), false);
2157 if (origMatrix.hasPerspective()) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilAndCoverPathRenderer.cpp109 if (!drawState->getViewMatrix().hasPerspective() && drawState->getViewInverse(&vmi)) {
H A DGrAAHairLinePathRenderer.cpp326 bool persp = m.hasPerspective();
1029 if (viewM.hasPerspective()) {
1079 if (viewM.hasPerspective()) {
1185 if (target->getDrawState().getViewMatrix().hasPerspective()) {
1235 if (target->getDrawState().getViewMatrix().hasPerspective()) {
H A DGrDefaultPathRenderer.cpp471 if (!drawState->getViewMatrix().hasPerspective() &&
H A DGrAAConvexPathRenderer.cpp214 GrAssert(!m.hasPerspective());
616 if (viewMatrix.hasPerspective()) {
H A DSkGpuDevice.cpp1673 if (fContext->getMatrix().hasPerspective()) {
1695 if (fContext->getMatrix().hasPerspective()) {
/external/skia/src/gpu/
H A DGrStencilAndCoverPathRenderer.cpp109 if (!drawState->getViewMatrix().hasPerspective() && drawState->getViewInverse(&vmi)) {
H A DGrAAHairLinePathRenderer.cpp326 bool persp = m.hasPerspective();
1029 if (viewM.hasPerspective()) {
1079 if (viewM.hasPerspective()) {
1185 if (target->getDrawState().getViewMatrix().hasPerspective()) {
1235 if (target->getDrawState().getViewMatrix().hasPerspective()) {
H A DGrDefaultPathRenderer.cpp471 if (!drawState->getViewMatrix().hasPerspective() &&
H A DGrAAConvexPathRenderer.cpp214 GrAssert(!m.hasPerspective());
616 if (viewMatrix.hasPerspective()) {
H A DSkGpuDevice.cpp1673 if (fContext->getMatrix().hasPerspective()) {
1695 if (fContext->getMatrix().hasPerspective()) {
/external/chromium_org/third_party/skia/src/core/
H A DSkMatrix.cpp266 if (this->hasPerspective()) {
284 if (this->hasPerspective()) {
911 if (this->hasPerspective()) {
1152 SkASSERT(!m.hasPerspective());
1174 SkASSERT(m.hasPerspective());
1231 if (this->hasPerspective()) {
1286 SkASSERT(m.hasPerspective());
1823 if (this->hasPerspective()) {
H A DSkShader.cpp155 if (mat.hasPerspective()) {
H A DSkPaint.cpp459 SkASSERT(!ctm.hasPerspective());
460 SkASSERT(!textM.hasPerspective());
1586 SkASSERT(deviceMatrix == NULL || !deviceMatrix->hasPerspective());
H A DSkScalerContext.cpp884 SkASSERT(!matrix.hasPerspective());
/external/skia/src/core/
H A DSkMatrix.cpp266 if (this->hasPerspective()) {
284 if (this->hasPerspective()) {
911 if (this->hasPerspective()) {
1152 SkASSERT(!m.hasPerspective());
1174 SkASSERT(m.hasPerspective());
1231 if (this->hasPerspective()) {
1286 SkASSERT(m.hasPerspective());
1823 if (this->hasPerspective()) {
H A DSkShader.cpp155 if (mat.hasPerspective()) {
H A DSkPaint.cpp460 SkASSERT(!ctm.hasPerspective());
461 SkASSERT(!textM.hasPerspective());
1587 SkASSERT(deviceMatrix == NULL || !deviceMatrix->hasPerspective());
H A DSkScalerContext.cpp884 SkASSERT(!matrix.hasPerspective());
/external/skia/tests/
H A DMatrixTest.cpp182 if ((stretch < 0) != mat.hasPerspective()) {
186 REPORTER_ASSERT(reporter, (stretch < 0) == mat.hasPerspective());
188 if (mat.hasPerspective()) {
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DTransformationMatrix.h235 bool hasPerspective() const { return m_matrix[2][3] != 0.0f; } function in class:WebCore::TransformationMatrix
/external/chromium_org/third_party/skia/include/core/
H A DSkMatrix.h83 bool hasPerspective() const { function in class:SkMatrix
/external/skia/include/core/
H A DSkMatrix.h83 bool hasPerspective() const { function in class:SkMatrix

Completed in 443 milliseconds

12