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

1 2

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDeviceFlattener.cpp 75 if (!mustFlatten(d) && !(prePathMatrix && prePathMatrix->hasPerspective())) {
138 if (mustPathText(d, paint) || (matrix && matrix->hasPerspective())) {
147 return d.fMatrix->hasPerspective();
153 return d.fMatrix->hasPerspective();
SkPDFDevice.cpp 690 if (matrix.hasPerspective()) {
691 NOT_IMPLEMENTED(!matrix.hasPerspective(), false);
746 NOT_IMPLEMENTED(initialTransform.hasPerspective(), true);
    [all...]
  /external/skia/src/pdf/
SkPDFDeviceFlattener.cpp 75 if (!mustFlatten(d) && !(prePathMatrix && prePathMatrix->hasPerspective())) {
138 if (mustPathText(d, paint) || (matrix && matrix->hasPerspective())) {
147 return d.fMatrix->hasPerspective();
153 return d.fMatrix->hasPerspective();
SkPDFDevice.cpp 690 if (matrix.hasPerspective()) {
691 NOT_IMPLEMENTED(!matrix.hasPerspective(), false);
746 NOT_IMPLEMENTED(initialTransform.hasPerspective(), true);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 333 bool persp = m.hasPerspective();
746 if (viewM.hasPerspective()) {
794 if (viewM.hasPerspective()) {
856 if (drawState->getViewMatrix().hasPerspective()) {
    [all...]
GrDefaultPathRenderer.cpp 484 if (!drawState->getViewMatrix().hasPerspective() &&
GrAAConvexPathRenderer.cpp 215 SkASSERT(!m.hasPerspective());
647 if (viewMatrix.hasPerspective()) {
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 333 bool persp = m.hasPerspective();
746 if (viewM.hasPerspective()) {
794 if (viewM.hasPerspective()) {
856 if (drawState->getViewMatrix().hasPerspective()) {
    [all...]
GrDefaultPathRenderer.cpp 484 if (!drawState->getViewMatrix().hasPerspective() &&
GrAAConvexPathRenderer.cpp 215 SkASSERT(!m.hasPerspective());
647 if (viewMatrix.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() {
895 if (hasPerspective()) {
    [all...]
Path_Delegate.java 815 if (matrix.hasPerspective()) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 399 bool hasPerspective = false;
401 hasPerspective = style->hasPerspective();
402 bool needsChildTransformLayer = hasPerspective && (layerForChildrenTransform() == m_childTransformLayer.get()) && renderer->isBox();
    [all...]
CompositingRequirementsUpdater.cpp 209 if (renderer->style()->hasPerspective())
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.h 237 bool hasPerspective() const { return m_matrix[2][3] != 0.0f; }
  /external/chromium_org/third_party/skia/src/core/
SkShader.cpp 191 if (mat.hasPerspective()) {
SkMatrix.cpp 256 if (this->hasPerspective()) {
272 if (this->hasPerspective()) {
756 if (this->hasPerspective()) {
942 SkASSERT(!m.hasPerspective());
969 SkASSERT(m.hasPerspective());
    [all...]
  /external/skia/src/core/
SkShader.cpp 197 if (mat.hasPerspective()) {
SkMatrix.cpp 256 if (this->hasPerspective()) {
272 if (this->hasPerspective()) {
756 if (this->hasPerspective()) {
942 SkASSERT(!m.hasPerspective());
969 SkASSERT(m.hasPerspective());
    [all...]
  /external/chromium_org/third_party/skia/tests/
MatrixTest.cpp 205 REPORTER_ASSERT(reporter, (maxScale < 0) == mat.hasPerspective());
209 REPORTER_ASSERT(reporter, success == !mat.hasPerspective());
212 if (mat.hasPerspective()) {
  /external/skia/tests/
MatrixTest.cpp 205 REPORTER_ASSERT(reporter, (maxScale < 0) == mat.hasPerspective());
209 REPORTER_ASSERT(reporter, success == !mat.hasPerspective());
212 if (mat.hasPerspective()) {
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 78 bool hasPerspective() const {
SkCanvas.h 571 // TODO: add a hasPerspective method similar to getLocalClipBounds. This
572 // would cache the SkMatrix::hasPerspective result. Alternatively, have
573 // the MC stack just set a hasPerspective boolean as it is updated.
574 if (this->getTotalMatrix().hasPerspective()) {
    [all...]
  /external/skia/include/core/
SkMatrix.h 78 bool hasPerspective() const {
SkCanvas.h 570 // TODO: add a hasPerspective method similar to getLocalClipBounds. This
571 // would cache the SkMatrix::hasPerspective result. Alternatively, have
572 // the MC stack just set a hasPerspective boolean as it is updated.
573 if (this->getTotalMatrix().hasPerspective()) {
    [all...]

Completed in 617 milliseconds

1 2