Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/diffeditor/
H A Ddiffeditorplugin.cpp1043 QList<RowData> rows7; in testReadPatch_data() local
1044 rows7 << RowData(_("A")); in testReadPatch_data()
1045 rows7 << RowData(_("B"), _("C")); in testReadPatch_data()
1046 rows7 << RowData(_("D")); in testReadPatch_data()
1047 chunkData7.rows = rows7; in testReadPatch_data()
/dports/games/scummvm/scummvm-2.5.1/engines/buried/
H A Dgraphics.cpp638 static const int rows7[7] = { 7, 13, 15, 15, 15, 13, 7 }; in drawEllipse() local
646 table = rows7; in drawEllipse()