Searched defs:avail (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | icon-preview.cpp | 177 int avail = 0; local 206 if ( !pack || ( (avail == 0) && (previous == 0) ) ) { 209 avail = sizes[i]; 212 if ((avail < pad) || ((sizes[i] > avail) && (sizes[i] < previous))) { 216 avail = previous; 218 if (sizes[i] <= avail) { 221 avail = previous; 225 avail -= sizes[i]; 226 avail [all...] |
/inkscape/ |
H A D | buildtool.cpp | 4053 DWORD avail; local 4058 PeekNamedPipe(stderrRead, NULL, 0, NULL, &avail, NULL); 4059 if (avail > 0) 4062 if (avail>4096) avail = 4096; 4063 ReadFile(stderrRead, readBuf, avail, &bytesRead, NULL); 4072 PeekNamedPipe(stdoutRead, NULL, 0, NULL, &avail, NULL); 4073 if (avail > 0) 4076 if (avail>4096) avail [all...] |
Completed in 31 milliseconds