/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
Grid.java | 30 class Grid { 32 public Grid(int w, int h) {
|
/frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
TestView.java | 76 /** A grid is a topologically rectangular array of vertices. 84 private static class Grid { 98 // constructing the grid. Once createBufferObjects() is called 109 public Grid(int w, int h) { 228 private Grid mGrid; 249 mGrid = new Grid(2, 2);
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
Grid.java | 21 * A grid is representation of single or multiple rows layout data structure and algorithm. 22 * Grid is the base class for single row, non-staggered grid and staggered grid. 24 * To use the Grid, user must implement a Provider to create or remove visible item. 25 * Grid maintains a list of visible items. Visible items are created when 28 * removeInvisibleItemsAtEnd() or removeInvisibleItemsAtFront(). Grid's algorithm 31 * invalidateItemsAfter() when it detects item size changed to ask Grid to remove cached 34 abstract class Grid { 43 * When user uses Grid, he should provide count of items an 124 Grid grid; local [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
Grid.java | 33 * This version is modified from the original Grid.java (found in 35 * vertex buffers and to insert edges between grid squares for tiling. 37 class Grid { 61 public Grid(int quadsAcross, int quadsDown, boolean useFixedPoint) { 337 DebugLog.i("Grid", "Using Hardware Buffers");
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
MatrixPaletteRenderer.java | 44 private Grid mGrid; 47 /** A grid is a topologically rectangular array of vertices. 49 * This grid class is customized for the vertex data required for this 58 private static class Grid { 78 // constructing the grid. Once createBufferObjects() is called 89 public Grid(int w, int h) { 383 private Grid generateWeightedGrid(GL gl) { 389 Grid grid = new Grid(uSteps + 1, vSteps + 1) local [all...] |
CubeMapActivity.java | 52 private Grid mGrid; 165 private Grid generateTorusGrid(GL gl, int uSteps, int vSteps, float majorRadius, float minorRadius) { 166 Grid grid = new Grid(uSteps + 1, vSteps + 1); local 189 grid.set(i, j, x, y, z, nx, ny, nz); 192 grid.createBufferObjects(gl); 193 return grid; 219 /** A grid is a topologically rectangular array of vertices. 221 * This grid class is customized for the vertex data required for thi [all...] |
/external/opencv3/doc/pattern_tools/ |
svgfig.py | [all...] |
/external/deqp/modules/gles2/functional/ |
es2fVertexTextureTests.cpp | 163 * \brief Quad grid class containing position and texture coordinate data. 165 * A quad grid of size S means a grid consisting of S*S quads (S rows and 331 static void setPixelColors (const vector<Vec4>& quadColors, const Rect& region, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst) 333 const int gridSize = grid.getSize(); 339 const Vec4 ldru = grid.getQuadLDRU(x, y) * 0.5f + 0.5f; // [-1, 1] -> [0, 1] 360 void computeReference (const typename TexTypeTcuClass<TexType>::t& texture, float lod, const tcu::Sampler& sampler, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst, const Rect& dstRegion) 362 const int gridSize = grid.getSize(); 369 const typename TexTypeCoordVec<TexType>::t& coord = grid.getQuadTexCoord(x, y); 374 setPixelColors(quadColors, dstRegion, grid, dst) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fVertexTextureTests.cpp | 213 * \brief Quad grid class containing position and texture coordinate data. 215 * A quad grid of size S means a grid consisting of S*S quads (S rows and 427 static void setPixelColors (const vector<Vec4>& quadColors, const Rect& region, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst) 429 const int gridSize = grid.getSize(); 435 const Vec4 ldru = grid.getQuadLDRU(x, y) * 0.5f + 0.5f; // [-1, 1] -> [0, 1] 458 void computeReference (const typename TexTypeTcuClass<TexType>::t& texture, float lod, const tcu::Sampler& sampler, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst, const Rect& dstRegion) 460 const int gridSize = grid.getSize(); 467 const typename TexTypeCoordVec<TexType>::t& coord = grid.getQuadTexCoord(x, y); 472 setPixelColors(quadColors, dstRegion, grid, dst) [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsopt.c | 58 _cmsInterpFn16 EvalCLUT; // The evaluator for 3D grid 372 _cmsStageCLutData* Grid = (_cmsStageCLutData*) CLUT ->Data; 373 cmsInterpParams* p16 = Grid ->Params; 445 Grid -> Tab.T[index + i] = Value[i]; [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Tix.py | 49 # A few useful constants for the Grid widget 253 def grid(self, xsize=0, ysize=0): member in class:Form 255 x = self.tk.call('tixForm', 'grid', self._w) 261 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize) [all...] |
Tkinter.py | 14 or Grid. These managers can be called with methods place, pack, grid 1606 grid = wm_grid variable in class:Wm [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
Tix.py | 49 # A few useful constants for the Grid widget 253 def grid(self, xsize=0, ysize=0): member in class:Form 255 x = self.tk.call('tixForm', 'grid', self._w) 261 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize) [all...] |
Tkinter.py | 14 or Grid. These managers can be called with methods place, pack, grid 1606 grid = wm_grid variable in class:Wm [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | 49 # A few useful constants for the Grid widget 253 def grid(self, xsize=0, ysize=0): member in class:Form 255 x = self.tk.call('tixForm', 'grid', self._w) 261 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize) [all...] |
Tkinter.py | 14 or Grid. These managers can be called with methods place, pack, grid 1606 grid = wm_grid variable in class:Wm [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | 49 # A few useful constants for the Grid widget 253 def grid(self, xsize=0, ysize=0): member in class:Form 255 x = self.tk.call('tixForm', 'grid', self._w) 261 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize) [all...] |
Tkinter.py | 14 or Grid. These managers can be called with methods place, pack, grid 1606 grid = wm_grid variable in class:Wm [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RelativeLayoutConversionHelper.java | 191 // Attempt to lay the views out in a grid with constraints (though not that widgets 193 Grid grid = new Grid(views, left, top); local 195 computeHorizontalConstraints(grid); 196 computeVerticalConstraints(grid); [all...] |
/prebuilts/sdk/current/support/v17/leanback/libs/ |
android-support-v17-leanback.jar | |
/external/guice/extensions/persist/lib/ |
hsqldb.jar | |