Searched refs:ifactor (Results 1 – 5 of 5) sorted by relevance
/haiku/src/add-ons/accelerants/neomagic/engine/ |
H A D | nm_bes.c | 413 uint32 ifactor; in nm_configure_bes() local 452 ifactor = ((((uint32)my_ov.width) << 12) / ow->width); in nm_configure_bes() 455 ifactor -= 1; in nm_configure_bes() 456 bi.hiscalv = ifactor; in nm_configure_bes() 458 si->overlay.h_ifactor = ifactor; in nm_configure_bes() 459 LOG(4,("Overlay: horizontal scaling factor is %f\n", (float)4096 / ifactor)); in nm_configure_bes() 483 ifactor = ((((uint32)my_ov.height) << 12) / ow->height); in nm_configure_bes() 486 ifactor -= 1; in nm_configure_bes() 487 LOG(4,("Overlay: vertical scaling factor is %f\n", (float)4096 / ifactor)); in nm_configure_bes() 490 bi.viscalv = ifactor; in nm_configure_bes() [all …]
|
/haiku/src/add-ons/accelerants/matrox/engine/ |
H A D | mga_bes.c | 380 uint32 ifactor; in gx00_configure_bes() local 476 ifactor = (((uint32)(my_ov.width - intrep)) << 16) / (ow->width - intrep); in gx00_configure_bes() 479 ifactor -= (1 << 2); in gx00_configure_bes() 480 LOG(4,("Overlay: horizontal scaling factor is %f\n", (float)65536 / ifactor)); in gx00_configure_bes() 483 hiscalv = ifactor * acczoom; in gx00_configure_bes() 485 si->overlay.h_ifactor = ifactor; in gx00_configure_bes() 540 ifactor = (((uint32)(my_ov.height - intrep)) << 16) / (ow->height - intrep); in gx00_configure_bes() 543 ifactor -= (1 << 2); in gx00_configure_bes() 544 LOG(4,("Overlay: vertical scaling factor is %f\n", (float)65536 / ifactor)); in gx00_configure_bes() 547 viscalv = ifactor; in gx00_configure_bes() [all …]
|
/haiku/src/add-ons/accelerants/nvidia/engine/ |
H A D | nv_bes.c | 451 uint32 ifactor; in nv_configure_bes() local 519 ifactor = (((uint32)(my_ov.width - intrep)) << 16) / (ow->width - intrep); in nv_configure_bes() 522 ifactor -= (1 << 2); in nv_configure_bes() 523 hiscalv = ifactor; in nv_configure_bes() 525 si->overlay.h_ifactor = ifactor; in nv_configure_bes() 526 LOG(4,("Overlay: horizontal scaling factor is %f\n", (float)65536 / ifactor)); in nv_configure_bes() 609 ifactor = (((uint32)(my_ov.height - intrep)) << 16) / (ow->height - intrep); in nv_configure_bes() 612 ifactor -= (1 << 2); in nv_configure_bes() 613 LOG(4,("Overlay: vertical scaling factor is %f\n", (float)65536 / ifactor)); in nv_configure_bes() 616 viscalv = ifactor; in nv_configure_bes() [all …]
|
/haiku/src/add-ons/accelerants/skeleton/engine/ |
H A D | bes.c | 448 uint32 ifactor; in eng_configure_bes() local 516 ifactor = (((uint32)(my_ov.width - intrep)) << 16) / (ow->width - intrep); in eng_configure_bes() 519 ifactor -= (1 << 2); in eng_configure_bes() 520 hiscalv = ifactor; in eng_configure_bes() 522 si->overlay.h_ifactor = ifactor; in eng_configure_bes() 523 LOG(4,("Overlay: horizontal scaling factor is %f\n", (float)65536 / ifactor)); in eng_configure_bes() 606 ifactor = (((uint32)(my_ov.height - intrep)) << 16) / (ow->height - intrep); in eng_configure_bes() 609 ifactor -= (1 << 2); in eng_configure_bes() 610 LOG(4,("Overlay: vertical scaling factor is %f\n", (float)65536 / ifactor)); in eng_configure_bes() 613 viscalv = ifactor; in eng_configure_bes() [all …]
|
/haiku/src/add-ons/accelerants/via/engine/ |
H A D | bes.c | 563 uint32 ifactor; in eng_configure_bes() local 638 ifactor = (((uint32)(my_ov.width - intrep)) << 16) / (ow->width - intrep); in eng_configure_bes() 641 ifactor -= (1 << 5); in eng_configure_bes() 642 hiscalv = ifactor; in eng_configure_bes() 644 si->overlay.h_ifactor = ifactor; in eng_configure_bes() 645 LOG(4,("Overlay: horizontal scaling factor is %f\n", (float)65536 / ifactor)); in eng_configure_bes() 741 ifactor = (((uint32)(my_ov.height - intrep)) << 16) / (ow->height - intrep); in eng_configure_bes() 744 ifactor -= (1 << 6); in eng_configure_bes() 745 LOG(4,("Overlay: vertical scaling factor is %f\n", (float)65536 / ifactor)); in eng_configure_bes() 748 viscalv = ifactor; in eng_configure_bes() [all …]
|