Home
last modified time | relevance | path

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

/aoo42x/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,
230 SANE_Int * info);
235 SANE_Int max_length, SANE_Int * length);
[all …]
/aoo42x/main/extensions/source/scanner/
H A Dsane.cxx90 SANE_Int Sane::nVersion = 0;
94 SANE_Status (*Sane::p_init)( SANE_Int*,
102 SANE_Handle, SANE_Int ) = 0;
105 SANE_Int* ) = 0;
110 SANE_Int* ) = 0;
134 SANE_Int nInfo = 0; in ControlOption()
215 SANE_Int)) in Init()
218 SANE_Action, void*, SANE_Int*)) in Init()
225 SANE_Int, SANE_Int* )) in Init()
703 SANE_Int nLen=0; in Start()
[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()

Completed in 29 milliseconds