OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yDivs
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/utils/
SkNinePatch.cpp
113
const int32_t
yDivs
[], int numYDivs,
130
for (i = 0; i < numYDivs &&
yDivs
[i] == 0; i++) {
134
yDivs
+= zeros;
135
for (i = numYDivs - 1; i >= 0 &&
yDivs
[i] == bitmap.height(); --i) {
156
SkDebugf("---
ydivs
[%d] %d\n", i,
yDivs
[i]);
177
stretchSize +=
yDivs
[i] -
yDivs
[i-1];
209
// we use <= for
YDivs
, since the prebuild indices work for 3x2 and 3x1 too
226
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/libs/hwui/
DisplayListRenderer.cpp
376
int32_t*
yDivs
= NULL;
383
yDivs
= getInts(yDivsCount);
721
int32_t*
yDivs
= NULL;
730
yDivs
= getInts(yDivsCount);
740
renderer.drawPatch(bitmap, xDivs,
yDivs
, colors, xDivsCount, yDivsCount,
[
all
...]
/frameworks/base/include/utils/
ResourceTypes.h
82
* xDivs and
yDivs
point to arrays of horizontal and vertical pixel
107
yDivs
(NULL), colors(NULL) { }
120
int32_t*
yDivs
;
[
all
...]
Completed in 74 milliseconds