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:setupPaint
(Results
1 - 25
of
26
) sorted by relevance
1
2
/third_party/skia/bench/
H
A
D
RectBench.cpp
99
this->
setupPaint
(&paint);
104
void
setupPaint
(SkPaint* paint) override {
105
this->INHERITED::
setupPaint
(paint);
121
void
setupPaint
(SkPaint* paint) override {
122
this->INHERITED::
setupPaint
(paint);
146
void
setupPaint
(SkPaint* paint) override {
147
this->INHERITED::
setupPaint
(paint);
177
void
setupPaint
(SkPaint* paint) override {
178
this->INHERITED::
setupPaint
(paint);
244
this->
setupPaint
(
[all...]
H
A
D
DashBench.cpp
66
this->
setupPaint
(&paint);
233
this->
setupPaint
(&paint);
272
this->
setupPaint
(&p);
357
this->
setupPaint
(&p);
397
this->
setupPaint
(&p);
H
A
D
Benchmark.cpp
55
void Benchmark::
setupPaint
(SkPaint* paint) {
in setupPaint()
function in Benchmark
H
A
D
AAClipBench.cpp
47
this->
setupPaint
(&paint);
194
this->
setupPaint
(&paint);
H
A
D
ChromeBench.cpp
467
this->
setupPaint
(&paint);
H
A
D
BigPathBench.cpp
56
this->
setupPaint
(&paint);
H
A
D
LineBench.cpp
47
this->
setupPaint
(&paint);
H
A
D
GradientBench.cpp
195
this->
setupPaint
(&fPaint);
in GradientBench()
210
this->
setupPaint
(&fPaint);
in GradientBench()
328
this->
setupPaint
(&paint);
H
A
D
RepeatTileBench.cpp
69
this->
setupPaint
(&paint);
H
A
D
ShadowBench.cpp
82
this->
setupPaint
(&paint);
H
A
D
Benchmark.h
92
virtual void
setupPaint
(SkPaint* paint);
H
A
D
MorphologyBench.cpp
55
this->
setupPaint
(&paint);
H
A
D
BezierBench.cpp
84
this->
setupPaint
(&fRec.fPaint);
H
A
D
MatrixConvolutionBench.cpp
58
this->
setupPaint
(&paint);
H
A
D
TileBench.cpp
78
this->
setupPaint
(&paint);
H
A
D
StrokeBench.cpp
32
this->
setupPaint
(&paint);
H
A
D
BlurBench.cpp
56
this->
setupPaint
(&paint);
H
A
D
PathBench.cpp
58
this->
setupPaint
(&paint);
132
void
setupPaint
(SkPaint* paint) override {
133
PathBench::
setupPaint
(paint);
180
void
setupPaint
(SkPaint* paint) override {
181
CirclePathBench::
setupPaint
(paint);
H
A
D
BlurRectBench.cpp
56
this->
setupPaint
(&paint);
H
A
D
VertBench.cpp
124
this->
setupPaint
(&paint);
H
A
D
HairlinePathBench.cpp
56
this->
setupPaint
(&paint);
H
A
D
ShapesBench.cpp
211
this->
setupPaint
(&paint);
/third_party/skia/src/core/
H
A
D
SkStrikeSpec.cpp
111
SkPaint
setupPaint
;
in MakeWithNoDevice()
local
113
setupPaint
= *paint;
in MakeWithNoDevice()
117
font,
setupPaint
, SkSurfaceProps(), kFakeGammaAndBoostContrast, SkMatrix::I());
in MakeWithNoDevice()
/third_party/skia/samplecode/
H
A
D
SampleFatBits.cpp
137
void
setupPaint
(SkPaint* paint) {
in setupPaint()
function in FatBits
267
this->
setupPaint
(&paint);
in drawLine()
302
this->
setupPaint
(&paint);
in drawRect()
348
this->
setupPaint
(&paint);
in drawTriangle()
/third_party/skia/experimental/docs/
H
A
D
animationCommon.js
231
setupPaint
();
310
function
setupPaint
() {
function
Completed in 12 milliseconds
1
2