HomeSort by relevance Sort by last modified time
    Searched refs:Filled (Results 1 - 22 of 22) sorted by null

  /external/llvm/include/llvm/Support/
circular_raw_ostream.h 61 /// Filled - Indicate whether the buffer has been completely
62 /// filled. This helps avoid garbage output.
64 bool Filled;
74 if (Filled)
80 Filled = false;
112 Filled(false), Banner(Header) {
  /external/llvm/lib/Support/
circular_raw_ostream.cpp 34 Filled = true;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ShapeRendererAlphaTest.java 46 renderer.begin(ShapeType.Filled);
56 renderer.begin(ShapeType.Filled);
MultitouchTest.java 42 renderer.begin(ShapeType.Filled);
TiledMapObjectLoadingTest.java 104 shapeRenderer.begin(ShapeRenderer.ShapeType.Filled);
109 shapeRenderer.begin(ShapeRenderer.ShapeType.Filled);
BitmapFontMetricsTest.java 86 renderer.begin(ShapeType.Filled);
DelaunayTriangulatorTest.java 88 renderer.begin(ShapeType.Filled);
PolygonSpriteTest.java 106 renderer.begin(ShapeType.Filled);
GroupTest.java 84 renderer.begin(ShapeType.Filled);
ShapeRendererTest.java 71 renderer.begin(ShapeType.Filled);
Vector2dTest.java 70 renderer.begin(ShapeType.Filled);
InterpolationTest.java 181 renderer.begin(ShapeType.Filled);
PolygonRegionTest.java 181 renderer.begin(ShapeType.Filled);
StageTest.java 125 shapes.set(ShapeType.Filled);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/
GwtInputTest.java 38 renderer.begin(ShapeType.Filled);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
ShapeRenderer.java 29 /** Renders points, lines, shape outlines and filled shapes.
49 * shapeRenderer.begin(ShapeType.Filled);
82 Point(GL20.GL_POINTS), Line(GL20.GL_LINES), Filled(GL20.GL_TRIANGLES);
224 /** Draws a point using {@link ShapeType#Point}, {@link ShapeType#Line} or {@link ShapeType#Filled}. */
230 } else if (shapeType == ShapeType.Filled) {
240 /** Draws a line using {@link ShapeType#Line} or {@link ShapeType#Filled}. */
265 /** Draws a line using {@link ShapeType#Line} or {@link ShapeType#Filled}. The line is drawn with two colors interpolated
268 if (shapeType == ShapeType.Filled) {
330 /** Draws a triangle in x/y plane using {@link ShapeType#Line} or {@link ShapeType#Filled}. */
332 check(ShapeType.Line, ShapeType.Filled, 6);
    [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
TexturePackerTest.java 85 renderer.begin(ShapeType.Filled);
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 37 STATISTIC(FilledSlots, "Number of delay slots filled");
38 STATISTIC(UsefulSlots, "Number of delay slots filled with instructions that"
584 bool Filled = false;
587 Filled = true;
590 Filled = true;
593 Filled = true;
596 if (Filled) {
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/
FreeTypeMetricsTest.java 96 renderer.begin(ShapeType.Filled);
  /external/opencv3/samples/winrt/ImageManipulations/common/
LayoutAwarePage.cpp 339 case ApplicationViewState::Filled:
340 return "Filled";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 623 ULONG Filled;
646 ULONG Filled;
dbgeng.h     [all...]

Completed in 1200 milliseconds