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

  /external/skia/src/utils/
SkNinePatch.cpp 87 const int32_t yDivs[], int numYDivs,
104 for (i = 0; i < numYDivs && yDivs[i] == 0; i++) {
108 yDivs += zeros;
109 for (i = numYDivs - 1; i >= 0 && yDivs[i] == bitmap.height(); --i) {
132 SkDebugf("--- ydivs[%d] %d\n", i, yDivs[i]);
153 stretchSize += yDivs[i] - yDivs[i-1];
185 // we use <= for YDivs, since the prebuild indices work for 3x2 and 3x1 too
200 const SkScalar ty = SkIntToScalar(yDivs[y])
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 48 free(info9Patch.yDivs);
321 vpatch, image->info9Patch.yDivs[0], image->info9Patch.yDivs[1],
341 int32_t* yDivs = (int32_t*) malloc(maxSizeYDivs);
352 memset(yDivs, -1, maxSizeYDivs);
388 if (get_vertical_ticks(image->rows, 0, H, transparent, true, &yDivs[0],
389 &yDivs[1], &errorMsg, &numYDivs, true) != NO_ERROR) {
390 errorPixel = yDivs[0];
415 image->info9Patch.yDivs = yDivs;
    [all...]
  /frameworks/base/include/utils/
ResourceTypes.h 80 * xDivs and yDivs point to arrays of horizontal and vertical pixel
105 yDivs(NULL), colors(NULL) { }
118 int32_t* yDivs;
    [all...]

Completed in 173 milliseconds