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

  /frameworks/base/libs/hwui/
PatchCache.h 70 xCount(0), yCount(0), emptyCount(0), colorKey(0) {
75 const uint32_t xCount, const uint32_t yCount,
79 xCount(xCount), yCount(yCount),
88 LTE_INT(xCount) {
107 uint32_t xCount;
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 227 final int xCount = LauncherModel.getCellCountX();
229 boolean[][] occupied = new boolean[xCount][yCount];
241 for (int x = cellX; 0 <= x && x < cellX + spanX && x < xCount; x++) {
250 return CellLayout.findVacantCell(xy, 1, 1, xCount, yCount, occupied);
  /external/skia/src/core/
SkPicturePlayback.cpp 633 size_t xCount = getInt();
635 const SkScalar* xpos = (const SkScalar*)fReader.skip(xCount * sizeof(SkScalar));
642 size_t xCount = getInt();
643 const SkScalar* xpos = (const SkScalar*)fReader.skip((3 + xCount) * sizeof(SkScalar));
    [all...]

Completed in 60 milliseconds