Searched refs:getRecordedMatrix (Results 1 – 5 of 5) sorted by relevance
68 canvas->concat(childNode->getRecordedMatrix()); in onDraw()120 canvas->concat(childNode->getRecordedMatrix()); in onDraw()177 mat4 hwuiMatrix(caster->getRecordedMatrix()); in drawShadow()
78 const SkMatrix& getRecordedMatrix() const { return mRecordedTransform; } in getRecordedMatrix() function
67 canvas->concat(child.getRecordedMatrix()); in drawBackwardsProjectedNodes()76 mat4 hwuiMatrix(child.getRecordedMatrix()); in drawBackwardsProjectedNodes()
120 Matrix4 mat4(child.getRecordedMatrix()); in prepareListAndChildren()
60 ASSERT_EQ(drawable.getRecordedMatrix(), canvas.getTotalMatrix()); in TEST()