HomeSort by relevance Sort by last modified time
    Searched defs:rgb2gray (Results 1 - 3 of 3) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.cpp 116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) function in class:ImageUtils
146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) function in class:ImageUtils
  /external/chromium_org/third_party/skia/samplecode/
ClockFaceView.cpp 23 static inline SkPMColor rgb2gray(SkPMColor c) { function
38 result[i] = rgb2gray(src[i]);
SampleAll.cpp 44 static inline SkPMColor rgb2gray(SkPMColor c) { function
59 result[i] = rgb2gray(src[i]);

Completed in 260 milliseconds