Searched defs:xDivs (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PatchCache.cpp | 55 const int32_t* xDivs, const int32_t* yDivs, const uint32_t* colors, in get()
|
D | Patch.cpp | 66 void Patch::copy(const int32_t* xDivs, const int32_t* yDivs) { in copy() 79 bool Patch::matches(const int32_t* xDivs, const int32_t* yDivs, const uint32_t colorKey) { in matches()
|
D | DisplayListRenderer.cpp | 475 int32_t* xDivs = NULL; in output() local 1075 int32_t* xDivs = NULL; in replay() local 1570 status_t DisplayListRenderer::drawPatch(SkBitmap* bitmap, const int32_t* xDivs, in drawPatch()
|
D | OpenGLRenderer.cpp | 1684 status_t OpenGLRenderer::drawPatch(SkBitmap* bitmap, const int32_t* xDivs, const int32_t* yDivs, in drawPatch()
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 453 int32_t* xDivs = (int32_t*) malloc(maxSizeXDivs); in do_9patch() local
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 119 int32_t* xDivs; member
|