HomeSort by relevance Sort by last modified time
    Searched refs:DEV_H (Results 1 - 5 of 5) sorted by null

  /external/dhcpcd-6.8.2/
dev.h 27 #ifndef DEV_H
28 #define DEV_H
  /external/skia/tests/
FloatingPointTextureTest.cpp 25 static const int DEV_W = 100, DEV_H = 100;
26 static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W, DEV_H);
52 desc.fHeight = DEV_H;
68 0, 0, DEV_W, DEV_H,
77 static const int RGBA32F_CONTROL_ARRAY_SIZE = DEV_W * DEV_H * 4;
86 static const int RG32F_CONTROL_ARRAY_SIZE = DEV_W * DEV_H * 2;
94 static const int HALF_ALPHA_CONTROL_ARRAY_SIZE = DEV_W * DEV_H * 1 /*alpha-only*/;
103 static const int HALF_RGBA_CONTROL_ARRAY_SIZE = DEV_W * DEV_H * 4 /*RGBA*/;
PackedConfigsTextureTest.cpp 22 static const int DEV_W = 10, DEV_H = 10;
23 static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W, DEV_H);
46 for (int j = 0; j < DEV_H; ++j) {
48 uint16_t control = controlData[i + j * DEV_H];
49 uint32_t test = readBuffer[i + j * DEV_H];
77 for (int j = 0; j < DEV_H; ++j) {
79 uint16_t control = controlData[i + j * DEV_H];
80 GrColor test = readBuffer[i + j * DEV_H];
112 const SkImageInfo dstInfo = SkImageInfo::Make(DEV_W, DEV_H,
119 desc.fHeight = DEV_H;
    [all...]
WritePixelsTest.cpp 22 static const int DEV_W = 100, DEV_H = 100;
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) {
208 canvasInfo.height() != DEV_H ||
216 for (int cy = 0; cy < DEV_H; ++cy) {
241 if (cy != DEV_H -1) {
310 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H + 10)
    [all...]
ReadPixelsTest.cpp 26 static const int DEV_W = 100, DEV_H = 100;
27 static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W, DEV_H);
29 DEV_H * SK_Scalar1);
33 SkASSERT(y >= 0 && y < DEV_H);
104 bmp.allocN32Pixels(DEV_W, DEV_H);
106 for (int y = 0; y < DEV_H; ++y) {
300 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H + 10),
302 SkIRect::MakeLTRB(DEV_W / 4, DEV_H / 4, 3 * DEV_W / 4, 3 * DEV_H / 4),
308 SkIRect::MakeLTRB(-10, -10, DEV_W / 4, DEV_H / 4)
    [all...]

Completed in 216 milliseconds