HomeSort by relevance Sort by last modified time
    Searched defs:hasPerspective (Results 1 - 5 of 5) sorted by null

  /external/skia/include/core/
SkMatrix.h 83 bool hasPerspective() const {
  /external/skia/legacy/include/core/
SkMatrix.h 82 bool hasPerspective() const {
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 239 bool hasPerspective() const { return m_matrix[2][3] != 0.0f; }
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 72 public static boolean hasPerspective(Matrix m) {
78 return delegate.hasPerspective();
168 public boolean hasPerspective() {
950 if (hasPerspective()) {
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h     [all...]

Completed in 250 milliseconds