Searched refs:bestRow (Results 1 – 5 of 5) sorted by relevance
91 Row bestRow = null; in loadGlyphs() local98 if (bestRow == null || row.height < bestRow.height) bestRow = row; in loadGlyphs()100 if (bestRow == null) { in loadGlyphs()106 bestRow = row; in loadGlyphs()109 bestRow = new Row(); in loadGlyphs()110 bestRow.y = row.y + row.height; in loadGlyphs()111 bestRow.height = height; in loadGlyphs()112 rows.add(bestRow); in loadGlyphs()115 if (bestRow == null) continue; in loadGlyphs()117 if (renderGlyph(glyph, bestRow.x, bestRow.y, width, height)) bestRow.x += width; in loadGlyphs()
532 Row bestRow = null; in pack() local539 if (bestRow == null || row.height < bestRow.height) bestRow = row; in pack()541 if (bestRow == null) { in pack()547 bestRow = row; in pack()550 bestRow = new Row(); in pack()551 bestRow.y = row.y + row.height; in pack()552 bestRow.height = rectHeight; in pack()553 page.rows.add(bestRow); in pack()556 if (bestRow != null) { in pack()557 rect.x = bestRow.x; in pack()[all …]
1910 int bestRow = -1;1914 bestRow = i;1919 return strict ? -1 : bestRow;
1936 int bestRow = -1;1940 bestRow = i;1945 return strict ? -1 : bestRow;
1830 int32_t bestRow = -1; in getCanonicalIndex() local1836 bestRow = i; in getCanonicalIndex()1846 return strict ? -1 : bestRow; in getCanonicalIndex()