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:m_dwPixels
(Results
1 - 1
of
1
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-usbshading.c
96
static u_long
m_dwPixels
;
variable
1608
m_dwPixels
= scanning->sParam.Size.dwPixels *
in usb_AdjustDarkShading()
1905
m_dwPixels
= scan->sParam.Size.dwPixels * m_ScanParam.UserDpi.x /
in usb_AdjustWhiteShading()
2018
for( dw = 0; dw <
m_dwPixels
* m_ScanParam.bChannels; dw++ )
in usb_AdjustWhiteShading()
2022
for( dw = 0; dw <
m_dwPixels
* m_ScanParam.bChannels; dw++ )
in usb_AdjustWhiteShading()
2026
pwDest += (u_long)
m_dwPixels
* m_ScanParam.bChannels;
in usb_AdjustWhiteShading()
2030
_SWAP(m_ScanParam.Size.dwPhyPixels,
m_dwPixels
);
in usb_AdjustWhiteShading()
3120
m_dwPixels
= m_ScanParam.Size.dwPhyPixels;
3143
DBG( _DBG_INFO, "Downloading %lu pixels\n",
m_dwPixels
);
3147
get_ptrs(dev, a_wDarkShading,
m_dwPixels
,
[all...]
Completed in 3 milliseconds