/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | FixedTableModel.java | 25 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()
|
D | DynamicTableModel.java | 48 private Float cellHeight; field in DynamicTableModel
|
/external/deqp/framework/randomshaders/ |
D | rsgProgramExecutor.cpp | 195 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/ |
D | CalendarPanel.java | 229 double cellHeight = (d.height - labelHeight - 1) / numWeeks; in paint() local
|
/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/holiday/ |
D | HolidayCalendarDemo.java | 617 double cellHeight = (d.height - labelHeight - 1) / numWeeks; in paint() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fStencilTests.cpp | 321 int cellHeight = height / gridSize; in iterate() local
|
D | es3fTextureMipmapTests.cpp | 259 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/ |
D | es2fStencilTests.cpp | 318 int cellHeight = height / gridSize; in iterate() local
|
D | es2fTextureMipmapTests.cpp | 252 int cellHeight = viewport.height / gridHeight; in iterate() local
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 245 int cellHeight = viewport.height / gridHeight; in iterate() local
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 256 int cellHeight = viewport.height / gridHeight; in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMipmapTests.cpp | 261 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/ |
D | wacky_yuv_formats.cpp | 944 float cellWidth = kTileWidthHeight, cellHeight = kTileWidthHeight; in onDraw() local
|