OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setDitherImage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/images/
SkImageRef.h
43
void
setDitherImage
(bool dither) { fDoDither = dither; }
/external/skia/include/images/
SkImageRef.h
43
void
setDitherImage
(bool dither) { fDoDither = dither; }
/external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h
87
void
setDitherImage
(bool dither) { fDitherImage = dither; }
/external/skia/include/core/
SkImageDecoder.h
87
void
setDitherImage
(bool dither) { fDitherImage = dither; }
Completed in 156 milliseconds