Home
last modified time | relevance | path

Searched defs:xDivs (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
DPatchCache.cpp55 const int32_t* xDivs, const int32_t* yDivs, const uint32_t* colors, in get()
DPatch.cpp66 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()
DDisplayListRenderer.cpp475 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()
DOpenGLRenderer.cpp1684 status_t OpenGLRenderer::drawPatch(SkBitmap* bitmap, const int32_t* xDivs, const int32_t* yDivs, in drawPatch()
/frameworks/base/tools/aapt/
DImages.cpp453 int32_t* xDivs = (int32_t*) malloc(maxSizeXDivs); in do_9patch() local
/frameworks/base/include/androidfw/
DResourceTypes.h119 int32_t* xDivs; member