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:contourCount
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/tests/
H
A
D
SubsetPath.cpp
66
int
contourCount
= 0;
in SubsetContours()
local
78
++
contourCount
;
in SubsetContours()
86
contourCount
+= foundCurve;
in SubsetContours()
87
for (int index = 0; index <
contourCount
; ++index) {
in SubsetContours()
90
fTries =
contourCount
;
in SubsetContours()
99
int
contourCount
= 0;
in getSubsetPath()
local
134
if (++
contourCount
>= fSelected.count()) {
in getSubsetPath()
137
enabled = fSelected[
contourCount
];
in getSubsetPath()
H
A
D
PathOpsTightBoundsTest.cpp
17
int
contourCount
= ran.nextRangeU(1, 10);
in testTightBoundsLines()
local
18
for (int cIndex = 0; cIndex <
contourCount
; ++cIndex) {
in testTightBoundsLines()
62
int
contourCount
= ran.nextRangeU(1, 10);
in testTightBoundsQuads()
local
63
for (int cIndex = 0; cIndex <
contourCount
; ++cIndex) {
in testTightBoundsQuads()
/third_party/skia/src/core/
H
A
D
SkPath.cpp
2305
int
contourCount
= 0;
in computeConvexity()
local
2311
if (
contourCount
== 0) {
in computeConvexity()
2316
contourCount
++;
in computeConvexity()
2321
if (
contourCount
== 1) {
in computeConvexity()
2327
contourCount
++;
in computeConvexity()
Completed in 12 milliseconds