Lines Matching full:this
15 // this is meant to replace).
24 // This library currently uses the Skyline Bottom-Left algorithm.
93 // Mostly for internal use, but this is the maximum supported coordinate value.
112 // while this function is running, as the function temporarily reorders
117 // this function again. Calling this multiple times with multiple rect
143 // You must call this function every time you start packing into a new target.
160 // Optionally call this function after init but before doing any packing to
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.
247 // this gives better packing, but may fail due to OOM (even though in stbrp_setup_allow_out_of_mem()
249 // quantize once we've hit OOM, then we could get rid of this parameter. in stbrp_setup_allow_out_of_mem()
304 STBRP_ASSERT(node->next->x > x0); // we ended up handling this in the caller for efficiency in stbrp__skyline_find_min_y()
407 // This makes BF take about 2x the time in stbrp__skyline_find_best_pos()
420 // find the left position that matches this in stbrp__skyline_find_best_pos()
456 // 2. the best node doesn't fit (we don't always check this) in stbrp__skyline_pack_rectangle()
595 This software is available under 2 licenses -- choose whichever you prefer.
600 this software and associated documentation files (the "Software"), to deal in
605 The above copyright notice and this permission notice shall be included in all
616 This is free and unencumbered software released into the public domain.
617 Anyone is free to copy, modify, publish, use, compile, sell, or distribute this
620 In jurisdictions that recognize copyright laws, the author or authors of this
622 domain. We make this dedication for the benefit of the public at large and to
623 the detriment of our heirs and successors. We intend this dedication to be an
625 this software under copyright law.