Home
last modified time | relevance | path

Searched defs:cellHeight (Results 1 – 13 of 13) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DFixedTableModel.java25 private float cellHeight; field in FixedTableModel
26 protected FixedTableModel(float cellWidth, float cellHeight, TableOrder order) { in FixedTableModel()
49 public void setCellHeight(float cellHeight) { in setCellHeight()
DDynamicTableModel.java48 private Float cellHeight; field in DynamicTableModel
/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp195 inline tcu::IVec4 computeVertexIndices(float cellWidth, float cellHeight, int gridVtxWidth, int gri… in computeVertexIndices()
205 inline tcu::Vec2 computeGridCellWeights(float cellWidth, float cellHeight, int x, int y) in computeGridCellWeights()
316 float cellHeight = (float)height / (float)m_gridHeight; in execute() local
/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/calendar/
DCalendarPanel.java229 double cellHeight = (d.height - labelHeight - 1) / numWeeks; in paint() local
/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java617 double cellHeight = (d.height - labelHeight - 1) / numWeeks; in paint() local
/external/deqp/modules/gles3/functional/
Des3fStencilTests.cpp321 int cellHeight = height / gridSize; in iterate() local
Des3fTextureMipmapTests.cpp259 int cellHeight = viewport.height / gridHeight; in iterate() local
1238 const int cellHeight = viewport.height / gridHeight; in iterate() local
1496 const int cellHeight = viewport.height / gridHeight; in iterate() local
2140 const int cellHeight = viewport.height / gridHeight; in iterate() local
/external/deqp/modules/gles2/functional/
Des2fStencilTests.cpp318 int cellHeight = height / gridSize; in iterate() local
Des2fTextureMipmapTests.cpp252 int cellHeight = viewport.height / gridHeight; in iterate() local
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp245 int cellHeight = viewport.height / gridHeight; in iterate() local
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp256 int cellHeight = viewport.height / gridHeight; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureMipmapTests.cpp261 const int cellHeight = viewportHeight / gridHeight; in iterate() local
823 const int cellHeight = viewportHeight / gridHeight; in iterate() local
1054 const int cellHeight = viewportHeight / gridHeight; in iterate() local
1629 const int cellHeight = viewportHeight / gridHeight; in iterate() local
/external/skia/gm/
Dwacky_yuv_formats.cpp944 float cellWidth = kTileWidthHeight, cellHeight = kTileWidthHeight; in onDraw() local