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

1 2

  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 108 if (!drawState->getViewMatrix().hasPerspective() && drawState->getViewInverse(&vmi)) {
GrAAHairLinePathRenderer.cpp 211 bool persp = m.hasPerspective();
529 if (viewM.hasPerspective()) {
586 if (!drawState->getViewMatrix().hasPerspective()) {
GrAAConvexPathRenderer.cpp 208 GrAssert(!m.hasPerspective());
463 if (vm->hasPerspective()) {
GrDefaultPathRenderer.cpp 470 if (!drawState->getViewMatrix().hasPerspective() &&
SkGpuDevice.cpp     [all...]
  /external/skia/tests/
MatrixTest.cpp 181 if ((stretch < 0) != mat.hasPerspective()) {
185 REPORTER_ASSERT(reporter, (stretch < 0) == mat.hasPerspective());
187 if (mat.hasPerspective()) {
  /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 461 if (matrixDelegate.hasPerspective()) {
    [all...]
  /external/skia/legacy/src/core/
SkMatrix.cpp 168 if (this->hasPerspective()) {
186 if (this->hasPerspective()) {
806 if (this->hasPerspective()) {
821 int isPersp = this->hasPerspective();
    [all...]
SkShader.cpp 180 if (mat.hasPerspective()) {
SkDraw.cpp 880 if (matrix.hasPerspective()) {
    [all...]
SkScalerContext.cpp 725 SkASSERT(!matrix.hasPerspective());
  /external/skia/src/core/
SkMatrix.cpp 227 if (this->hasPerspective()) {
245 if (this->hasPerspective()) {
872 if (this->hasPerspective()) {
    [all...]
SkShader.cpp 155 if (mat.hasPerspective()) {
SkScalerContext.cpp 730 SkASSERT(!matrix.hasPerspective());
  /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; }
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp     [all...]
RenderObject.cpp     [all...]
RenderLayerBacking.cpp 440 if (style->hasPerspective()) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 274 if (m_drawTransform.hasPerspective()) {
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h     [all...]

Completed in 599 milliseconds

1 2