Searched refs:adjusted (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Ddither-ed.c129 int adjusted = dc->v; local
141 int dither_value = adjusted;
146 (adjusted <= 0 && !(stpi_dither_type & D_ADAPTIVE_BASE)))
147 return adjusted;
180 else if (adjusted <= 0)
181 return adjusted;
321 adjusted = adj;
326 adjusted -= adj;
329 return adjusted;
331 return adjusted;
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dimage.php30 /* dummy page size, will be adjusted by PDF_fit_image() */
/haiku-fatelf/src/system/libroot/posix/glibc/arch/ppc/
H A Drshift.S37 addi r7,r3,-4 # move adjusted res_ptr to free return reg
/haiku-fatelf/src/servers/app/
H A DScreen.cpp158 bool adjusted = false; local
165 adjusted = true;
168 if (status != B_OK && adjusted) {
/haiku-fatelf/src/bin/coreutils/lib/
H A Dvasnprintf.c3410 int adjusted; local
3415 adjusted = 0;
3435 if (adjusted)
3445 adjusted = 1;
3545 int adjusted; local
3551 adjusted = 0;
3571 if (adjusted)
3581 adjusted = 1;
3872 int adjusted; local
3877 adjusted
4019 int adjusted; local
[all...]
/haiku-fatelf/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp280 // (Update: Output limits are adjusted in the computation (post2=7/14))
902 float adjusted = ((referenceClock * divisors.m) / divisors.n) local
906 pixelMultiply = uint32(adjusted
909 pixelMultiply = uint32(adjusted
/haiku-fatelf/src/bin/gdb/bfd/
H A Dcofflink.c2358 bfd_boolean adjusted;
2372 &adjusted))
2374 if (adjusted)
2357 bfd_boolean adjusted; local

Completed in 145 milliseconds