OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fDither
(Results
1 - 6
of
6
) sorted by null
/external/skia/bench/
SkBenchmark.h
42
fDither
= state;
75
SkTriState::State
fDither
;
SkBenchmark.cpp
11
fDither
= SkTriState::kDefault;
32
if (SkTriState::kDefault !=
fDither
) {
33
paint->setDither(SkTriState::kTrue ==
fDither
);
/external/skia/samplecode/
SampleDecode.cpp
9
bool
fDither
;
29
codec->setDitherImage(gRec[i].
fDither
);
/external/skia/gpu/include/
GrPaint.h
42
bool
fDither
;
121
fDither
= paint.
fDither
;
226
fDither
= false;
/external/skia/src/gpu/
SkGpuDevice.cpp
355
grPaint->
fDither
= skPaint.isDither();
[
all
...]
/external/skia/gpu/src/
GrContext.cpp
[
all
...]
Completed in 35 milliseconds