Searched defs:yDivs (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PatchCache.cpp | 84 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() 75 bool Patch::matches(const int32_t* xDivs, const int32_t* yDivs, in matches()
|
D | DisplayListRenderer.cpp | 317 const int32_t* yDivs, const uint32_t* colors, uint32_t width, uint32_t height, in drawPatch()
|
D | OpenGLRenderer.cpp | 2298 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()
|
D | DisplayListOp.h | 908 const int32_t* yDivs, const uint32_t* colors, uint32_t width, uint32_t height, in DrawPatchOp()
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 454 int32_t* yDivs = (int32_t*) malloc(maxSizeYDivs); in do_9patch() local
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 120 int32_t* yDivs; member
|