Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:OPT_CROP_IMAGE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
pieusb_specific.c
875
scanner->opt[
OPT_CROP_IMAGE
].name = "crop";
in sanei_pieusb_init_options()
876
scanner->opt[
OPT_CROP_IMAGE
].title = "Cropping";
in sanei_pieusb_init_options()
877
scanner->opt[
OPT_CROP_IMAGE
].desc = "How to crop the image";
in sanei_pieusb_init_options()
878
scanner->opt[
OPT_CROP_IMAGE
].type = SANE_TYPE_STRING;
in sanei_pieusb_init_options()
879
scanner->opt[
OPT_CROP_IMAGE
].size = max_string_size ((SANE_String_Const const *)(void*) scanner->device->crop_sw_list);
in sanei_pieusb_init_options()
880
scanner->opt[
OPT_CROP_IMAGE
].constraint_type = SANE_CONSTRAINT_STRING_LIST;
in sanei_pieusb_init_options()
881
scanner->opt[
OPT_CROP_IMAGE
].constraint.string_list = (SANE_String_Const const *)(void*) scanner->device->crop_sw_list;
in sanei_pieusb_init_options()
882
scanner->val[
OPT_CROP_IMAGE
].s = (SANE_Char *) strdup (scanner->device->crop_sw_list[2]);
in sanei_pieusb_init_options()
1523
if (strcmp(scanner->val[
OPT_CROP_IMAGE
].s, scanner->device->crop_sw_list[0]) != 0) {
in sanei_pieusb_analyse_options()
1524
DBG (DBG_info_sane, "Option %s = %s ignored during preview\n", scanner->opt[
OPT_CROP_IMAGE
]
in sanei_pieusb_analyse_options()
[all...]
H
A
D
pieusb_specific.h
146
OPT_CROP_IMAGE
, /* automatically crop image */
enumerator
H
A
D
pieusb.c
619
case
OPT_CROP_IMAGE
:
in sane_control_option()
708
case
OPT_CROP_IMAGE
:
in sane_control_option()
Completed in 6 milliseconds