Home
last modified time | relevance | path

Searched refs:axisElements (Results 1 – 2 of 2) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DDynamicTableModel.java124 int axisElements = 0; in calculateCellSize() local
130 axisElements = numRows; in calculateCellSize()
135 axisElements = numColumns; in calculateCellSize()
141 if(axisElements != 0) { in calculateCellSize()
142 return axisSizePix / axisElements; in calculateCellSize()
/external/fonttools/Lib/fontTools/designspaceLib/
D__init__.py806 axisElements = self.root.findall(".axes/axis")
807 if not axisElements:
809 for axisElement in axisElements: