Home
last modified time | relevance | path

Searched refs:rgb2gray (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DClockFaceView.cpp23 static inline SkPMColor rgb2gray(SkPMColor c) { in rgb2gray() function
38 result[i] = rgb2gray(src[i]); in filterSpan()
DSampleAll.cpp41 static inline SkPMColor rgb2gray(SkPMColor c) { in rgb2gray() function
56 result[i] = rgb2gray(src[i]); in filterSpan()