Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListRenderer.cpp154 addStateOp(new (alloc()) SetMatrixOp(matrix)); in setMatrix()
DDisplayListOp.h480 class SetMatrixOp : public StateOp {
482 SetMatrixOp(const SkMatrix& matrix) in SetMatrixOp() function