Home
last modified time | relevance | path

Searched refs:hasPerspective (Results 1 – 24 of 24) sorted by relevance

/external/skia/tests/
DMatrixTest.cpp110 if ((stretch < 0) != mat.hasPerspective()) { in test_matrix_max_stretch()
114 REPORTER_ASSERT(reporter, (stretch < 0) == mat.hasPerspective()); in test_matrix_max_stretch()
116 if (mat.hasPerspective()) { in test_matrix_max_stretch()
/external/skia/src/gpu/
DGrAAHairLinePathRenderer.cpp210 bool persp = m.hasPerspective(); in generate_lines_and_quads()
554 if (viewM.hasPerspective()) { in createGeom()
613 if (!drawState->getViewMatrix().hasPerspective()) { in onDrawPath()
DGrDefaultPathRenderer.cpp483 if (!drawState->getViewMatrix().hasPerspective() && in internalDrawPath()
DSkGpuDevice.cpp1745 if (draw.fMatrix->hasPerspective()) { in drawText()
1773 if (draw.fMatrix->hasPerspective()) { in drawPosText()
DGrMatrix.cpp241 bool GrMatrix::hasPerspective() const {
DGrContext.cpp604 if (!this->getMatrix().hasPerspective()) { in drawPaint()
/external/skia/src/core/
DSkMatrix.cpp168 if (this->hasPerspective()) { in preTranslate()
186 if (this->hasPerspective()) { in postTranslate()
806 if (this->hasPerspective()) { in asAffine()
821 int isPersp = this->hasPerspective(); in invert()
1006 SkASSERT(!m.hasPerspective()); in RotTrans_pts()
1028 SkASSERT(m.hasPerspective()); in Persp_pts()
1085 if (this->hasPerspective()) { in mapVectors()
1140 SkASSERT(m.hasPerspective()); in Persp_xy()
1677 if (this->hasPerspective()) { in getMaxStretch()
DSkShader.cpp180 if (mat.hasPerspective()) { in ComputeMatrixClass()
DSkScalerContext.cpp707 SkASSERT(!matrix.hasPerspective()); in SkComputeAxisAlignmentForHText()
DSkDraw.cpp880 if (matrix.hasPerspective()) { in SkDrawTreatAsHairline()
1536 (fMatrix->hasPerspective())) { in drawText()
1737 (fMatrix->hasPerspective())) { in drawPosText()
DSkCanvas.cpp1184 if (fMCRec->fMatrix->hasPerspective()) { in quickReject()
DSkPath.cpp1180 if (matrix.hasPerspective()) { in transform()
DSkPaint.cpp1448 SkASSERT(deviceMatrix == NULL || !deviceMatrix->hasPerspective()); in MakeRec()
/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformationMatrix.h239 bool hasPerspective() const { return m_matrix[2][3] != 0.0f; } in hasPerspective() function
/external/skia/include/core/
DSkMatrix.h82 bool hasPerspective() const { in hasPerspective() function
/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.cpp1531 …Operation() || style->transformStyle3D() == TransformStyle3DPreserve3D || style->hasPerspective());
1998 style->hasPerspective() ||
DRenderObject.cpp1897 …ct(this)->layer()->transform()) || (containerObject && containerObject->style()->hasPerspective()); in shouldUseTransformFromContainer()
1913 …if (containerObject && containerObject->hasLayer() && containerObject->style()->hasPerspective()) { in getTransformFromContainer()
DRenderLayerBacking.cpp440 if (style->hasPerspective()) { in updateGraphicsLayerGeometry()
DRenderLayer.cpp756 if (!style->hasPerspective()) in perspectiveTransform()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.cpp271 if (m_drawTransform.hasPerspective()) { in addDirtyArea()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h735 …hasTransformRelatedProperty() const { return hasTransform() || preserves3D() || hasPerspective(); } in hasTransformRelatedProperty()
766 bool hasPerspective() const { return rareNonInheritedData->m_perspective > 0; } in hasPerspective() function
/external/skia/src/gpu/gl/
DGrGpuGLShaders.cpp1060 } else if (!sampler.getMatrix().hasPerspective()) { in buildProgram()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1593 if (!style->hasPerspective()) in getPropertyCSSValue()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1635423 (WebCore::InheritedFlags::hasPerspective):
37678 (WebCore::RenderLayer::hasPerspective):
41220 (WebCore::TransformationMatrix::hasPerspective):