HomeSort by relevance Sort by last modified time
    Searched defs:xCount (Results 1 - 6 of 6) sorted by null

  /frameworks/base/libs/hwui/
Patch.cpp 73 uint32_t xCount = patch->numXDivs;
76 uint32_t maxVertices = ((xCount + 1) * (yCount + 1) - emptyQuads) * 4;
85 const uint32_t xStretchCount = (xCount + 1) >> 1;
96 for (uint32_t i = 1; i < xCount; i += 2) {
143 generateRow(xDivs, xCount, vertex, y1, y2, v1, v2, stretchX, rescaleX,
155 generateRow(xDivs, xCount, vertex, y1, y2, v1, 1.0f, stretchX, rescaleX,
170 void Patch::generateRow(const int32_t* xDivs, uint32_t xCount, TextureVertex*& vertex,
180 for (uint32_t i = 0; i < xCount; i++) {
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 338 final int xCount = LauncherModel.getCellCountX();
340 boolean[][] occupied = new boolean[xCount][yCount];
352 for (int x = cellX; 0 <= x && x < cellX + spanX && x < xCount; x++) {
361 return CellLayout.findVacantCell(xy, 1, 1, xCount, yCount, occupied);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java 223 int xCount = size.x / backgroundLayerWidth
228 for (int x = 0; x < xCount; x++) {
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.cpp     [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 226 final int xCount = (int) grid.numColumns;
228 boolean[][] occupied = new boolean[xCount][yCount];
239 for (int x = cellX; 0 <= x && x < cellX + spanX && x < xCount; x++) {
248 return CellLayout.findVacantCell(xy, 1, 1, xCount, yCount, occupied);
    [all...]

Completed in 618 milliseconds