HomeSort by relevance Sort by last modified time
    Searched defs:gridHeight (Results 1 - 9 of 9) sorted by null

  /external/skia/tools/
PictureRenderingFlags.cpp 361 int gridHeight = atoi(FLAGS_bbh[2]);
362 renderer->setGridSize(gridWidth, gridHeight);
  /external/chromium_org/third_party/skia/tools/
PictureRenderingFlags.cpp 362 int gridHeight = atoi(FLAGS_bbh[2]);
363 renderer->setGridSize(gridWidth, gridHeight);
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 274 int gridHeight = 4;
276 int cellHeight = viewport.height / gridHeight;
317 for (int gridY = 0; gridY < gridHeight; gridY++)
324 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 267 int gridHeight = 4;
269 int cellHeight = viewport.height / gridHeight;
310 for (int gridY = 0; gridY < gridHeight; gridY++)
317 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 271 int gridHeight = 4;
273 int cellHeight = viewport.height / gridHeight;
310 for (int gridY = 0; gridY < gridHeight; gridY++)
317 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
362 for (int gridY = 0; gridY < gridHeight; gridY++)
369 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 396 static void renderFloatReference (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight, int numComponents, const float* vertices)
400 const float cellH = (float)dst.getHeight() / (float)(gridHeight-1);
407 const int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2);
427 static void renderIntReference (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight, int numComponents, const int* vertices)
430 float cellH = (float)dst.getHeight() / (float)(gridHeight-1);
437 int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2);
489 const int gridHeight = de::clamp(minBufSize.y()/minCellSize, 1, 255)+1;
490 const int numVertices = gridWidth*gridHeight;
491 const int numQuads = (gridWidth-1)*(gridHeight-1);
543 for (int y = 0; y < gridHeight; y++
    [all...]
es3fTextureMipmapTests.cpp 315 int gridHeight = 4;
317 int cellHeight = viewport.height / gridHeight;
354 for (int gridY = 0; gridY < gridHeight; gridY++)
361 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
406 for (int gridY = 0; gridY < gridHeight; gridY++)
413 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 731 final int gridHeight = GRID_HEIGHT * mCellHeight;
733 for (int y = 0; y < gridHeight; y += mCellHeight) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 707 final int gridHeight = GRID_HEIGHT * mCellHeight;
709 for (int y = 0; y < gridHeight; y += mCellHeight) {

Completed in 909 milliseconds