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

  /libcore/luni/src/test/java/libcore/java/net/
IDNTest.java 23 private static String makePunyString(int xCount) {
26 for (int i = 0; i < xCount; ++i) {
  /frameworks/base/libs/hwui/
Patch.cpp 73 uint32_t xCount = patch->numXDivs;
76 uint32_t maxVertices = ((xCount + 1) * (yCount + 1) - emptyQuads) * 4;
85 const uint32_t xStretchCount = (xCount + 1) >> 1;
96 for (uint32_t i = 1; i < xCount; i += 2) {
143 generateRow(xDivs, xCount, vertex, y1, y2, v1, v2, stretchX, rescaleX,
155 generateRow(xDivs, xCount, vertex, y1, y2, v1, 1.0f, stretchX, rescaleX,
170 void Patch::generateRow(const int32_t* xDivs, uint32_t xCount, TextureVertex*& vertex,
180 for (uint32_t i = 0; i < xCount; i++) {
Patch.h 63 void generateRow(const int32_t* xDivs, uint32_t xCount, TextureVertex*& vertex,
  /external/chromium_org/third_party/skia/src/utils/
SkNinePatch.cpp 28 static int fillIndices(uint16_t indices[], int xCount, int yCount) {
33 for (int x = 0; x < xCount; x++) {
35 *indices++ = n + xCount + 2;
39 *indices++ = n + xCount + 1;
40 *indices++ = n + xCount + 2;
  /external/skia/src/utils/
SkNinePatch.cpp 28 static int fillIndices(uint16_t indices[], int xCount, int yCount) {
33 for (int x = 0; x < xCount; x++) {
35 *indices++ = n + xCount + 2;
39 *indices++ = n + xCount + 1;
40 *indices++ = n + xCount + 2;
  /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);
PagedViewCellLayout.java 279 public void setCellCount(int xCount, int yCount) {
280 mCellCountX = xCount;
CellLayout.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java 223 int xCount = size.x / backgroundLayerWidth
228 for (int x = 0; x < xCount; x++) {
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayout.java 273 public void setCellCount(int xCount, int yCount) {
274 mCellCountX = xCount;
LauncherModel.java 226 final int xCount = (int) grid.numColumns;
228 boolean[][] occupied = new boolean[xCount][yCount];
239 for (int x = cellX; 0 <= x && x < cellX + spanX && x < xCount; x++) {
248 return CellLayout.findVacantCell(xy, 1, 1, xCount, yCount, occupied);
    [all...]
CellLayout.java     [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 283 private native boolean setShaderTileCounts(int xCount, int yCount);
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.cpp     [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp     [all...]

Completed in 427 milliseconds