HomeSort by relevance Sort by last modified time
    Searched refs:setMatrix (Results 76 - 100 of 110) sorted by null

1 2 34 5

  /external/skqp/tools/viewer/
SlideDir.cpp 201 fTarget->fMatrix->setMatrix(m);
  /external/swiftshader/src/OpenGL/compiler/
Types.h 597 void setMatrix(int s0, int s1)
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
LayerTests.java 371 canvas.setMatrix(identity);
380 canvas.setMatrix(scaledMatrix);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 229 tkhd.setMatrix(track.getTrackMetaData().getMatrix());
  /external/skia/samplecode/
SampleLitAtlas.cpp 144 canvas->setMatrix(m);
  /external/skia/src/core/
SkRecordDraw.cpp 95 DRAW(SetMatrix, setMatrix(SkMatrix::Concat(fInitialCTM, r.matrix)));
246 // Only Restore, SetMatrix, Concat, and Translate change the CTM.
249 void updateCTM(const SetMatrix& op) { fCTM = op.matrix; }
260 void trackBounds(const SetMatrix&) { this->pushControl(); }
SkLiteDL.cpp 53 M(Concat) M(SetMatrix) M(Translate) \
124 struct SetMatrix final : Op {
125 static const auto kType = Type::SetMatrix;
126 SetMatrix(const SkMatrix& matrix) : matrix(matrix) {}
129 c->setMatrix(SkMatrix::Concat(original, matrix));
517 void SkLiteDL::setMatrix(const SkMatrix& matrix) { this->push<SetMatrix>(0, matrix); }
SkPicturePlayback.cpp 80 // Record this, so we can concat w/ it if we encounter a setMatrix()
587 canvas->setMatrix(matrix);
  /external/skia/tests/
MatrixClipCollapseTest.cpp 249 canvas->setMatrix(m);
272 // TODO: this system currently converts a setMatrix to concat. If we wanted to
273 // really preserve the setMatrix semantics we should keep it a setMatrix. I'm
CanvasTest.cpp 399 SIMPLE_TEST_STEP(SetMatrix, setMatrix(d.fMatrix));
    [all...]
ReadPixelsTest.cpp 120 canvas->setMatrix(SkMatrix::I());
  /external/skqp/samplecode/
SampleLitAtlas.cpp 144 canvas->setMatrix(m);
  /external/skqp/src/core/
SkPicturePlayback.cpp 80 // Record this, so we can concat w/ it if we encounter a setMatrix()
579 canvas->setMatrix(matrix);
SkRecordDraw.cpp 91 DRAW(SetMatrix, setMatrix(SkMatrix::Concat(fInitialCTM, r.matrix)));
242 // Only Restore, SetMatrix, Concat, and Translate change the CTM.
245 void updateCTM(const SetMatrix& op) { fCTM = op.matrix; }
256 void trackBounds(const SetMatrix&) { this->pushControl(); }
SkLiteDL.cpp 53 M(Concat) M(SetMatrix) M(Translate) \
124 struct SetMatrix final : Op {
125 static const auto kType = Type::SetMatrix;
126 SetMatrix(const SkMatrix& matrix) : matrix(matrix) {}
129 c->setMatrix(SkMatrix::Concat(original, matrix));
511 void SkLiteDL::setMatrix(const SkMatrix& matrix) { this->push<SetMatrix>(0, matrix); }
  /external/skqp/tests/
MatrixClipCollapseTest.cpp 249 canvas->setMatrix(m);
272 // TODO: this system currently converts a setMatrix to concat. If we wanted to
273 // really preserve the setMatrix semantics we should keep it a setMatrix. I'm
CanvasTest.cpp 399 SIMPLE_TEST_STEP(SetMatrix, setMatrix(d.fMatrix));
    [all...]
ReadPixelsTest.cpp 120 canvas->setMatrix(SkMatrix::I());
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/
ObjectTracker.java 430 canvas.setMatrix(frameToCanvas);
  /external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/tracking/
ObjectTracker.java 430 canvas.setMatrix(frameToCanvas);
  /external/skia/gm/
compositor_quads.cpp     [all...]
  /external/skia/include/core/
SkCanvas.h 492 SkMatrix may be changed by translate(), scale(), rotate(), skew(), concat(), setMatrix(),
508 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(),
529 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(),
554 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(),
694 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(),
    [all...]
  /external/skia/platform_tools/android/apps/arcore/src/main/cpp/
hello_ar_application.cc 431 canvas->setMatrix(i);
    [all...]
  /external/skqp/include/core/
SkCanvas.h 499 SkMatrix may be changed by translate(), scale(), rotate(), skew(), concat(), setMatrix(),
515 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(),
536 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(),
561 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(),
691 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(),
    [all...]
  /external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
hello_ar_application.cc 431 canvas->setMatrix(i);
    [all...]

Completed in 2465 milliseconds

1 2 34 5