HomeSort by relevance Sort by last modified time
    Searched refs:yCount (Results 1 - 9 of 9) 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),
89 LTE_INT(yCount) {
108 uint32_t yCount;
Patch.h 48 Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads = 0);
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 94 final int yCount = LauncherModel.getCellCountY();
95 boolean[][] occupied = new boolean[xCount][yCount];
109 for (int y = cellY; y < cellY + spanY && y < yCount; y++) {
117 return CellLayout.findVacantCell(xy, 1, 1, xCount, yCount, occupied);
PagedViewCellLayout.java 295 public void setCellCount(int xCount, int yCount) {
297 mCellCountY = yCount;
CellLayout.java     [all...]
  /external/skia/src/utils/
SkNinePatch.cpp 35 static int fillIndices(uint16_t indices[], int xCount, int yCount) {
39 for (int y = 0; y < yCount; y++) {
  /system/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 283 private native boolean setShaderTileCounts(int xCount, int yCount);
  /external/icu4c/i18n/
dtitvfmt.cpp 738 int32_t yCount = 0;
763 ++yCount;
821 if ( yCount != 0 ) {
    [all...]

Completed in 253 milliseconds