Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:setDither
(Results
1 - 25
of
36
) sorted by relevance
1
2
/third_party/skia/docs/examples/
H
A
D
blur4444.cpp
40
blrPaint.
setDither
(dither);
in REG_FIDDLE()
53
grdPaint.
setDither
(dither);
in REG_FIDDLE()
58
postPaint.
setDither
(postDither);
in REG_FIDDLE()
H
A
D
Paint_setDither.cpp
9
paint1.
setDither
(true);
in REG_FIDDLE()
H
A
D
Paint_isDither.cpp
11
paint.
setDither
(true);
in REG_FIDDLE()
H
A
D
dither1.cpp
11
colorPaint.
setDither
(dither);
in REG_FIDDLE()
H
A
D
Dither_a.cpp
12
colorPaint.
setDither
(dither);
in REG_FIDDLE()
H
A
D
Dither_b.cpp
17
paint.
setDither
(true);
in REG_FIDDLE()
/third_party/skia/gm/
H
A
D
gradients.cpp
204
paint.
setDither
(fDither);
261
paint.
setDither
(fDither);
313
paint.
setDither
(fDither);
410
paint.
setDither
(fDither);
473
paint.
setDither
(fDither);
505
paint.
setDither
(true);
567
paint1.
setDither
(fDither);
568
paint2.
setDither
(fDither);
569
paint3.
setDither
(fDither);
612
paint.
setDither
(fDithe
[all...]
H
A
D
tilemodes.cpp
43
paint.
setDither
(true);
in makebm()
114
p.
setDither
(true);
140
paint.
setDither
(true);
H
A
D
emboss.cpp
75
paint.
setDither
(true);
H
A
D
tilemodes_scaled.cpp
46
paint.
setDither
(true);
in makebm()
141
paint.
setDither
(true);
H
A
D
lcdtext.cpp
46
paint.
setDither
(true);
in drawText()
H
A
D
shallowgradient.cpp
70
paint.
setDither
(fDither);
H
A
D
bitmapfilters.cpp
48
p->
setDither
(true);
in draw_set()
H
A
D
gradients_no_texture.cpp
116
paint.
setDither
(fDither);
258
paint.
setDither
(fDither);
/third_party/skia/samplecode/
H
A
D
SampleEmboss.cpp
46
paint.
setDither
(true);
H
A
D
SampleSlides.cpp
221
paint.
setDither
(true);
in gradient_slide()
364
paint.
setDither
(true);
in mesh_slide()
H
A
D
SampleGradients.cpp
129
paint.
setDither
(true);
H
A
D
SampleVertices.cpp
76
paint.
setDither
(true);
/third_party/skia/src/effects/imagefilters/
H
A
D
SkShaderImageFilter.cpp
56
paint.
setDither
((bool) dither);
in Shader()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H
A
D
StateManager9.h
85
void
setDither
(bool dither);
H
A
D
StateManager9.cpp
364
setDither
(rasterState.dither);
in setBlendDepthRasterStates()
764
void StateManager9::
setDither
(bool dither)
in setDither()
function in rx::StateManager9
/third_party/skia/include/core/
H
A
D
SkPaint.h
176
void
setDither
(bool dither) { fBitfields.fDither = static_cast<unsigned>(dither); }
in setDither()
function in SkPaint
/third_party/skia/src/effects/
H
A
D
SkLayerDrawLooper.cpp
94
dst->
setDither
(di);
in ApplyInfo()
/third_party/skia/tests/
H
A
D
PaintTest.cpp
234
p.
setDither
(true);
/third_party/skia/src/core/
H
A
D
SkPaint.cpp
269
paint->
setDither
((packed & 2) != 0);
in unpack_v68()
Completed in 12 milliseconds
1
2