Searched refs:resetMatrix (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Canvas_resetMatrix.cpp | 11 canvas->resetMatrix(); in REG_FIDDLE()
|
H A D | Canvas_SrcRectConstraint.cpp | 17 canvas->resetMatrix(); in REG_FIDDLE()
|
H A D | Canvas_drawText.cpp | 19 canvas->resetMatrix(); in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | dftext_blob_persp.cpp | 106 inputCanvas->resetMatrix();
|
H A D | textblobmixedsizes.cpp | 178 inputCanvas->resetMatrix();
|
H A D | dftext.cpp | 238 inputCanvas->resetMatrix();
|
/third_party/skia/tests/ |
H A D | CanvasTest.cpp | 362 c->resetMatrix(); 379 c->resetMatrix();
|
/third_party/skia/samplecode/ |
H A D | SampleFilterBounds.cpp | 240 canvas->resetMatrix();
|
H A D | SampleImageFilterDAG.cpp | 293 canvas->resetMatrix(); in draw_dag()
|
/third_party/skia/tools/debugger/ |
H A D | DebugCanvas.cpp | 134 originalCanvas->resetMatrix(); in drawTo()
|
/third_party/skia/include/core/ |
H A D | SkCanvas.h | 553 and resetMatrix(). Clip may be changed by clipRect(), clipRRect(), clipPath(), clipRegion(). 570 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(), 594 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(), 619 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(), 729 setMatrix(), and resetMatrix(). Clip may be changed by clipRect(), clipRRect(), 897 void resetMatrix();
|
/third_party/skia/fuzz/ |
H A D | FuzzCanvas.cpp | 1140 canvas->resetMatrix();
|
/third_party/skia/src/core/ |
H A D | SkCanvas.cpp | 1409 void SkCanvas::resetMatrix() { in resetMatrix() function in SkCanvas
|
Completed in 16 milliseconds