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

  /frameworks/base/libs/hwui/
PatchCache.h 69 xCount(0), yCount(0), emptyCount(0), colorKey(0) {
74 const uint32_t xCount, const uint32_t yCount,
78 xCount(xCount), yCount(yCount),
107 uint32_t xCount;
  /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);
  /external/skia/legacy/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...]
  /external/skia/src/core/
SkPicturePlayback.cpp 848 size_t xCount = reader.readInt();
850 const SkScalar* xpos = (const SkScalar*)reader.skip(xCount * sizeof(SkScalar));
857 size_t xCount = reader.readInt();
858 const SkScalar* xpos = (const SkScalar*)reader.skip((3 + xCount) * sizeof(SkScalar));
    [all...]

Completed in 1266 milliseconds