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

  /frameworks/base/libs/hwui/
NinePatchUtils.h 64 int yCount = lattice->fYCount;
68 yCount--;
73 for (int y = 0; y < yCount + 1; y++) {
Patch.cpp 55 uint32_t yCount = patch->numYDivs;
57 uint32_t maxVertices = ((xCount + 1) * (yCount + 1) - emptyQuads) * 4;
67 const uint32_t yStretchCount = (yCount + 1) >> 1;
89 for (uint32_t i = 1; i < yCount; i += 2) {
109 for (uint32_t i = 0; i < yCount; i++) {
  /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);
173 bool hasPadRow = (yCount != origYCount);
181 for (int y = 0; y < yCount + 1; y++)
    [all...]
SkRecordDraw.cpp 104 lattice.fYCount = r.yCount;
  /external/skia/bench/
DrawLatticeBench.cpp 15 DrawLatticeBench(int* xDivs, int xCount, int* yDivs, int yCount, const SkISize& srcSize,
23 fLattice.fYCount = yCount;
  /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)
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp 232 * @param yCount Number of elements in Y dimension need to copy.
238 int xOffset, int yOffset, int xCount, int yCount,
242 int copyCount = xCount * yCount;
262 alloc->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, src);
263 alloc->copy2DRangeTo(xOffset, yOffset, xCount, yCount, dst);
279 int xOffset, int yOffset, int xCount, int yCount) {
288 for (int i = 0; i < xCount * yCount; i++) {
294 srcA->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, src);
296 dstA->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, srcA, xOffset, yOffset);
297 dstA->copy2DRangeTo(xOffset, yOffset, xCount, yCount, dst)
    [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);
PagedViewCellLayout.java 279 public void setCellCount(int xCount, int yCount) {
281 mCellCountY = yCount;
CellLayout.java     [all...]
  /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/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalFormat.java     [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 283 private native boolean setShaderTileCounts(int xCount, int yCount);
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp 786 int32_t yCount = 0;
811 ++yCount;
871 if ( yCount != 0 ) {
872 for (i = 0; i < yCount; ++i) {
    [all...]
  /external/skia/include/private/
SkRecords.h 250 int yCount;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/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 1068 milliseconds