OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xDivs
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/utils/
SkNinePatch.cpp
83
const SkRect& bounds, const int32_t
xDivs
[], int numXDivs,
92
const SkScalar tx = SkIntToScalar(
xDivs
[x]);
112
const int32_t
xDivs
[], int numXDivs,
153
SkDebugf("---
xdivs
[%d] %d\n", i,
xDivs
[i]);
165
stretchSize +=
xDivs
[i] -
xDivs
[i-1];
219
fillRow(verts, texs, vy, 0, bounds,
xDivs
, numXDivs,
230
fillRow(verts, texs, vy, ty, bounds,
xDivs
, numXDivs,
236
bounds,
xDivs
, numXDivs, stretchX, bitmap.width())
[
all
...]
/frameworks/base/tools/aapt/
Images.cpp
47
free(info9Patch.
xDivs
);
318
hpatch, image->info9Patch.
xDivs
[0], image->info9Patch.
xDivs
[1],
340
int32_t*
xDivs
= (int32_t*) malloc(maxSizeXDivs);
351
memset(
xDivs
, -1, maxSizeXDivs);
380
if (get_horizontal_ticks(p, W, transparent, true, &
xDivs
[0],
381
&
xDivs
[1], &errorMsg, &numXDivs, true) != NO_ERROR) {
382
errorPixel =
xDivs
[0];
414
image->info9Patch.
xDivs
=
xDivs
;
[
all
...]
/frameworks/base/libs/hwui/
DisplayListRenderer.cpp
375
int32_t*
xDivs
= NULL;
382
xDivs
= getInts(xDivsCount);
720
int32_t*
xDivs
= NULL;
729
xDivs
= getInts(xDivsCount);
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
106
Res_png_9patch() : wasDeserialized(false),
xDivs
(NULL),
116
// 0 to
xDivs
[0]-1 and the second patch includes the pixels
117
// from
xDivs
[0] to
xDivs
[1]-1.
119
int32_t*
xDivs
;
[
all
...]
Completed in 23 milliseconds