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

/external/skia/src/core/
H A DSkBlitter_RGB16.cpp78 SkBool8 fDoDither; member in class:SkRGB16_Blitter
291 if (fDoDither) {
313 int ditherInt = Bool2Int(fDoDither);
338 // TODO: respect fDoDither
490 // TODO: respect fDoDither
507 if (fDoDither) {
540 if ((fDoDither = paint.isDither()) != false) {
557 if (fDoDither) {
565 if (!fDoDither && 256 == fScale) {
587 // TODO: respect fDoDither
[all...]

Completed in 34 milliseconds