OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matb
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/
ColorMatrix.java
151
* as applying
matB
and then applying matA. It is legal for either matA or
152
*
matB
to be the same colormatrix as this.
154
public void setConcat(ColorMatrix matA, ColorMatrix
matB
) {
157
if (matA == this ||
matB
== this) {
165
final float[] b =
matB
.mArray;
/external/skia/src/utils/
SkColorMatrix.cpp
70
const SkColorMatrix&
matB
)
75
if (&matA == this || &
matB
== this)
79
const SkScalar* b =
matB
.fMat;
Completed in 23 milliseconds