Searched refs:transformMatrix (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DProgram.cpp154 const mat4& transformMatrix, bool offset) {
172 mat4 t(transformMatrix);
153 set(const mat4& projectionMatrix, const mat4& modelViewMatrix, const mat4& transformMatrix, bool offset) argument
H A DProgram.h389 const mat4& transformMatrix, bool offset = false);
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp375 const SkMatrix* transformMatrix = renderNode->stagingProperties().getTransformMatrix(); local
377 if (transformMatrix) {
378 *outMatrix = *transformMatrix;
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp1191 hidl_array<float, 16> const& transformMatrix) {
1205 std::copy(transformMatrix.data(),
1206 transformMatrix.data() + 16,
/frameworks/base/core/java/android/view/
H A DViewGroup.java5733 Matrix transformMatrix;
5738 transformMatrix = attachInfo.mTmpMatrix;
5739 transformMatrix.set(t.getMatrix());
5741 transformMatrix.preConcat(childMatrix);
5744 transformMatrix = childMatrix;
5747 transformMatrix = childMatrix;
5749 transformMatrix.mapRect(boundingRect);

Completed in 426 milliseconds