Home
last modified time | relevance | path

Searched refs:cellHeight (Results 1 - 12 of 12) sorted by relevance

/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarPanel.java229 double cellHeight = (d.height - labelHeight - 1) / numWeeks; in paint()
242 d.width - width, (int)cellHeight); in paint()
245 d.width - width, (int)cellHeight); in paint()
249 g.fillRect(0, (int)(labelHeight + cellHeight), in paint()
250 d.width, (int)(cellHeight * (numWeeks - 2))); in paint()
257 g.fillRect(0, (int)(labelHeight + (numWeeks-1) * cellHeight), in paint()
258 width, (int)cellHeight); in paint()
260 g.fillRect(d.width - width, (int)(labelHeight + (numWeeks-1) * cellHeight), in paint()
261 width, (int)cellHeight); in paint()
268 int y = (int)(labelHeight + i * cellHeight); in paint()
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayCalendarDemo.java617 double cellHeight = (d.height - labelHeight - 1) / numWeeks; in paint()
629 (int)(d.width - width), (int)cellHeight); in paint()
632 g.fillRect(0, (int)(labelHeight + cellHeight), in paint()
633 d.width, (int)(cellHeight * (numWeeks - 2))); in paint()
639 g.fillRect(0, (int)(labelHeight + (numWeeks-1) * cellHeight), in paint()
640 width, (int)(cellHeight)); in paint()
646 int y = (int)(labelHeight + i * cellHeight); in paint()
669 int y = (int)(cellPos.y * cellHeight + labelHeight); in paint()
685 y = (int)((cellPos.y+1) * cellHeight) + labelHeight; in paint()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgProgramExecutor.cpp188 inline tcu::IVec4 computeVertexIndices (float cellWidth, float cellHeight, int gridVtxWidth, int gridVtxHeight, int x, int y) in computeVertexIndices() argument
192 int y0 = (int)deFloatFloor((float)y / cellHeight); in computeVertexIndices()
196 inline tcu::Vec2 computeGridCellWeights (float cellWidth, float cellHeight, int x, int y) in computeGridCellWeights() argument
199 float gy = ((float)y + 0.5f) / cellHeight; in computeGridCellWeights()
306 float cellHeight = (float)height / (float)m_gridHeight; in execute() local
326 tcu::IVec4 vtxIndices = computeVertexIndices(cellWidth, cellHeight, gridVtxWidth, gridVtxHeight, x, y); in execute()
327 tcu::Vec2 weights = computeGridCellWeights(cellWidth, cellHeight, x, y); in execute()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp318 int cellHeight = viewport.height / gridHeight; in iterate() local
360 const int curY = cellHeight*gridY; in iterate()
362 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate()
412 const int curY = cellHeight*gridY; in iterate()
414 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate()
1263 const int cellHeight = viewport.height / gridHeight; in iterate() local
1305 const int curY = cellHeight*gridY; in iterate()
1307 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate()
1359 const int curY = cellHeight*gridY; in iterate()
1361 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate()
1513 const int cellHeight = viewport.height / gridHeight; iterate() local
2136 const int cellHeight = viewport.height / gridHeight; iterate() local
[all...]
H A Des3fStencilTests.cpp318 int cellHeight = height/gridSize; in iterate() local
321 cells.push_back(IVec4(x*cellWidth, y*cellHeight, cellWidth, cellHeight)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp295 const int cellHeight = viewportHeight / gridHeight; in iterate() local
321 const int curY = cellHeight*gridY; in iterate()
323 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight; in iterate()
370 const int curY = cellHeight*gridY; in iterate()
372 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight; in iterate()
817 const int cellHeight = viewportHeight / gridHeight; in iterate() local
850 const int curY = cellHeight*gridY; in iterate()
852 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight; in iterate()
901 const int curY = cellHeight*gridY; in iterate()
903 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight; in iterate()
1036 const int cellHeight = viewportHeight / gridHeight; iterate() local
1588 const int cellHeight = viewportHeight / gridHeight; iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp295 const int cellHeight = viewportHeight / gridHeight; in iterate() local
321 const int curY = cellHeight*gridY; in iterate()
323 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight; in iterate()
370 const int curY = cellHeight*gridY; in iterate()
372 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight; in iterate()
817 const int cellHeight = viewportHeight / gridHeight; in iterate() local
850 const int curY = cellHeight*gridY; in iterate()
852 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight; in iterate()
901 const int curY = cellHeight*gridY; in iterate()
903 const int curH = gridY+1 == gridHeight ? (viewportHeight-curY) : cellHeight; in iterate()
1036 const int cellHeight = viewportHeight / gridHeight; iterate() local
1588 const int cellHeight = viewportHeight / gridHeight; iterate() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fStencilTests.cpp315 int cellHeight = height/gridSize; in iterate() local
318 cells.push_back(IVec4(x*cellWidth, y*cellHeight, cellWidth, cellHeight)); in iterate()
H A Des2fTextureMipmapTests.cpp274 int cellHeight = viewport.height / gridHeight; in iterate() local
316 const int curY = cellHeight*gridY; in iterate()
318 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate()
368 const int curY = cellHeight*gridY; in iterate()
370 const int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate()
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp278 int cellHeight = viewport.height / gridHeight; in iterate() local
324 int curY = cellHeight*gridY; in iterate()
326 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate()
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp270 int cellHeight = viewport.height / gridHeight; in iterate() local
316 int curY = cellHeight*gridY; in iterate()
318 int curH = gridY+1 == gridHeight ? (viewport.height-curY) : cellHeight; in iterate()
/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp902 float cellWidth = kTileWidthHeight, cellHeight = kTileWidthHeight; variable
905 cellHeight *= 1.5f;
936 dstRect.offset(0.f, cellHeight + kPad);
952 dstRect.offset(0.f, cellHeight + kPad);

Completed in 21 milliseconds