Searched refs:mCurrentDimX (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java118 mCurrentDimX = tx;
121 mCurrentCount = mCurrentDimX;
H A DAllocation.java90 int mCurrentDimX; field in class:Allocation
224 mCurrentDimX = t.getX();
227 mCurrentCount = mCurrentDimX;
459 if((mCurrentDimX != b.getWidth()) || (mCurrentDimY != b.getHeight())) {
791 if (((xoff + w) > mCurrentDimX) || ((yoff + h) > mCurrentDimY)) {
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocationAdapter.java118 mCurrentDimX = tx;
121 mCurrentCount = mCurrentDimX;
H A DAllocation.java88 int mCurrentDimX; field in class:Allocation
184 mCurrentDimX = t.getX();
187 mCurrentCount = mCurrentDimX;
351 if((mCurrentDimX != b.getWidth()) || (mCurrentDimY != b.getHeight())) {
683 if (((xoff + w) > mCurrentDimX) || ((yoff + h) > mCurrentDimY)) {
/frameworks/rs/cpp/
H A DAllocation.cpp38 mCurrentDimX = t->getX();
41 mCurrentCount = mCurrentDimX;
279 if (((xoff + w) > mCurrentDimX) || ((yoff + h) > mCurrentDimY)) {
H A DAllocation.h47 uint32_t mCurrentDimX; member in class:android::renderscriptCpp::Allocation

Completed in 86 milliseconds