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

1 2

  /external/chromium_org/third_party/skia/src/gpu/
GrAARectRenderer.h 49 if (combinedMatrix.rectStaysRect()) {
GrAARectRenderer.cpp 485 if (combinedMatrix.rectStaysRect()) {
671 SkASSERT(combinedMatrix.rectStaysRect());
    [all...]
GrOvalRenderer.cpp 479 } else if (vm.rectStaysRect()) {
610 bool isAxisAlignedEllipse = drawState->getViewMatrix().rectStaysRect();
    [all...]
SkGpuDevice.cpp 629 if (!usePath && paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) {
678 if (!usePath && !fContext->getMatrix().rectStaysRect()) {
    [all...]
  /external/skia/src/gpu/
GrAARectRenderer.h 49 if (combinedMatrix.rectStaysRect()) {
GrAARectRenderer.cpp 485 if (combinedMatrix.rectStaysRect()) {
671 SkASSERT(combinedMatrix.rectStaysRect());
    [all...]
GrOvalRenderer.cpp 479 } else if (vm.rectStaysRect()) {
610 bool isAxisAlignedEllipse = drawState->getViewMatrix().rectStaysRect();
    [all...]
SkGpuDevice.cpp 629 if (!usePath && paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) {
678 if (!usePath && !fContext->getMatrix().rectStaysRect()) {
    [all...]
  /frameworks/base/core/jni/android/graphics/
Matrix.cpp 51 static jboolean rectStaysRect(JNIEnv* env, jobject clazz, SkMatrix* obj) {
52 return obj->rectStaysRect();
311 jboolean rectStaysRect = matrix->mapRect(&dst_, src_);
313 return rectStaysRect;
365 {"native_rectStaysRect","(I)Z", (void*) SkMatrixGlue::rectStaysRect},
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 71 bool rectStaysRect() const {
77 // alias for rectStaysRect()
78 bool preservesAxisAlignment() const { return this->rectStaysRect(); }
472 @return the result of calling rectStaysRect()
480 @return the result of calling rectStaysRect()
  /external/chromium_org/third_party/skia/src/core/
SkPathRef.cpp 71 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1;
103 (*dst)->fIsOval = src.fIsOval && matrix.rectStaysRect();
  /external/skia/include/core/
SkMatrix.h 71 bool rectStaysRect() const {
77 // alias for rectStaysRect()
78 bool preservesAxisAlignment() const { return this->rectStaysRect(); }
472 @return the result of calling rectStaysRect()
480 @return the result of calling rectStaysRect()
  /external/skia/src/core/
SkPathRef.cpp 71 bool canXformBounds = !src.fBoundsIsDirty && matrix.rectStaysRect() && src.countPoints() > 1;
103 (*dst)->fIsOval = src.fIsOval && matrix.rectStaysRect();
  /external/skia/tests/
MatrixTest.cpp 94 REPORTER_ASSERT(reporter, matrix.rectStaysRect());
99 REPORTER_ASSERT(reporter, matrix.rectStaysRect());
105 REPORTER_ASSERT(reporter, matrix.rectStaysRect());
111 REPORTER_ASSERT(reporter, matrix.rectStaysRect());
732 // rectStaysRect test
766 m.rectStaysRect() == gRectStaysRectSamples[i].mStaysRect);
Matrix44Test.cpp 267 REPORTER_ASSERT(reporter, rot3x3.rectStaysRect());
  /cts/tests/tests/graphics/src/android/graphics/cts/
MatrixTest.java 46 assertTrue(mMatrix.rectStaysRect());
48 assertFalse(mMatrix.rectStaysRect());
  /external/chromium_org/skia/ext/
analysis_canvas.cc 46 if (!draw.fMatrix->rectStaysRect())
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp 317 return !context->getTotalMatrix().rectStaysRect();
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 383 if (!matrix.rectStaysRect()) {
  /external/skia/src/effects/
SkDashPathEffect.cpp 383 if (!matrix.rectStaysRect()) {
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 711 final boolean transformed = !m.rectStaysRect();
    [all...]
Matrix.java 252 public boolean rectStaysRect() {
694 * @return the result of calling rectStaysRect()
709 * @return the result of calling rectStaysRect()
  /frameworks/base/libs/hwui/
Matrix.cpp 179 // so we need the extra rectStaysRect() check
181 if (v.rectStaysRect()) {
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 675 if (!canvas->getTotalMatrix().rectStaysRect()) {
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 675 if (!canvas->getTotalMatrix().rectStaysRect()) {
    [all...]

Completed in 1496 milliseconds

1 2