Home
last modified time | relevance | path

Searched refs:kHeight (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DPaintFlagsDrawFilterTest.java115 int kHeight = 5; in testPaintFlagsDrawFilter2() local
118 Bitmap grid = Bitmap.createBitmap(kWidth, kHeight, Config.ARGB_8888); in testPaintFlagsDrawFilter2()
120 for (int j = 0; j < kHeight; ++j) { in testPaintFlagsDrawFilter2()
130 Bitmap dst = Bitmap.createBitmap(kWidth * kScale, kHeight * kScale, Config.ARGB_8888); in testPaintFlagsDrawFilter2()