OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEV_H
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/tests/
FloatingPointTextureTest.cpp
22
static const int DEV_W = 100,
DEV_H
= 100;
23
static const int FP_CONTROL_ARRAY_SIZE = DEV_W *
DEV_H
* sizeof(float);
26
static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W,
DEV_H
);
45
desc.fHeight =
DEV_H
;
71
context->writeTexturePixels(fpTexture, 0, 0, DEV_W,
DEV_H
, desc.fConfig,
73
context->readTexturePixels(fpTexture, 0, 0, DEV_W,
DEV_H
, desc.fConfig, readBuffer, 0);
ReadPixelsTest.cpp
21
static const int DEV_W = 100,
DEV_H
= 100;
22
static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W,
DEV_H
);
24
DEV_H
* SK_Scalar1);
28
SkASSERT(y >= 0 && y <
DEV_H
);
99
bmp.allocN32Pixels(DEV_W,
DEV_H
);
101
for (int y = 0; y <
DEV_H
; ++y) {
249
SkIRect::MakeLTRB(-10, -10, DEV_W + 10,
DEV_H
+ 10),
251
SkIRect::MakeLTRB(DEV_W / 4,
DEV_H
/ 4, 3 * DEV_W / 4, 3 *
DEV_H
/ 4),
257
SkIRect::MakeLTRB(-10, -10, DEV_W / 4,
DEV_H
/ 4)
[
all
...]
WritePixelsTest.cpp
25
static const int DEV_W = 100,
DEV_H
= 100;
26
static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W,
DEV_H
);
28
DEV_H
* SK_Scalar1);
33
SkASSERT(y >= 0 && y <
DEV_H
);
118
bmp.allocN32Pixels(DEV_W,
DEV_H
);
119
for (int y = 0; y <
DEV_H
; ++y) {
209
canvasInfo.height() !=
DEV_H
||
217
for (int cy = 0; cy <
DEV_H
; ++cy) {
242
if (cy !=
DEV_H
-1) {
300
SkImageInfo info = SkImageInfo::MakeN32Premul(DEV_W,
DEV_H
);
[
all
...]
Completed in 79 milliseconds