Home | History | Annotate | Download | only in hwui

Lines Matching refs:opBounds

781             const Rect& opBounds = state.mBounds;
790 SET_TEXTURE(vertex, opBounds, bounds, texCoords, left, top);
791 SET_TEXTURE(vertex, opBounds, bounds, texCoords, right, top);
792 SET_TEXTURE(vertex, opBounds, bounds, texCoords, left, bottom);
794 SET_TEXTURE(vertex, opBounds, bounds, texCoords, left, bottom);
795 SET_TEXTURE(vertex, opBounds, bounds, texCoords, right, top);
796 SET_TEXTURE(vertex, opBounds, bounds, texCoords, right, bottom);
799 renderer.dirtyLayer(opBounds.left, opBounds.top, opBounds.right, opBounds.bottom);