Searched defs:setTransform (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3DummyStream.cpp73 status_t Camera3DummyStream::setTransform(int) { function in class:android::camera3::Camera3DummyStream
H A DCamera3OutputStream.cpp343 status_t Camera3OutputStream::setTransform(int transform) { function in class:android::camera3::Camera3OutputStream
H A DCamera3ZslStream.cpp341 status_t Camera3ZslStream::setTransform(int /*transform*/) { function in class:android::camera3::Camera3ZslStream
/frameworks/base/core/java/android/view/
H A DHardwareLayer.java118 public void setTransform(Matrix matrix) { method in class:HardwareLayer
H A DTextureView.java483 public void setTransform(Matrix transform) { method in class:TextureView
498 * @see #setTransform(android.graphics.Matrix)
512 mLayer.setTransform(mMatrix);
/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.h76 ANDROID_API void setTransform(const SkMatrix* matrix) { function in class:android::uirenderer::DeferredLayerUpdater
H A DGlopBuilder.h78 GlopBuilder& setTransform(const Snapshot& snapshot, const int transformFlags) { function in class:android::uirenderer::GlopBuilder
79 return setTransform(*snapshot.transform, transformFlags);
81 GlopBuilder& setTransform(const Matrix4& canvas, const int transformFlags);
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp172 QueueBufferInputBuilder& setTransform(uint32_t transform) { function in struct:android::IGraphicBufferProducerTest::QueueBufferInputBuilder
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java314 layerGraphics.setTransform(currentMtx);
406 graphics2D.setTransform(getTransform());
471 public void setTransform(AffineTransform transform) { method in class:GcSnapshot
474 layer.getGraphics().setTransform(transform);
480 mTransform.setTransform(transform);
711 layer.getGraphics().setTransform(mtx);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp1082 Error Layer::setTransform(Transform transform) function in class:HWC2::Layer
H A DHWC2On1Adapter.cpp2083 Error HWC2On1Adapter::Layer::setTransform(Transform transform) function in class:android::HWC2On1Adapter::Layer

Completed in 137 milliseconds