OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fMatrices
(Results
1 - 13
of
13
) sorted by null
/external/skia/gm/
circles.cpp
126
fMatrices
.push_back(m);
132
fMatrices
.push_back(m);
138
fMatrices
.push_back(m);
144
fMatrices
.push_back(m);
150
fMatrices
.push_back(m);
173
for (int j = 0; j <
fMatrices
.count(); ++j, ++i) {
179
canvas->concat(
fMatrices
[j]);
199
SkTArray<SkMatrix>
fMatrices
;
ovals.cpp
82
fMatrices
.push_back(m);
88
fMatrices
.push_back(m);
94
fMatrices
.push_back(m);
100
fMatrices
.push_back(m);
106
fMatrices
.push_back(m);
112
fMatrices
.push_back(m);
118
fMatrices
.push_back(m);
124
fMatrices
.push_back(m);
146
int maxX =
fMatrices
.count();
156
for (int j = 0; j <
fMatrices
.count(); ++j)
[
all
...]
roundrects.cpp
83
fMatrices
.push_back(m);
89
fMatrices
.push_back(m);
95
fMatrices
.push_back(m);
101
fMatrices
.push_back(m);
107
fMatrices
.push_back(m);
113
fMatrices
.push_back(m);
119
fMatrices
.push_back(m);
125
fMatrices
.push_back(m);
149
int maxX =
fMatrices
.count();
159
for (int j = 0; j <
fMatrices
.count(); ++j)
[
all
...]
rects.cpp
176
fMatrices
.push_back(m);
183
fMatrices
.push_back(m);
190
fMatrices
.push_back(m);
197
fMatrices
.push_back(m);
204
fMatrices
.push_back(m);
211
fMatrices
.push_back(m);
277
for (int i = 0; i <
fMatrices
.count(); ++i) {
281
canvas->concat(
fMatrices
[i]);
290
SkTArray<SkMatrix>
fMatrices
;
/external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.h
117
return &(*
fMatrices
)[index - 1];
213
SkTRefArray<SkMatrix>*
fMatrices
;
SkPicturePlayback.cpp
99
fMatrices
= record.
fMatrices
.unflattenToArray();
173
fMatrices
= SkSafeRef(src.
fMatrices
);
264
fMatrices
= NULL;
279
SkSafeUnref(
fMatrices
);
297
SafeCount(
fMatrices
), SafeCount(
fMatrices
) * sizeof(SkMatrix),
395
if ((n = SafeCount(
fMatrices
)) > 0) {
398
buffer.writeMatrix((*
fMatrices
)[i])
[
all
...]
SkPictureRecord.h
252
SkMatrixDictionary
fMatrices
;
SkPictureRecord.cpp
36
fMatrices
(&fFlattenableHeap),
[
all
...]
/external/skia/src/core/
SkPicturePlayback.h
117
return &(*
fMatrices
)[index - 1];
213
SkTRefArray<SkMatrix>*
fMatrices
;
SkPicturePlayback.cpp
99
fMatrices
= record.
fMatrices
.unflattenToArray();
173
fMatrices
= SkSafeRef(src.
fMatrices
);
264
fMatrices
= NULL;
279
SkSafeUnref(
fMatrices
);
297
SafeCount(
fMatrices
), SafeCount(
fMatrices
) * sizeof(SkMatrix),
395
if ((n = SafeCount(
fMatrices
)) > 0) {
398
buffer.writeMatrix((*
fMatrices
)[i])
[
all
...]
SkPictureRecord.h
252
SkMatrixDictionary
fMatrices
;
SkPictureRecord.cpp
36
fMatrices
(&fFlattenableHeap),
[
all
...]
/external/skia/tests/
CanvasTest.cpp
673
referenceRecord->
fMatrices
.count() ==
674
testRecord->
fMatrices
.count(), testStep->assertMessage());
675
for (int i = 0; i < referenceRecord->
fMatrices
.count(); ++i) {
677
EQ(referenceRecord->
fMatrices
[i], testRecord->
fMatrices
[i]),
[
all
...]
Completed in 44 milliseconds