Home
last modified time | relevance | path

Searched defs:hasPerspective (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkMatrix.h79 bool hasPerspective() const { in hasPerspective() function
/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformationMatrix.h239 bool hasPerspective() const { return m_matrix[2][3] != 0.0f; } in hasPerspective() function
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h766 bool hasPerspective() const { return rareNonInheritedData->m_perspective > 0; } in hasPerspective() function