Home
last modified time | relevance | path

Searched refs:setRows (Results 1 – 4 of 4) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DTable.java35 public void setRows(List<Row> rows) { in setRows() method in Table
DManyListsTable.java33 public void setRows(List<Row> rows) { in setRows() method in ManyListsTable
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_D_T_.py295 bitmapObject.setRows(dataRows, bitDepth=bitDepth, metrics=metrics)
338 bitmapObject.setRows(dataRows, bitDepth=bitDepth, metrics=metrics, reverseBytes=True)
543 def setRows(self, dataRows, bitDepth=1, metrics=None, reverseBytes=False): member in BitAlignedBitmapMixin
592 def setRows(self, dataRows, bitDepth=1, metrics=None, reverseBytes=False): member in ByteAlignedBitmapMixin
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
DTweenApplet.java217 resultArea.setRows(5); in initComponents()