Home
last modified time | relevance | path

Searched refs:SetLocalMatrixOp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListCanvas.cpp180 addStateOp(new (alloc()) SetLocalMatrixOp(matrix)); in setLocalMatrix()
DDisplayListOp.h492 class SetLocalMatrixOp : public StateOp {
494 SetLocalMatrixOp(const SkMatrix& matrix) in SetLocalMatrixOp() function