HomeSort by relevance Sort by last modified time
    Searched full:ycount (Results 1 - 14 of 14) 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),
108 uint32_t yCount;
PatchCache.cpp 62 deltaInt = lhs.yCount - rhs.yCount;
115 "xCount=%d yCount=%d, w=%.2f h=%.2f, bw=%.2f bh=%.2f",
Patch.h 47 Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads);
Patch.cpp 34 Patch::Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads):
35 mXCount(xCount), mYCount(yCount), mEmptyQuads(emptyQuads) {
38 uint32_t maxVertices = ((xCount + 1) * (yCount + 1) - emptyQuads) * 2 * 3;
49 PATCH_LOGD(" patch: xCount = %d, yCount = %d, emptyQuads = %d, max vertices = %d",
50 xCount, yCount, emptyQuads, maxVertices);
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 339 final int yCount = LauncherModel.getCellCountY();
340 boolean[][] occupied = new boolean[xCount][yCount];
353 for (int y = cellY; 0 <= y && y < cellY + spanY && y < yCount; y++) {
361 return CellLayout.findVacantCell(xy, 1, 1, xCount, yCount, occupied);
PagedViewCellLayout.java 279 public void setCellCount(int xCount, int yCount) {
281 mCellCountY = yCount;
CellLayout.java     [all...]
  /external/skia/legacy/src/utils/
SkNinePatch.cpp 28 static int fillIndices(uint16_t indices[], int xCount, int yCount) {
32 for (int y = 0; y < yCount; y++) {
  /external/skia/src/utils/
SkNinePatch.cpp 28 static int fillIndices(uint16_t indices[], int xCount, int yCount) {
32 for (int y = 0; y < yCount; y++) {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 283 private native boolean setShaderTileCounts(int xCount, int yCount);
  /external/quake/quake/src/QW/client/
vid_svgalib.c 760 int ycount; local
768 ycount = rects->height;
770 while (ycount--)
  /external/quake/quake/src/WinQuake/
vid_svgalib.cpp 747 int ycount; local
755 ycount = rects->height;
757 while (ycount--)
  /external/freetype/src/smooth/
ftgrays.c 374 TPos ycount; member in struct:gray_TWorker_
    [all...]
  /external/icu4c/i18n/
dtitvfmt.cpp 782 int32_t yCount = 0;
807 ++yCount;
865 if ( yCount != 0 ) {
    [all...]

Completed in 500 milliseconds