OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:postmatrix
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/graphics/java/android/graphics/
ColorMatrix.java
191
* Concat this colormatrix with the specified
postmatrix
. This is logically
192
* the same as calling setConcat(
postmatrix
, this);
194
public void postConcat(ColorMatrix
postmatrix
) {
195
setConcat(
postmatrix
, this);
Completed in 30 milliseconds