OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cmatrix
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterHue.java
26
private ColorSpaceMatrix
cmatrix
= null;
field in class:ImageFilterHue
30
cmatrix
= new ColorSpaceMatrix();
57
cmatrix
.identity();
58
cmatrix
.setHue(value);
60
nativeApplyFilter(bitmap, w, h,
cmatrix
.getMatrix());
/prebuilts/tools/common/netbeans-visual/
org-openide-util.jar
Completed in 28 milliseconds