Searched refs:gridWidth (Results 1 – 2 of 2) sorted by relevance
35 jint gridWidth, jint gridHeight) in com_android_cts_verifier_camera_its_computeStatsImage() argument44 const int gw = gridWidth; in com_android_cts_verifier_camera_its_computeStatsImage()
119 final int gridWidth = scaleUp ? SMALL_GRID_SIZE : BIG_GRID_SIZE; in runScaleTest() local124 canvas.scale(1.0f * width / gridWidth, 1.0f * height / gridWidth); in runScaleTest()