Searched refs:rgb2gray (Results 1 - 3 of 3) sorted by relevance

/external/skia/samplecode/
H A DClockFaceView.cpp21 static inline SkPMColor rgb2gray(SkPMColor c) function
37 result[i] = rgb2gray(src[i]);
H A DSampleTextEffects.cpp21 static inline SkPMColor rgb2gray(SkPMColor c) { function
36 result[i] = rgb2gray(src[i]);
H A DSampleAll.cpp41 static inline SkPMColor rgb2gray(SkPMColor c) { function
55 result[i] = rgb2gray(src[i]);

Completed in 78 milliseconds