Lines Matching refs:UI
13 function UI (opts) { class
19 UI.prototype.span = function () {
24 UI.prototype.resetOutput = function () {
28 UI.prototype.div = function () {
45 UI.prototype._shouldApplyLayoutDSL = function () {
50 UI.prototype._applyLayoutDSL = function (str) {
86 UI.prototype._colFromString = function (str) {
93 UI.prototype._measurePadding = function (str) {
99 UI.prototype.toString = function () {
118 UI.prototype.rowToString = function (row, lines) {
182 UI.prototype._renderInline = function (source, previousLine) {
203 UI.prototype._rasterize = function (row) {
245 UI.prototype._negatePadding = function (col) {
252 UI.prototype._columnWidths = function (row) {
320 return new UI({