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:image_range
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
dc210.c
124
static SANE_Range
image_range
= {
variable
168
{(void *) &
image_range
}
755
image_range
.min = 0;
in sane_init()
756
image_range
.max = 0;
in sane_init()
761
image_range
.min = 1;
in sane_init()
762
image_range
.max = Camera.pic_taken;
in sane_init()
1292
image_range
.max--;
in sane_read()
1358
image_range
.max--;
in sane_read()
1504
image_range
.max++;
in snap_pic()
H
A
D
gphoto2.c
137
static SANE_Range
image_range
= {
variable
198
{(SANE_String_Const *) &
image_range
} /* this is ANSI conformant! */
546
image_range
.min = 0;
in get_info()
547
image_range
.max = 0;
in get_info()
552
image_range
.min = 1;
in get_info()
553
image_range
.max = Cam_data.pic_taken;
in get_info()
1620
image_range
.min = 1;
in get_pictures_info()
1621
image_range
.max = num_pictures;
in get_pictures_info()
1851
image_range
.max--;
in converter_do_scan_complete_cleanup()
1852
if (
image_range
in converter_do_scan_complete_cleanup()
[all...]
H
A
D
dc240.c
124
static SANE_Range
image_range
= {
variable
185
{(SANE_String_Const *) &
image_range
} /* this is ANSI conformant! */
585
image_range
.min = 0;
in get_info()
586
image_range
.max = 0;
in get_info()
591
image_range
.min = 1;
in get_info()
592
image_range
.max = Camera.pic_taken;
in get_info()
1535
image_range
.max--;
in sane_read()
1680
image_range
.max = num_pictures;
in get_pictures_info()
1811
image_range
.max++;
in snap_pic()
H
A
D
dc25.c
158
static SANE_Range
image_range
= {
variable
202
{(SANE_String_Const *) &
image_range
} /* this is ANSI conformant! */
577
image_range
.max = CameraInfo.pic_taken;
in get_info()
578
image_range
.min = CameraInfo.pic_taken ? 1 : 0;
in get_info()
1922
image_range
.min = 0;
in sane_init()
1931
image_range
.min = 1;
in sane_init()
2357
if (
image_range
.min == 0)
in sane_start()
2358
image_range
.min = 1;
in sane_start()
2359
image_range
.max++;
in sane_start()
2552
DBG (10, "Call get_info!, image range=%d,%d\n",
image_range
in sane_read()
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H
A
D
imgui_impl_vulkan.cpp
1362
VkImageSubresourceRange
image_range
= { VK_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, 1 };
in ImGui_ImplVulkanH_CreateWindowSwapChain()
local
1363
info.subresourceRange =
image_range
;
in ImGui_ImplVulkanH_CreateWindowSwapChain()
Completed in 11 milliseconds