Home
last modified time | relevance | path

Searched defs:yDivs (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
DPatchCache.cpp84 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()
75 bool Patch::matches(const int32_t* xDivs, const int32_t* yDivs, in matches()
DDisplayListRenderer.cpp317 const int32_t* yDivs, const uint32_t* colors, uint32_t width, uint32_t height, in drawPatch()
DOpenGLRenderer.cpp2298 status_t OpenGLRenderer::drawPatch(SkBitmap* bitmap, const int32_t* xDivs, const int32_t* yDivs, in drawPatch()
2309 status_t OpenGLRenderer::drawPatch(SkBitmap* bitmap, const int32_t* xDivs, const int32_t* yDivs, in drawPatch()
DDisplayListOp.h908 const int32_t* yDivs, const uint32_t* colors, uint32_t width, uint32_t height, in DrawPatchOp()
/frameworks/base/tools/aapt/
DImages.cpp454 int32_t* yDivs = (int32_t*) malloc(maxSizeYDivs); in do_9patch() local
/frameworks/base/include/androidfw/
DResourceTypes.h120 int32_t* yDivs; member