Searched refs:getRecordedMatrix (Results 1 – 5 of 5) sorted by relevance
62 canvas->concat(childNode->getRecordedMatrix()); in onDraw()114 canvas->concat(childNode->getRecordedMatrix()); in onDraw()171 mat4 hwuiMatrix(caster->getRecordedMatrix()); in drawShadow()
77 const SkMatrix& getRecordedMatrix() const { return mRecordedTransform; } in getRecordedMatrix() function
55 canvas->concat(child.getRecordedMatrix()); in drawBackwardsProjectedNodes()64 mat4 hwuiMatrix(child.getRecordedMatrix()); in drawBackwardsProjectedNodes()
98 Matrix4 mat4(child.getRecordedMatrix()); in prepareListAndChildren()
56 ASSERT_EQ(drawable.getRecordedMatrix(), canvas.getTotalMatrix()); in TEST()