Searched refs:DEV_H (Results 1 - 4 of 4) sorted by relevance

/external/dhcpcd-6.8.2/
H A Ddev.h27 #ifndef DEV_H
28 #define DEV_H macro
/external/skia/tests/
H A DFloatingPointTextureTest.cpp23 static const int DEV_W = 100, DEV_H = 100; variable
24 static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W, DEV_H);
44 desc.fHeight = DEV_H;
54 fpTexture->readPixels(0, 0, DEV_W, DEV_H, desc.fConfig, readBuffer.begin(), 0);
60 static const int FP_CONTROL_ARRAY_SIZE = DEV_W * DEV_H * 4/*RGBA*/;
69 static const int HALF_ALPHA_CONTROL_ARRAY_SIZE = DEV_W * DEV_H * 1 /*alpha-only*/;
78 static const int HALF_RGBA_CONTROL_ARRAY_SIZE = DEV_W * DEV_H * 4 /*RGBA*/;
H A DWritePixelsTest.cpp22 static const int DEV_W = 100, DEV_H = 100; variable
23 static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W, DEV_H);
25 DEV_H * SK_Scalar1);
30 SkASSERT(y >= 0 && y < DEV_H);
115 bmp.allocN32Pixels(DEV_W, DEV_H);
116 for (int y = 0; y < DEV_H; ++y) {
206 canvasInfo.height() != DEV_H ||
214 for (int cy = 0; cy < DEV_H; ++cy) {
239 if (cy != DEV_H -1) {
309 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H
[all...]
H A DReadPixelsTest.cpp22 static const int DEV_W = 100, DEV_H = 100; variable
23 static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W, DEV_H);
25 DEV_H * SK_Scalar1);
29 SkASSERT(y >= 0 && y < DEV_H);
100 bmp.allocN32Pixels(DEV_W, DEV_H);
102 for (int y = 0; y < DEV_H; ++y) {
126 texture->writePixels(0, 0, DEV_W, DEV_H, kSkia8888_GrPixelConfig, bmp.getPixels(),
284 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H + 10),
286 SkIRect::MakeLTRB(DEV_W / 4, DEV_H / 4, 3 * DEV_W / 4, 3 * DEV_H /
[all...]

Completed in 1802 milliseconds