Home
last modified time | relevance | path

Searched defs:cellWidth (Results 1 – 15 of 15) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DFixedTableModel.java24 private float cellWidth; field in FixedTableModel
26 protected FixedTableModel(float cellWidth, float cellHeight, TableOrder order) { in FixedTableModel()
41 public void setCellWidth(float cellWidth) { in setCellWidth()
DDynamicTableModel.java47 private Float cellWidth; 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()
315 float cellWidth = (float)width / (float)m_gridWidth; in execute() local
/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/calendar/
DCalendarPanel.java230 double cellWidth = (double)(d.width - 1) / daysInWeek; in paint() local
/external/skia/tools/viewer/
DSlideDir.cpp314 const auto cellWidth = winWidth / fColumns; in load() local
/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java618 double cellWidth = (double)(d.width - 1) / daysInWeek; in paint() local
/external/deqp/modules/gles3/functional/
Des3fStencilTests.cpp320 int cellWidth = width / gridSize; in iterate() local
Des3fTextureMipmapTests.cpp258 int cellWidth = viewport.width / gridWidth; in iterate() local
1237 const int cellWidth = viewport.width / gridWidth; in iterate() local
1495 const int cellWidth = viewport.width / gridWidth; in iterate() local
2139 const int cellWidth = viewport.width / gridWidth; in iterate() local
/external/deqp/modules/gles2/functional/
Des2fStencilTests.cpp317 int cellWidth = width / gridSize; in iterate() local
Des2fTextureMipmapTests.cpp251 int cellWidth = viewport.width / gridWidth; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDiscardRectanglesTests.cpp351 uint32_t cellWidth = (renderSize.x() - 10) / (2 * numRect - 1); in generateDiscardRectangles() local
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp244 int cellWidth = viewport.width / gridWidth; in iterate() local
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp255 int cellWidth = viewport.width / gridWidth; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureMipmapTests.cpp260 const int cellWidth = viewportWidth / gridWidth; in iterate() local
822 const int cellWidth = viewportWidth / gridWidth; in iterate() local
1053 const int cellWidth = viewportWidth / gridWidth; in iterate() local
1628 const int cellWidth = viewportWidth / gridWidth; in iterate() local
/external/skia/gm/
Dwacky_yuv_formats.cpp944 float cellWidth = kTileWidthHeight, cellHeight = kTileWidthHeight; in onDraw() local