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:fPaints
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/gm/
H
A
D
ovals.cpp
50
fPaints
.push_back(p);
in makePaints()
57
fPaints
.push_back(p);
in makePaints()
66
fPaints
.push_back(p);
in makePaints()
74
fPaints
.push_back(p);
in makePaints()
83
fPaints
.push_back(p);
in makePaints()
164
for (int i = 0; i <
fPaints
.count(); ++i) {
176
fPaints
[i].setColor(color);
179
canvas->drawOval(kOval,
fPaints
[i]);
190
for (int i = 0; i <
fPaints
.count(); ++i) {
198
fPaints
[
301
SkTArray<SkPaint>
fPaints
;
global()
member in skiagm::OvalGM
[all...]
H
A
D
roundrects.cpp
60
fPaints
.push_back(p);
in makePaints()
67
fPaints
.push_back(p);
in makePaints()
76
fPaints
.push_back(p);
in makePaints()
84
fPaints
.push_back(p);
in makePaints()
93
fPaints
.push_back(p);
in makePaints()
167
for (int i = 0; i <
fPaints
.count(); ++i) {
179
fPaints
[i].setColor(color);
182
canvas->drawRRect(circleRRect,
fPaints
[i]);
193
for (int i = 0; i <
fPaints
.count(); ++i) {
204
fPaints
[
375
SkTArray<SkPaint>
fPaints
;
global()
member in skiagm::RoundRectGM
[all...]
H
A
D
badpaint.cpp
41
fPaints
.push_back().setColor(SK_ColorGREEN);
42
fPaints
.back().setShader(emptyBmp.makeShader(SkSamplingOptions()));
45
fPaints
.push_back().setColor(SK_ColorGREEN);
46
fPaints
.back().setShader(blueBmp.makeShader(SkSamplingOptions(), badMatrix));
51
for (int i = 0; i <
fPaints
.count(); ++i) {
52
canvas->drawRect(rect,
fPaints
[i]);
57
SkTArray<SkPaint>
fPaints
;
member in BadPaintGM
H
A
D
strokedlines.cpp
138
fPaints
.push_back(p);
148
fPaints
.push_back(p);
158
fPaints
.push_back(p);
174
fPaints
.push_back(p);
181
fPaints
.push_back(p);
209
SkASSERT(kNumRows ==
fPaints
.count() + fMatrices.count());
215
for (int i = 0; i <
fPaints
.count(); ++i) {
217
draw_row(canvas,
fPaints
[i], SkMatrix::I());
225
draw_row(canvas,
fPaints
[0], fMatrices[i]);
233
SkTArray<SkPaint>
fPaints
;
member in skiagm::StrokedLinesGM
[all...]
/third_party/skia/bench/
H
A
D
PathTextBench.cpp
76
fPaints
[i].setAntiAlias(true);
77
fPaints
[i].setColor(rand.nextU() | 0x80808080);
94
canvas->drawPath(glyph,
fPaints
[i]);
102
SkPaint
fPaints
[kNumDraws];
member in PathTextBench
/third_party/skia/src/core/
H
A
D
SkPictureData.cpp
48
fPaints
= record.
fPaints
;
in SkPictureData()
145
int numPaints =
fPaints
.count();
in flattenToBuffer()
148
for (const SkPaint& paint :
fPaints
) {
in flattenToBuffer()
418
fPaints
.push_back(buffer.readPaint());
in parseBufferTag()
540
return reader->validate(index > 0 && index <=
fPaints
.count()) ?
in optionalPaint()
541
&
fPaints
[index - 1] : nullptr;
in optionalPaint()
H
A
D
SkPictureData.h
142
SkTArray<SkPaint>
fPaints
;
member in SkPictureData
H
A
D
SkPictureRecord.h
236
SkTArray<SkPaint>
fPaints
;
member in SkPictureRecord
H
A
D
SkPictureRecord.cpp
843
fPaints
.push_back(*paint);
in addPaintPtr()
844
this->addInt(
fPaints
.count());
in addPaintPtr()
Completed in 6 milliseconds