OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numRectangles
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
MeshBuilder.java
440
public void ensureRectangleIndices (int
numRectangles
) {
442
ensureIndices(4 *
numRectangles
);
444
ensureIndices(8 *
numRectangles
);
447
ensureIndices(6 *
numRectangles
);
452
public void ensureRectangles (int numVertices, int
numRectangles
) {
454
ensureRectangleIndices(
numRectangles
);
458
public void ensureRectangles (int
numRectangles
) {
459
ensureVertices(4 *
numRectangles
);
460
ensureRectangleIndices(
numRectangles
);
[
all
...]
MeshPartBuilder.java
91
* @param
numRectangles
The number of rectangles you are about to add */
92
public void ensureRectangleIndices (int
numRectangles
);
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
[
all
...]
Completed in 128 milliseconds