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:skipShadow
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_detect.c
282
ps->Shade.
skipShadow
= _DEF_DARKEST_SKIP;
in detectSetupBuffers()
284
if( ps->Shade.skipHilight && ps->Shade.
skipShadow
) {
in detectSetupBuffers()
288
skipSize = (ULong)((ps->Shade.skipHilight + ps->Shade.
skipShadow
)
in detectSetupBuffers()
295
ps->Shade.
skipShadow
);
in detectSetupBuffers()
H
A
D
u12-if.c
583
dev->shade.
skipShadow
= _DEF_DARKEST_SKIP;
in u12if_SetupBuffer()
585
if( dev->shade.skipHilight && dev->shade.
skipShadow
) {
in u12if_SetupBuffer()
589
skipSize = (u_long)((dev->shade.skipHilight + dev->shade.
skipShadow
)
in u12if_SetupBuffer()
594
dev->shade.
skipShadow
);
in u12if_SetupBuffer()
H
A
D
u12-shading.c
173
shadingBytes * dev->shade.
skipShadow
* 3 );
in u12shadingAdjustShadingWaveform()
226
for( b = dev->shade.
skipShadow
; b--;
in u12shadingAdjustShadingWaveform()
264
for( b = dev->shade.
skipShadow
; b--;
in u12shadingAdjustShadingWaveform()
321
for( b = dev->shade.skipHilight + dev->shade.
skipShadow
;
in u12shadingAdjustShadingWaveform()
344
for( b = dev->shade.skipHilight + dev->shade.
skipShadow
;
in u12shadingAdjustShadingWaveform()
H
A
D
u12-hwdef.h
449
SANE_Byte
skipShadow
;
member
H
A
D
plustek-pp_dac.c
1992
ps->Shade.shadingBytes * ps->Shade.
skipShadow
* 3 );
in dacP98003AdjustShadingWaveform()
2043
for(b = ps->Shade.
skipShadow
; b--;
in dacP98003AdjustShadingWaveform()
2083
for (b = ps->Shade.
skipShadow
; b--;
in dacP98003AdjustShadingWaveform()
2140
for( b = ps->Shade.skipHilight + ps->Shade.
skipShadow
;
in dacP98003AdjustShadingWaveform()
2163
for( b = ps->Shade.skipHilight + ps->Shade.
skipShadow
;
in dacP98003AdjustShadingWaveform()
H
A
D
plustek-pp_hwdefs.h
676
UChar
skipShadow
;
member
Completed in 9 milliseconds