Searched refs:yDim (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/tests/cppbasic/
H A Dcompute.cpp68 static const uint32_t yDim = 7; local
72 tb.setY(yDim);
81 kern1_in->copy2DRangeFrom(0, 0, xDim, yDim, buf);
/frameworks/base/libs/hwui/
H A DDisplayListOp.h757 #define SET_TEXTURE(ptr, posRect, offsetRect, texCoordsRect, xDim, yDim) \
758 TextureVertex::set(ptr++, posRect.xDim - offsetRect.left, posRect.yDim - offsetRect.top, \
759 texCoordsRect.xDim, texCoordsRect.yDim)

Completed in 140 milliseconds