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:verbCnt
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/src/gpu/geometry/
H
A
D
GrStyledShape.cpp
93
const int
verbCnt
= path.countVerbs();
in path_key_from_data_size()
local
94
if (
verbCnt
> GrStyledShape::kMaxKeyFromDataVerbCnt) {
in path_key_from_data_size()
104
return 1 + (SkAlign4(
verbCnt
) >> 2) + 2 * pointCnt + conicWeightCnt;
in path_key_from_data_size()
111
const int
verbCnt
= path.countVerbs();
in write_path_key_from_data()
local
114
SkASSERT(
verbCnt
<= GrStyledShape::kMaxKeyFromDataVerbCnt);
in write_path_key_from_data()
115
SkASSERT(pointCnt &&
verbCnt
);
in write_path_key_from_data()
116
*key++ =
verbCnt
;
in write_path_key_from_data()
117
memcpy(key, SkPathPriv::VerbData(path),
verbCnt
* sizeof(uint8_t));
in write_path_key_from_data()
118
int verbKeySize = SkAlign4(
verbCnt
);
in write_path_key_from_data()
120
uint8_t* pad = reinterpret_cast<uint8_t*>(key)+
verbCnt
;
in write_path_key_from_data()
[all...]
/third_party/skia/src/core/
H
A
D
SkPath.cpp
3518
int
verbCnt
= path.fPathRef->countVerbs();
in IsRectContour()
local
3519
while (*currVerb <
verbCnt
&& (!allowPartial || !autoClose)) {
in IsRectContour()
Completed in 8 milliseconds