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

  /external/skia/tests/
FloatingPointTextureTest.cpp 25 static const int DEV_W = 100, DEV_H = 100;
26 static const int FP_CONTROL_ARRAY_SIZE = DEV_W * DEV_H * 4/*RGBA*/;
29 static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W, DEV_H);
48 desc.fHeight = DEV_H;
69 fpTexture->readPixels(0, 0, DEV_W, DEV_H, desc.fConfig, readBuffer.begin(), 0);
76 static const int HALF_CONTROL_ARRAY_SIZE = DEV_W * DEV_H * 1 /*alpha-only*/;
95 desc.fHeight = DEV_H;
116 fpTexture->readPixels(0, 0, DEV_W, DEV_H, desc.fConfig, readBuffer.begin(), 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 397 milliseconds