OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fDoDither
(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; }
93
bool
fDoDither
;
/external/skia/include/images/
SkImageRef.h
43
void setDitherImage(bool dither) {
fDoDither
= dither; }
93
bool
fDoDither
;
/external/chromium_org/third_party/skia/src/core/
SkBlitter_RGB16.cpp
73
SkBool8
fDoDither
;
281
if (
fDoDither
) {
303
int ditherInt = Bool2Int(
fDoDither
);
328
// TODO: respect
fDoDither
476
// TODO: respect
fDoDither
493
if (
fDoDither
) {
526
if ((
fDoDither
= paint.isDither()) != false) {
538
if (!
fDoDither
&& 256 == fScale) {
568
// TODO: respect
fDoDither
579
// TODO: respect
fDoDither
[
all
...]
/external/skia/src/core/
SkBlitter_RGB16.cpp
73
SkBool8
fDoDither
;
281
if (
fDoDither
) {
303
int ditherInt = Bool2Int(
fDoDither
);
328
// TODO: respect
fDoDither
476
// TODO: respect
fDoDither
493
if (
fDoDither
) {
526
if ((
fDoDither
= paint.isDither()) != false) {
538
if (!
fDoDither
&& 256 == fScale) {
568
// TODO: respect
fDoDither
579
// TODO: respect
fDoDither
[
all
...]
Completed in 2812 milliseconds