/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
MatrixTransform.java | 35 public void setMatrix(Matrix4f matrix) {
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
Texture.cpp | 42 void Texture::setMatrix(float const* matrix) {
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGTransform.cpp | 52 void SVGTransform::setMatrix(const AffineTransform& matrix)
|
/external/chromium_org/third_party/skia/src/core/ |
SkBBoxHierarchyRecord.cpp | 75 void SkBBoxHierarchyRecord::setMatrix(const SkMatrix& matrix) { 76 INHERITED::setMatrix(matrix);
|
/external/chromium_org/third_party/skia/src/utils/ |
SkCanvasStack.cpp | 64 * We need to handle setMatrix specially as it overwrites the matrix in each 68 void SkCanvasStack::setMatrix(const SkMatrix& matrix) { 75 fList[i]->setMatrix(tempMatrix); 77 this->SkCanvas::setMatrix(matrix);
|
SkLayer.cpp | 77 void SkLayer::setMatrix(const SkMatrix& matrix) { 202 canvas->setMatrix(getRootLayer()->getMatrix());
|
SkProxyCanvas.cpp | 57 void SkProxyCanvas::setMatrix(const SkMatrix& matrix) { 58 fProxy->setMatrix(matrix);
|
SkLuaCanvas.cpp | 143 void SkLuaCanvas::setMatrix(const SkMatrix& matrix) { 144 this->INHERITED::setMatrix(matrix);
|
SkNWayCanvas.cpp | 131 void SkNWayCanvas::setMatrix(const SkMatrix& matrix) { 134 iter->setMatrix(matrix); 136 this->INHERITED::setMatrix(matrix);
|
/external/skia/src/core/ |
SkBBoxHierarchyRecord.cpp | 75 void SkBBoxHierarchyRecord::setMatrix(const SkMatrix& matrix) { 76 INHERITED::setMatrix(matrix);
|
/external/skia/src/utils/ |
SkCanvasStack.cpp | 64 * We need to handle setMatrix specially as it overwrites the matrix in each 68 void SkCanvasStack::setMatrix(const SkMatrix& matrix) { 75 fList[i]->setMatrix(tempMatrix); 77 this->SkCanvas::setMatrix(matrix);
|
SkLayer.cpp | 77 void SkLayer::setMatrix(const SkMatrix& matrix) { 202 canvas->setMatrix(getRootLayer()->getMatrix());
|
SkProxyCanvas.cpp | 57 void SkProxyCanvas::setMatrix(const SkMatrix& matrix) { 58 fProxy->setMatrix(matrix);
|
SkLuaCanvas.cpp | 143 void SkLuaCanvas::setMatrix(const SkMatrix& matrix) { 144 this->INHERITED::setMatrix(matrix);
|
/frameworks/base/graphics/java/android/renderscript/ |
ScriptIntrinsicColorMatrix.java | 83 private void setMatrix() { 97 setMatrix(); 108 setMatrix(); 170 setMatrix(); 189 setMatrix(); 208 setMatrix();
|
/frameworks/native/libs/gui/ |
SurfaceControl.cpp | 147 status_t SurfaceControl::setMatrix(float dsdx, float dtdx, float dsdy, float dtdy) { 151 return client->setMatrix(mHandle, dsdx, dtdx, dsdy, dtdy);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicColorMatrix.java | 63 private void setMatrix() { 77 setMatrix(); 88 setMatrix(); 107 setMatrix(); 126 setMatrix(); 145 setMatrix();
|
/frameworks/base/services/java/com/android/server/wm/ |
BlackFrame.java | 69 void setMatrix(Matrix matrix) { 75 surface.setMatrix( 90 surface.setMatrix(1, 0, 0, 1); 181 public void setMatrix(Matrix matrix) { 184 mBlackSurfaces[i].setMatrix(matrix);
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
AffineTransform.h | 52 void setMatrix(double a, double b, double c, double d, double e, double f); 172 void setMatrix(const Transform m)
|
AffineTransform.cpp | 41 setMatrix(1, 0, 0, 1, 0, 0); 46 setMatrix(a, b, c, d, e, f); 51 setMatrix(1, 0, 0, 1, 0, 0); 54 void AffineTransform::setMatrix(double a, double b, double c, double d, double e, double f) 130 setMatrix(trans.m_transform);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/ |
TrackMetaData.java | 87 public void setMatrix(long[] m) {
|
/external/chromium_org/third_party/angle/src/compiler/ |
Types.h | 160 void setMatrix(bool m) { matrix = m; }
|
/external/chromium_org/third_party/skia/src/views/ |
SkWindow.cpp | 73 void SkWindow::setMatrix(const SkMatrix& matrix) { 83 this->setMatrix(m); 89 this->setMatrix(m);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
MovieHeaderBox.java | 223 public void setMatrix(long[] matrix) {
|
TrackHeaderBox.java | 221 public void setMatrix(long[] matrix) {
|