Searched defs:hasPerspective (Results 1 - 4 of 4) sorted by relevance

/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
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h823 bool hasTransformRelatedProperty() const { return hasTransform() || preserves3D() || hasPerspective(); }
867 bool hasPerspective() const { return rareNonInheritedData->m_perspective > 0; } function in class:WebCore::RenderStyle

Completed in 559 milliseconds