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:wDataType
(Results
1 - 10
of
10
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_image.c
131
if (pImgInf->
wDataType
>= COLOR_TRUE24) {
in imageGetPhysDPI()
144
if (pImgInf->
wDataType
>= COLOR_TRUE24 ) {
in imageGetPhysDPI()
439
ps->DataInf.wAppDataType = pInf->ImgDef.
wDataType
;
in imageP98SetupScanSettings()
746
if( pImgInf->
wDataType
<= COLOR_HALFTONE ) {
in imageP98GetInfo()
758
if( COLOR_TRUE48 == pImgInf->
wDataType
) {
in imageP98GetInfo()
762
switch( pImgInf->
wDataType
) {
in imageP98GetInfo()
869
switch( pImgInf->
wDataType
) {
in imageP96GetInfo()
1140
ps->DataInf.wAppDataType = pInf->ImgDef.
wDataType
;
in imageP96SetupScanSettings()
H
A
D
plustek-usb.c
911
if( si->ImgDef.
wDataType
== COLOR_256GRAY ) {
in usbDev_setScanEnv()
916
si->ImgDef.
wDataType
= COLOR_TRUE24;
in usbDev_setScanEnv()
923
si->ImgDef.
wDataType
= COLOR_TRUE24;
in usbDev_setScanEnv()
926
} else if ( si->ImgDef.
wDataType
== COLOR_GRAY16 ) {
in usbDev_setScanEnv()
930
si->ImgDef.
wDataType
= COLOR_TRUE48;
in usbDev_setScanEnv()
933
} else if ( si->ImgDef.
wDataType
== COLOR_BW ) {
in usbDev_setScanEnv()
937
si->ImgDef.
wDataType
= COLOR_TRUE24;
in usbDev_setScanEnv()
H
A
D
plustek.h
317
unsigned short
wDataType
;
member
H
A
D
u12-scanner.h
193
u_short
wDataType
; /**< and the data type */
member
H
A
D
u12-image.c
357
if( image->
wDataType
<= COLOR_BW ) {
in u12image_GetImageInfo()
369
if( COLOR_TRUE42 == image->
wDataType
) {
in u12image_GetImageInfo()
373
switch( image->
wDataType
) {
in u12image_GetImageInfo()
435
dev->DataInf.wAppDataType = img->
wDataType
;
in imageSetupScanSettings()
H
A
D
plustek-pp.h
78
unsigned short
wDataType
;
member
H
A
D
plustek-usbscan.c
1545
switch( pInfo->
wDataType
) {
in usb_GetImageInfo()
1593
switch( pInfo->
wDataType
) {
in usb_SaveImageInfo()
H
A
D
plustek_pp.c
1899
sinfo.ImgDef.
wDataType
= scanmode;
in sane_start()
H
A
D
u12.c
1655
image.
wDataType
= scanmode;
in sane_start()
H
A
D
plustek.c
2472
crop.ImgDef.
wDataType
= scanmode;
in local_sane_start()
Completed in 17 milliseconds