/third_party/backends/backend/ |
H A D | snapscan.c | 1318 static SANE_Status send_gamma_table (SnapScan_Scanner *pss, u_char dtc, u_char dtcq) in send_gamma_table() function 1320 static char me[] = "send_gamma_table"; in send_gamma_table() 1447 status = send_gamma_table(pss, DTC_GAMMA, dtcq_gamma_red); in download_gamma_tables() 1452 status = send_gamma_table(pss, DTC_GAMMA, dtcq_gamma_green); in download_gamma_tables() 1457 status = send_gamma_table(pss, DTC_GAMMA, dtcq_gamma_blue); in download_gamma_tables() 1464 status = send_gamma_table(pss, DTC_GAMMA, dtcq_gamma_red); in download_gamma_tables() 1469 status = send_gamma_table(pss, DTC_GAMMA, dtcq_gamma_green); in download_gamma_tables() 1474 status = send_gamma_table(pss, DTC_GAMMA, dtcq_gamma_blue); in download_gamma_tables() 1485 status = send_gamma_table(pss, DTC_GAMMA, dtcq_gamma_red); in download_gamma_tables() 1490 status = send_gamma_table(ps in download_gamma_tables() [all...] |
H A D | mustek.c | 2841 send_gamma_table (Mustek_Scanner * s) in send_gamma_table() function 6437 status = send_gamma_table (s); in sane_start() 6490 status = send_gamma_table (s); in sane_start() 6501 status = send_gamma_table (s); in sane_start()
|
/third_party/backends/backend/genesys/ |
H A D | gl842.h | 58 void send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const override;
|
H A D | gl843.h | 58 void send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const override;
|
H A D | gl846.h | 58 void send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const override;
|
H A D | command_set.h | 72 virtual void send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const = 0;
|
H A D | gl847.h | 58 void send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const override;
|
H A D | gl124.h | 58 void send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const override;
|
H A D | gl646.h | 62 void send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const override;
|
H A D | gl841.h | 58 void send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const override;
|
H A D | gl846.cpp | 1092 void CommandSetGl846::send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const in send_gamma_table() function in genesys::gl846::CommandSetGl846
|
H A D | gl842.cpp | 836 void CommandSetGl842::send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const in send_gamma_table() function in genesys::gl842::CommandSetGl842
|
H A D | gl646.cpp | 1844 void CommandSetGl646::send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const in send_gamma_table() function in genesys::gl646::CommandSetGl646 2566 dev->cmd_set->send_gamma_table(dev, sensor); in init()
|
H A D | gl847.cpp | 1176 void CommandSetGl847::send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const in send_gamma_table() function in genesys::gl847::CommandSetGl847
|
H A D | gl124.cpp | 1338 void CommandSetGl124::send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const in send_gamma_table() function in genesys::gl124::CommandSetGl124
|
H A D | gl843.cpp | 1431 void CommandSetGl843::send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const in send_gamma_table() function in genesys::gl843::CommandSetGl843
|
H A D | gl841.cpp | 1530 void CommandSetGl841::send_gamma_table(Genesys_Device* dev, const Genesys_Sensor& sensor) const in send_gamma_table() function in genesys::gl841::CommandSetGl841
|
H A D | genesys.cpp | 4008 dev->cmd_set->send_gamma_table(dev, sensor); in genesys_start_scan()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_mp150.c | 609 send_gamma_table (pixma_t * s) in send_gamma_table() function 622 /* PDBG (pixma_dbg (4, "*send_gamma_table***** Use 4096 bytes from LUT ***** \n")); */ in send_gamma_table() 629 PDBG (pixma_dbg (4, "*send_gamma_table***** Generate 4096 bytes Table with %f ***** \n", in send_gamma_table() 643 /* PDBG (pixma_dbg (4, "*send_gamma_table***** Use 1024 * 2 bytes from LUT ***** \n")); */ in send_gamma_table() 650 PDBG (pixma_dbg (4, "*send_gamma_table***** Generate 1024 * 2 Table with %f ***** \n", in send_gamma_table() 1527 error = send_gamma_table (s); in mp150_scan()
|
H A D | pixma_mp800.c | 442 static int send_gamma_table (pixma_t * s) in send_gamma_table() function 455 /* PDBG (pixma_dbg (4, "*send_gamma_table***** Use 4096 bytes from LUT ***** \n")); */ in send_gamma_table() 462 PDBG (pixma_dbg (4, "*send_gamma_table***** Generate 4096 bytes Table with %f ***** \n", in send_gamma_table() 476 /* PDBG (pixma_dbg (4, "*send_gamma_table***** Use 1024 * 2 bytes from LUT ***** \n")); */ in send_gamma_table() 483 PDBG (pixma_dbg (4, "*send_gamma_table***** Generate 1024 * 2 bytes Table with %f ***** \n", in send_gamma_table() 2222 error = send_gamma_table (s); in mp810_scan()
|