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:incReserve
(Results
1 - 20
of
20
) sorted by relevance
/third_party/skia/samplecode/
H
A
D
SampleChart.cpp
34
plot->
incReserve
(topData.count());
in gen_paths()
36
fill->
incReserve
(topData.count() + 2);
in gen_paths()
38
fill->
incReserve
(2 * topData.count());
in gen_paths()
H
A
D
SampleCircle.cpp
58
path->
incReserve
(n + 1);
in make_poly()
/third_party/skia/bench/
H
A
D
ChartBench.cpp
42
plot->
incReserve
(topData.count());
in gen_paths()
44
fill->
incReserve
(topData.count() + 2);
in gen_paths()
46
fill->
incReserve
(2 * topData.count());
in gen_paths()
H
A
D
PathOpsBench.cpp
123
void
incReserve
(int) {}
in incReserve()
function
128
b.
incReserve
(N * 12);
in run_builder()
/third_party/skia/include/core/
H
A
D
SkPathBuilder.h
209
void
incReserve
(int extraPtCount, int extraVerbCount);
210
void
incReserve
(int extraPtCount) {
in incReserve()
function in SkPathBuilder
211
this->
incReserve
(extraPtCount, extraPtCount);
in incReserve()
H
A
D
SkPath.h
544
void
incReserve
(int extraPtCount);
/third_party/skia/src/core/
H
A
D
SkPathBuilder.cpp
69
void SkPathBuilder::
incReserve
(int extraPtCount, int extraVbCount) {
in incReserve()
function in SkPathBuilder
379
this->
incReserve
(count * 2 + 1);
in arcTo()
667
this->
incReserve
(kPts, kVerbs);
in addRect()
683
this->
incReserve
(kPts, kVerbs);
in addOval()
722
this->
incReserve
(kVerbs);
in addRRect()
779
this->
incReserve
(count, count);
in polylineTo()
H
A
D
SkPath_serial.cpp
252
tmp.
incReserve
(pts);
in readFromMemory_EQ4Or5()
H
A
D
SkRegion_path.cpp
541
path->
incReserve
(count << 1);
H
A
D
SkPath.cpp
609
void SkPath::
incReserve
(int inc) {
in incReserve()
function in SkPath
803
this->
incReserve
(kVerbs);
in addRect()
961
this->
incReserve
(kVerbs);
in addRRect()
1064
this->
incReserve
(kVerbs);
in addOval()
1146
this->
incReserve
(count * 2 + 1);
in arcTo()
H
A
D
SkPathRef.cpp
27
(*pathRef)->
incReserve
(incReserveVerbs, incReservePoints);
in Editor()
H
A
D
SkStroke.cpp
409
fOuter.
incReserve
(src.countPoints() * 3);
in SkPathStroker()
411
fInner.
incReserve
(src.countPoints());
in SkPathStroker()
/third_party/skia/docs/examples/
H
A
D
Path_incReserve.cpp
16
path.
incReserve
(3 + 4 + 5 + 6 + 7 + 8 + 9);
in REG_FIDDLE()
/third_party/skia/modules/skottie/src/layers/shapelayer/
H
A
D
Polystar.cpp
58
poly.
incReserve
(fType == Type::kStar ? count * 2 : count);
/third_party/skia/modules/skottie/src/animator/
H
A
D
ShapeKeyframeAnimator.cpp
123
path.
incReserve
(1 + SkToInt(vertex_count * 3));
in operator SkPath()
/third_party/skia/include/private/
H
A
D
SkPathRef.h
412
void
incReserve
(int additionalVerbs, int additionalPoints) {
in incReserve()
function in final
/third_party/skia/tests/
H
A
D
PathMeasureTest.cpp
286
path.
incReserve
(100); // give shrinkToFit() something to do
in test_shrink()
H
A
D
PathTest.cpp
5518
shallowPath.
incReserve
(0xffffffff);
in DEF_TEST()
/third_party/skia/src/utils/
H
A
D
SkDashPath.cpp
255
dst->
incReserve
(n);
/third_party/skia/modules/canvaskit/
H
A
D
canvaskit_bindings.cpp
484
path.
incReserve
(numPts);
in PathAddVerbsPointsWeights()
Completed in 33 milliseconds