OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gData
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/tests/
InfRectTest.cpp
22
static const RectCenter
gData
[] = {
29
for (size_t index = 0; index < SK_ARRAY_COUNT(
gData
); ++index) {
31
gData
[index].fRect.centerX() ==
gData
[index].fCenter.x());
33
gData
[index].fRect.centerY() ==
gData
[index].fCenter.y());
DataRefTest.cpp
119
static const int
gData
[] = {
122
int count = SK_ARRAY_COUNT(
gData
);
124
SkAutoTUnref<SkDataTable> table(SkDataTable::NewArrayProc(
gData
,
125
sizeof(
gData
[0]), count, NULL, NULL));
/external/chromium_org/third_party/skia/gm/
twopointradial.cpp
84
static const int
gData
[] = {
93
int count = SK_ARRAY_COUNT(
gData
) / 6;
96
intToScalars(data, &
gData
[i * 6], 6);
dashing.cpp
66
}
gData
[] = {
77
for (size_t data = 0; data < SK_ARRAY_COUNT(
gData
); ++data) {
85
drawline(canvas,
gData
[data].fOnInterval * scale,
86
gData
[data].fOffInterval * scale,
348
}
gData
[] = {
361
for (size_t data = 0; data < SK_ARRAY_COUNT(
gData
); ++data) {
373
drawline(canvas,
gData
[data].fOnInterval * scale,
374
gData
[data].fOffInterval * scale,
xfermodes.cpp
48
static uint16_t
gData
[] = { 0xFFFF, 0xCCCF, 0xCCCF, 0xFFFF };
153
gData
, 4);
/external/chromium_org/third_party/skia/samplecode/
SampleAvoid.cpp
67
}
gData
[] = {
80
for (size_t i = 0; i < SK_ARRAY_COUNT(
gData
); i++) {
82
SK_ColorGREEN,
gData
[i].fTolerance,
gData
[i].fMode));
87
rr.offset(r.width() *
gData
[i].fDX/2, r.height() *
gData
[i].fDY/2);
SampleSkLayer.cpp
167
}
gData
[] = {
176
for (size_t i = 0; i < SK_ARRAY_COUNT(
gData
); i++) {
177
SkLayer* child = new TestLayer(
gData
[i].fColor);
178
child->setSize(
gData
[i].fWidth,
gData
[i].fHeight);
179
child->setPosition(
gData
[i].fPosX,
gData
[i].fPosY);
Completed in 67 milliseconds