HomeSort by relevance Sort by last modified time
    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 145 milliseconds