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