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

  /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...]
Path_Delegate.java 796 if (matrix.hasPerspective()) {
Canvas_Delegate.java 456 if (matrixDelegate.hasPerspective()) {
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 164 if (this->hasPerspective()) {
182 if (this->hasPerspective()) {
767 if (this->hasPerspective()) {
782 int isPersp = this->hasPerspective();
964 SkASSERT(!m.hasPerspective());
    [all...]
SkShader.cpp 188 if (mat.hasPerspective()) {
SkDraw.cpp 846 if (matrix.hasPerspective()) {
    [all...]
SkCanvas.cpp     [all...]
SkPaint.cpp     [all...]
SkPath.cpp 952 if (matrix.hasPerspective()) {
    [all...]
  /external/skia/include/core/
SkMatrix.h 79 bool hasPerspective() const {
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 239 bool hasPerspective() const { return m_matrix[2][3] != 0.0f; }
  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp     [all...]
RenderObject.cpp     [all...]
RenderLayerBacking.cpp 440 if (style->hasPerspective()) {
    [all...]
RenderLayer.cpp 755 if (!style->hasPerspective())
    [all...]
  /external/skia/gpu/src/
GrGpuGLShaders.cpp 751 } else if (!getSamplerMatrix(s).hasPerspective()) {
    [all...]
GrMatrix.cpp 248 bool GrMatrix::hasPerspective() const {
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h     [all...]
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 511 milliseconds