OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bestRow
(Results
1 - 10
of
10
) sorted by null
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/
GlyphPage.java
91
Row
bestRow
= null;
98
if (
bestRow
== null || row.height <
bestRow
.height)
bestRow
= row;
100
if (
bestRow
== null) {
106
bestRow
= row;
109
bestRow
= new Row();
110
bestRow
.y = row.y + row.height;
111
bestRow
.height = height;
112
rows.add(
bestRow
);
[
all
...]
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PixmapPacker.java
532
Row
bestRow
= null;
539
if (
bestRow
== null || row.height <
bestRow
.height)
bestRow
= row;
541
if (
bestRow
== null) {
547
bestRow
= row;
550
bestRow
= new Row();
551
bestRow
.y = row.y + row.height;
552
bestRow
.height = rectHeight;
553
page.rows.add(
bestRow
);
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DateTimePatternGenerator.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateTimePatternGenerator.java
[
all
...]
/external/icu/icu4c/source/i18n/
dtptngen.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 466 milliseconds