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:atVerb
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/gpu/tessellate/
H
A
D
StrokeIterator.h
65
if (this->
atVerb
(0) == Verb::kContourFinished) {
in next()
123
Verb prevVerb() const { return this->
atVerb
(0); }
in prevVerb()
126
Verb verb() const { return this->
atVerb
(1); }
in verb()
138
Verb
atVerb
(int i) const {
in atVerb()
function in skgpu::StrokeIterator
143
return this->
atVerb
(fQueueCount - 1);
in backVerb()
/third_party/skia/include/private/
H
A
D
SkPathRef.h
332
uint8_t
atVerb
(int index) const { return fVerbs[index]; }
in atVerb()
function in final
/third_party/skia/src/core/
H
A
D
SkPath.cpp
380
return kClose_Verb == fPathRef->
atVerb
(verbCount - 1);
in isLastContourClosed()
387
SkASSERT(kMove_Verb == fPathRef->
atVerb
(0));
in isLine()
388
if (kLine_Verb == fPathRef->
atVerb
(1)) {
in isLine()
757
switch (fPathRef->
atVerb
(count - 1)) {
in close()
3520
uint8_t verb = insertClose ? (uint8_t) SkPath::kClose_Verb : path.fPathRef->
atVerb
(*currVerb);
in IsRectContour()
/third_party/skia/tests/
H
A
D
PathTest.cpp
4244
REPORTER_ASSERT(reporter, SkPath::kMove_Verb == pathRef->
atVerb
(i));
in TestPathRef()
4255
REPORTER_ASSERT(reporter, SkPath::kLine_Verb == pathRef->
atVerb
(i));
in TestPathRef()
4266
REPORTER_ASSERT(reporter, SkPath::kQuad_Verb == pathRef->
atVerb
(i));
in TestPathRef()
4280
REPORTER_ASSERT(reporter, SkPath::kConic_Verb == pathRef->
atVerb
(i));
in TestPathRef()
4291
REPORTER_ASSERT(reporter, SkPath::kCubic_Verb == pathRef->
atVerb
(i));
in TestPathRef()
Completed in 17 milliseconds