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

12

/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDeviceFlattener.cpp76 if (!mustFlatten(d) && !(prePathMatrix && prePathMatrix->hasPerspective())) {
139 if (mustPathText(d, paint) || (matrix && matrix->hasPerspective())) {
148 return d.fMatrix->hasPerspective();
154 return d.fMatrix->hasPerspective();
H A DSkPDFDevice.cpp697 if (matrix.hasPerspective()) {
698 NOT_IMPLEMENTED(!matrix.hasPerspective(), false);
751 NOT_IMPLEMENTED(initialTransform.hasPerspective(), true);
2199 if (origMatrix.hasPerspective()) {
H A DSkPDFShader.cpp225 if (!inversePerspectiveMatrix.hasPerspective()) {
901 if (finalMatrix.hasPerspective()) {
/external/skia/src/pdf/
H A DSkPDFDeviceFlattener.cpp76 if (!mustFlatten(d) && !(prePathMatrix && prePathMatrix->hasPerspective())) {
139 if (mustPathText(d, paint) || (matrix && matrix->hasPerspective())) {
148 return d.fMatrix->hasPerspective();
154 return d.fMatrix->hasPerspective();
H A DSkPDFDevice.cpp697 if (matrix.hasPerspective()) {
698 NOT_IMPLEMENTED(!matrix.hasPerspective(), false);
751 NOT_IMPLEMENTED(initialTransform.hasPerspective(), true);
2199 if (origMatrix.hasPerspective()) {
H A DSkPDFShader.cpp225 if (!inversePerspectiveMatrix.hasPerspective()) {
901 if (finalMatrix.hasPerspective()) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp342 bool persp = m.hasPerspective();
755 if (viewM.hasPerspective()) {
803 if (viewM.hasPerspective()) {
865 if (drawState->getViewMatrix().hasPerspective()) {
945 if (target->getDrawState().getViewMatrix().hasPerspective()) {
995 if (target->getDrawState().getViewMatrix().hasPerspective()) {
H A DGrDefaultPathRenderer.cpp486 if (!drawState->getViewMatrix().hasPerspective() &&
H A DGrAAConvexPathRenderer.cpp215 SkASSERT(!m.hasPerspective());
647 if (viewMatrix.hasPerspective()) {
H A DSkGpuDevice.cpp1768 if (fContext->getMatrix().hasPerspective()) {
1804 if (fContext->getMatrix().hasPerspective()) {
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp342 bool persp = m.hasPerspective();
755 if (viewM.hasPerspective()) {
803 if (viewM.hasPerspective()) {
865 if (drawState->getViewMatrix().hasPerspective()) {
945 if (target->getDrawState().getViewMatrix().hasPerspective()) {
995 if (target->getDrawState().getViewMatrix().hasPerspective()) {
H A DGrDefaultPathRenderer.cpp486 if (!drawState->getViewMatrix().hasPerspective() &&
H A DGrAAConvexPathRenderer.cpp215 SkASSERT(!m.hasPerspective());
647 if (viewMatrix.hasPerspective()) {
H A DSkGpuDevice.cpp1768 if (fContext->getMatrix().hasPerspective()) {
1804 if (fContext->getMatrix().hasPerspective()) {
/external/chromium_org/third_party/skia/src/core/
H A DSkShader.cpp152 if (mat.hasPerspective()) {
H A DSkMatrix.cpp269 if (this->hasPerspective()) {
287 if (this->hasPerspective()) {
914 if (this->hasPerspective()) {
1155 SkASSERT(!m.hasPerspective());
1177 SkASSERT(m.hasPerspective());
1270 if (this->hasPerspective()) {
1325 SkASSERT(m.hasPerspective());
H A DSkPaint.cpp445 SkASSERT(!ctm.hasPerspective());
446 SkASSERT(!textM.hasPerspective());
1572 SkASSERT(deviceMatrix == NULL || !deviceMatrix->hasPerspective());
H A DSkScalerContext.cpp932 SkASSERT(!matrix.hasPerspective());
/external/skia/src/core/
H A DSkShader.cpp152 if (mat.hasPerspective()) {
H A DSkMatrix.cpp269 if (this->hasPerspective()) {
287 if (this->hasPerspective()) {
914 if (this->hasPerspective()) {
1155 SkASSERT(!m.hasPerspective());
1177 SkASSERT(m.hasPerspective());
1270 if (this->hasPerspective()) {
1325 SkASSERT(m.hasPerspective());
H A DSkPaint.cpp445 SkASSERT(!ctm.hasPerspective());
446 SkASSERT(!textM.hasPerspective());
1572 SkASSERT(deviceMatrix == NULL || !deviceMatrix->hasPerspective());
/external/chromium_org/third_party/WebKit/Source/platform/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
/external/skia/tests/
H A DMatrixTest.cpp193 REPORTER_ASSERT(reporter, (maxStretch < 0) == mat.hasPerspective());
195 if (mat.hasPerspective()) {

Completed in 581 milliseconds

12