OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkAutoTArray
(Results
1 - 25
of
63
) sorted by null
1
2
3
/external/skia/gm/
getpostextpath.cpp
41
SkAutoTArray
<SkPoint> pos(len);
42
SkAutoTArray
<SkScalar> widths(len);
pdf_never_embed.cpp
17
SkAutoTArray
<SkScalar> widths(SkToInt(textLen));
19
SkAutoTArray
<SkPoint> pos(SkToInt(textLen));
scaledemoji.cpp
110
SkAutoTArray
<SkPoint> pos(len);
111
SkAutoTArray
<SkScalar> widths(len);
skbug_257.cpp
36
SkAutoTArray
<SkScalar> widths(count);
38
SkAutoTArray
<SkPoint> pos(count);
52
SkAutoTArray
<SkScalar> widths(count);
54
SkAutoTArray
<SkScalar> pos(count);
dftext.cpp
117
SkAutoTArray
<SkPoint> pos(SkToInt(textLen));
118
SkAutoTArray
<SkScalar> widths(SkToInt(textLen));
pathcontourstart.cpp
116
SkAutoTArray
<SkPoint> points(n);
strokerect.cpp
34
SkAutoTArray
<SkPoint> points(n);
/external/skia/src/gpu/
GrPath.cpp
45
SkAutoTArray
<uint32_t> key0(cnt0);
46
SkAutoTArray
<uint32_t> key1(cnt0);
GrTestUtils.h
83
SkAutoTArray
<SkScalar> fIntervals;
/external/skqp/gm/
getpostextpath.cpp
41
SkAutoTArray
<SkPoint> pos(len);
42
SkAutoTArray
<SkScalar> widths(len);
pdf_never_embed.cpp
17
SkAutoTArray
<SkScalar> widths(SkToInt(textLen));
19
SkAutoTArray
<SkPoint> pos(SkToInt(textLen));
skbug_257.cpp
36
SkAutoTArray
<SkScalar> widths(count);
38
SkAutoTArray
<SkPoint> pos(count);
52
SkAutoTArray
<SkScalar> widths(count);
54
SkAutoTArray
<SkScalar> pos(count);
dftext.cpp
117
SkAutoTArray
<SkPoint> pos(SkToInt(textLen));
118
SkAutoTArray
<SkScalar> widths(SkToInt(textLen));
/external/skqp/src/gpu/
GrPath.cpp
45
SkAutoTArray
<uint32_t> key0(cnt0);
46
SkAutoTArray
<uint32_t> key1(cnt0);
GrTestUtils.h
83
SkAutoTArray
<SkScalar> fIntervals;
/external/skia/bench/
HardStopGradientBench_ScaleNumHardStops.cpp
53
SkAutoTArray
<SkColor> colors(fColorCount);
60
SkAutoTArray
<SkScalar> positions(fColorCount);
PathBench.cpp
389
SkAutoTArray
<int> fVerbCnts;
390
SkAutoTArray
<SkPath::Verb> fVerbs;
391
SkAutoTArray
<SkPoint> fPoints;
459
SkAutoTArray
<SkPath> fPaths;
460
SkAutoTArray
<SkPath> fCopies;
505
SkAutoTArray
<SkPath> fPaths;
506
SkAutoTArray
<SkPath> fTransformed;
547
SkAutoTArray
<SkPath> fPaths;
548
SkAutoTArray
<SkPath> fCopies;
644
SkAutoTArray
<SkPath> fPaths0
[
all
...]
/external/skqp/bench/
HardStopGradientBench_ScaleNumHardStops.cpp
53
SkAutoTArray
<SkColor> colors(fColorCount);
60
SkAutoTArray
<SkScalar> positions(fColorCount);
PathBench.cpp
389
SkAutoTArray
<int> fVerbCnts;
390
SkAutoTArray
<SkPath::Verb> fVerbs;
391
SkAutoTArray
<SkPoint> fPoints;
459
SkAutoTArray
<SkPath> fPaths;
460
SkAutoTArray
<SkPath> fCopies;
505
SkAutoTArray
<SkPath> fPaths;
506
SkAutoTArray
<SkPath> fTransformed;
547
SkAutoTArray
<SkPath> fPaths;
548
SkAutoTArray
<SkPath> fCopies;
644
SkAutoTArray
<SkPath> fPaths0
[
all
...]
/external/skia/src/gpu/text/
GrDistanceFieldAdjustTable.cpp
65
SkAutoTArray
<uint8_t> data((int)size);
/external/skqp/src/gpu/text/
GrDistanceFieldAdjustTable.cpp
65
SkAutoTArray
<uint8_t> data((int)size);
/external/skia/include/private/
SkTemplates.h
87
template <typename T> class
SkAutoTArray
: SkNoncopyable {
89
SkAutoTArray
() {
95
explicit
SkAutoTArray
(int count) {
116
~
SkAutoTArray
() { delete[] fArray; }
129
void swap(
SkAutoTArray
& other) {
139
/** Wraps
SkAutoTArray
, with room for kCountRequested elements preallocated.
/external/skqp/include/private/
SkTemplates.h
87
template <typename T> class
SkAutoTArray
: SkNoncopyable {
89
SkAutoTArray
() {
95
explicit
SkAutoTArray
(int count) {
116
~
SkAutoTArray
() { delete[] fArray; }
129
void swap(
SkAutoTArray
& other) {
139
/** Wraps
SkAutoTArray
, with room for kCountRequested elements preallocated.
/external/skia/tests/
AsADashTest.cpp
48
SkAutoTArray
<SkScalar> intervals(info.fCount);
/external/skqp/tests/
AsADashTest.cpp
46
SkAutoTArray
<SkScalar> intervals(info.fCount);
Completed in 614 milliseconds
1
2
3