HomeSort by relevance Sort by last modified time
    Searched full:grid_size (Results 26 - 34 of 34) sorted by null

12

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 155 private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT;
704 mGridNeighbors = new int[GRID_SIZE][];
740 if (index < GRID_SIZE) {
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 139 private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT;
728 mGridNeighbors = new int[GRID_SIZE][];
763 if (index < GRID_SIZE) {
    [all...]
  /external/chromium_org/third_party/qcms/
google.patch 653 int x_len = transform->grid_size;
679 int x_len = transform->grid_size;
706 int x_len = transform->grid_size;
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 62 static const int GRID_SIZE = 64;
452 QuadGrid quadGrid(m_isVertexCase ? GRID_SIZE : 4, width, height, Vec4(0.125f, 0.25f, 0.5f, 1.0f), m_userAttribTransforms, m_textures);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 86 public static final int GRID_SIZE = 16;
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
compute.c 443 "DCL SV[2], GRID_SIZE[0]\n"
559 "DCL SV[2], GRID_SIZE[0]\n"
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 443 "DCL SV[2], GRID_SIZE[0]\n"
559 "DCL SV[2], GRID_SIZE[0]\n"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1399 def grid_size(self): member in class:Misc
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 1399 def grid_size(self): member in class:Misc
    [all...]

Completed in 471 milliseconds

12