Home | History | Annotate | Download | only in core

Lines Matching refs:setReserve

807     yArray.setReserve(SkMin32(bounds.height(), 1024));
808 xArray.setReserve(SkMin32(bounds.width() * 128, 64 * 1024));