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

  /external/chromium_org/third_party/skia/include/utils/
SkNinePatch.h 29 const int32_t yDivs[], int numYDivs,
  /external/skia/include/utils/
SkNinePatch.h 29 const int32_t yDivs[], int numYDivs,
  /external/chromium_org/third_party/skia/src/utils/
SkNinePatch.cpp 106 const int32_t yDivs[], int numYDivs,
123 for (i = 0; i < numYDivs && yDivs[i] == 0; i++) {
127 yDivs += zeros;
128 for (i = numYDivs - 1; i >= 0 && yDivs[i] == bitmap.height(); --i) {
149 SkDebugf("--- ydivs[%d] %d\n", i, yDivs[i]);
170 stretchSize += yDivs[i] - yDivs[i-1];
202 // we use <= for YDivs, since the prebuild indices work for 3x2 and 3x1 too
217 const SkScalar ty = SkIntToScalar(yDivs[y])
    [all...]
  /external/skia/src/utils/
SkNinePatch.cpp 106 const int32_t yDivs[], int numYDivs,
123 for (i = 0; i < numYDivs && yDivs[i] == 0; i++) {
127 yDivs += zeros;
128 for (i = numYDivs - 1; i >= 0 && yDivs[i] == bitmap.height(); --i) {
149 SkDebugf("--- ydivs[%d] %d\n", i, yDivs[i]);
170 stretchSize += yDivs[i] - yDivs[i-1];
202 // we use <= for YDivs, since the prebuild indices work for 3x2 and 3x1 too
217 const SkScalar ty = SkIntToScalar(yDivs[y])
    [all...]
  /frameworks/base/core/jni/android/graphics/
NinePatchImpl.cpp 120 const int32_t* yDivs = chunk.getYDivs();
126 yDivs, chunk.numYDivs,
151 ALOGV("======== ninepatch yDivs [%d,%d]\n", yDivs[0], yDivs[1]);
177 const int32_t y0 = yDivs[0];
201 numStretchyYPixelsRemaining += yDivs[i + 1] - yDivs[i];
216 // being either yDivs[1] (if yDivs[0]=0) of yDivs[0]. In the former cas
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 39 xDivs(NULL), yDivs(NULL), colors(NULL), allocRows(NULL) { }
52 free(yDivs);
57 void* serialized = Res_png_9patch::serialize(info9Patch, xDivs, yDivs, colors);
70 int32_t* yDivs;
562 vpatch, image->yDivs[0], image->yDivs[1],
582 int32_t* yDivs = image->yDivs = (int32_t*) malloc(maxSizeYDivs);
594 memset(yDivs, -1, maxSizeYDivs);
633 if (get_vertical_ticks(image->rows, 0, H, transparent, true, &yDivs[0]
    [all...]
  /frameworks/base/libs/hwui/
Patch.cpp 84 const int32_t* yDivs = patch->getYDivs();
110 stretchSize += yDivs[i] - yDivs[i - 1];
130 float stepY = yDivs[i];
  /frameworks/base/include/androidfw/
ResourceTypes.h 94 * xDivs and yDivs are arrays of horizontal and vertical pixel
125 // The offset (from the start of this structure) to the xDivs & yDivs
128 // the xDivs, yDivs and colors arrays immediately after the location
155 const int32_t* yDivs, const uint32_t* colors);
158 const int32_t* yDivs, const uint32_t* colors, void* outData);
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 152 int32_t* yDivs = getYDivs();
154 yDivs[i] = htonl(yDivs[i]);
172 int32_t* yDivs = getYDivs();
174 yDivs[i] = ntohl(yDivs[i]);
199 const int32_t* yDivs, const uint32_t* colors)
204 serialize(patch, xDivs, yDivs, colors, newData);
209 const int32_t* yDivs, const uint32_t* colors, void* outData)
218 memcpy(data, yDivs, patch.numYDivs * sizeof(int32_t))
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/
builder-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/
builder-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.2/
builder-0.12.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.9.1/
builder-0.9.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.9.3/
builder-0.9.3.jar 
  /prebuilts/tools/common/builder/
builder-0.10.0.jar 

Completed in 350 milliseconds