Lines Matching full:you
11 // in the file that you want to have the implementation.
108 // if you imagine y increasing downwards). Rectangles which do not fit
111 // You should not try to access the 'rects' array from another thread
115 // To pack into another rectangle, you need to call stbrp_init_target
116 // again. To continue packing into the same rectangle, you can call
143 // You must call this function every time you start packing into a new target.
153 // If you don't do either of the above things, widths will be quantized to multiples
156 // If you do #2, then the non-quantized algorithm will be used, but the algorithm
162 // If you call init again, this will be reset to the default (false).
167 // If you call init again, this will be reset to the default.
177 // the details of the following structures don't matter to you, but they must
178 // be visible so you can handle the memory allocations for them
595 This software is available under 2 licenses -- choose whichever you prefer.