OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetMatrixOp
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
DisplayListOp.h
468
class
SetMatrixOp
: public StateOp {
470
SetMatrixOp
(const SkMatrix& matrix)
[
all
...]
DisplayListCanvas.cpp
170
addStateOp(new (alloc())
SetMatrixOp
(matrix));
Completed in 60 milliseconds