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:fCurrVerb
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkEdgeClipper.cpp
50
fCurrVerb
= fVerbs;
in clipLine()
59
*
fCurrVerb
= SkPath::kDone_Verb;
in clipLine()
61
fCurrVerb
= fVerbs;
in clipLine()
223
fCurrVerb
= fVerbs;
in clipQuad()
236
SkASSERT(
fCurrVerb
- fVerbs < kMaxVerbs);
in clipQuad()
242
*
fCurrVerb
= SkPath::kDone_Verb;
in clipQuad()
244
fCurrVerb
= fVerbs;
in clipQuad()
419
fCurrVerb
= fVerbs;
in clipCubic()
440
SkASSERT(
fCurrVerb
- fVerbs < kMaxVerbs);
in clipCubic()
447
*
fCurrVerb
in clipCubic()
[all...]
H
A
D
SkEdgeClipper.h
38
SkPath::Verb*
fCurrVerb
;
member in SkEdgeClipper
H
A
D
SkQuadClipper.h
45
SkPath::Verb*
fCurrVerb
;
member in SkQuadClipper2
H
A
D
SkPath.cpp
2378
const uint8_t*
fCurrVerb
;
member in ContourIter
2389
fCurrVerb
= pathRef.verbsBegin();
in ContourIter()
2397
if (
fCurrVerb
>= fStopVerbs) {
in next()
2407
SkASSERT(SkPath::kMove_Verb ==
fCurrVerb
[0]);
in next()
2409
const uint8_t* verbs =
fCurrVerb
;
in next()
2436
fCurrVerb
= verbs;
in next()
/third_party/skia/samplecode/
H
A
D
SampleVariableWidthStroker.cpp
339
SkPath
fCurrVerb
;
361
fCurrVerb
.rewind();
362
fCurrVerb
.moveTo(fPreviousPoint);
365
fCurrVerb
.lineTo(pts[1]);
368
fCurrVerb
.quadTo(pts[1], pts[2]);
371
fCurrVerb
.cubicTo(pts[1], pts[2], pts[3]);
374
fCurrVerb
.conicTo(pts[1], pts[2], fIter.conicWeight());
384
fCurrVerb
.getLastPt(&fPreviousPoint);
385
fMeas.setPath(&
fCurrVerb
, false);
/third_party/skia/bench/
H
A
D
PathBench.cpp
336
fCurrVerb
= 0;
in restartMakingPaths()
343
int verb = fVerbs[(
fCurrVerb
++) & (kNumVerbs - 1)];
in makePath()
395
int
fCurrVerb
;
member in RandomPathBench
Completed in 19 milliseconds