Home
last modified time | relevance | path

Searched refs:SANE_Int (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sane/inc/
H A Dsane.h45 typedef SANE_Word SANE_Int; typedef
150 SANE_Int size;
151 SANE_Int cap; /* capabilities */
202 SANE_Int bytes_per_line;
203 SANE_Int pixels_per_line;
204 SANE_Int lines;
205 SANE_Int depth;
218 extern SANE_Status sane_init (SANE_Int * version_code,
227 sane_get_option_descriptor (SANE_Handle handle, SANE_Int option);
228 extern SANE_Status sane_control_option (SANE_Handle handle, SANE_Int option,
[all …]
/trunk/main/extensions/source/scanner/
H A Dsane.cxx88 SANE_Int Sane::nVersion = 0;
92 SANE_Status (*Sane::p_init)( SANE_Int*,
100 SANE_Handle, SANE_Int ) = 0;
101 SANE_Status (*Sane::p_control_option)( SANE_Handle, SANE_Int,
103 SANE_Int* ) = 0;
107 SANE_Status (*Sane::p_read)( SANE_Handle, SANE_Byte*, SANE_Int,
108 SANE_Int* ) = 0;
111 SANE_Status (*Sane::p_get_select_fd)( SANE_Handle, SANE_Int* ) = 0;
132 SANE_Int nInfo = 0; in ControlOption()
134 nStatus = p_control_option( maHandle, (SANE_Int)nOption, in ControlOption()
[all …]
H A Dsane.hxx73 static SANE_Status (*p_init)( SANE_Int*,
81 SANE_Handle, SANE_Int );
82 static SANE_Status (*p_control_option)( SANE_Handle, SANE_Int,
84 SANE_Int* );
88 static SANE_Status (*p_read)( SANE_Handle, SANE_Byte*, SANE_Int,
89 SANE_Int* );
92 static SANE_Status (*p_get_select_fd)( SANE_Handle, SANE_Int* );
95 static SANE_Int nVersion;
143 SANE_Int GetOptionCap( int n ) in GetOptionCap()