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

  /frameworks/base/libs/hwui/
NinePatchUtils.h 67 int yCount = lattice->fYCount;
72 yCount--;
77 for (int y = 0; y < yCount + 1; y++) {
Patch.cpp 54 uint32_t yCount = patch->numYDivs;
56 uint32_t maxVertices = ((xCount + 1) * (yCount + 1) - emptyQuads) * 4;
66 const uint32_t yStretchCount = (yCount + 1) >> 1;
88 for (uint32_t i = 1; i < yCount; i += 2) {
108 for (uint32_t i = 0; i < yCount; i++) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RsAllocationCopyTest.java 269 int yCount = random.nextInt(height - yOff);
289 s.set_yCount(yCount);
298 if (yOff <= i && i < yOff + yCount &&
323 int yCount = random.nextInt(height - yOff);
345 s.set_yCount(yCount);
354 if (yOff <= i && i < yOff + yCount &&
379 int yCount = random.nextInt(height - yOff);
401 s.set_yCount(yCount);
410 if (yOff <= i && i < yOff + yCount &&
435 int yCount = random.nextInt(height - yOff)
    [all...]
DebugContext.java 233 int yCount = AC.RN.nextInt(AC.Height - yOff);
239 Soob.set_yCount(yCount);
255 if (yOff <= i && i < yOff + yCount &&
437 int yCount = random.nextInt(height - yOff);
455 Soob.set_yCount(yCount); // Legitimate Y count (w.r.t aOut)
  /external/skia/src/core/
SkLatticeIter.cpp 132 int yCount = origYCount;
140 bool yIsScalable = (yCount > 0 && src.fTop == yDivs[0]);
145 yCount--;
151 int yCountScalable = count_scalable_pixels(yDivs, yCount, yIsScalable, src.fTop, src.fBottom);
159 fSrcY.reset(yCount + 2);
160 fDstY.reset(yCount + 2);
161 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable,
165 fNumRectsInLattice = (xCount + 1) * (yCount + 1);
175 bool hasPadRow = (yCount != origYCount);
184 for (int y = 0; y < yCount + 1; y++)
    [all...]
  /external/skqp/src/core/
SkLatticeIter.cpp 133 int yCount = origYCount;
141 bool yIsScalable = (yCount > 0 && src.fTop == yDivs[0]);
146 yCount--;
152 int yCountScalable = count_scalable_pixels(yDivs, yCount, yIsScalable, src.fTop, src.fBottom);
160 fSrcY.reset(yCount + 2);
161 fDstY.reset(yCount + 2);
162 set_points(fDstY.begin(), fSrcY.begin(), yDivs, yCount, yCountFixed, yCountScalable,
166 fNumRectsInLattice = (xCount + 1) * (yCount + 1);
176 bool hasPadRow = (yCount != origYCount);
185 for (int y = 0; y < yCount + 1; y++)
    [all...]
  /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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java 221 int yCount = size.y / backgroundLayerHeight
227 for (int y = 0; y < yCount; y++) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalFormat.java     [all...]
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp 789 int32_t yCount = 0;
814 ++yCount;
874 if ( yCount != 0 ) {
875 for (i = 0; i < yCount; ++i) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalFormat.java     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 455 milliseconds