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:pusrgb
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
u12-tpa.c
126
dev->bufs.TpaBuf.
pusrgb
[i].Red += RedPtr.pb[i];
in u12tpa_Reshading()
127
dev->bufs.TpaBuf.
pusrgb
[i].Green += GreenPtr.pb[i];
in u12tpa_Reshading()
128
dev->bufs.TpaBuf.
pusrgb
[i].Blue += BluePtr.pb[i];
in u12tpa_Reshading()
269
RedPtr.
pusrgb
= dev->bufs.b2.pSumRGB + dwIndex +
in u12tpa_Reshading()
272
for( dwR = dwG = dwB = 0, i = 16; i--; RedPtr.
pusrgb
++ ) {
in u12tpa_Reshading()
273
dwR += RedPtr.
pusrgb
->Red;
in u12tpa_Reshading()
274
dwG += RedPtr.
pusrgb
->Green;
in u12tpa_Reshading()
275
dwB += RedPtr.
pusrgb
->Blue;
in u12tpa_Reshading()
H
A
D
plustek-pp_types.h
175
pRGBUShortDef
pusrgb
;
member
H
A
D
plustek-pp_tpa.c
907
ps->Bufs.TpaBuf.
pusrgb
[i].Red += RedPtr.pb[i];
in TPAP98003Reshading()
908
ps->Bufs.TpaBuf.
pusrgb
[i].Green += GreenPtr.pb[i];
in TPAP98003Reshading()
909
ps->Bufs.TpaBuf.
pusrgb
[i].Blue += BluePtr.pb[i];
in TPAP98003Reshading()
1050
RedPtr.
pusrgb
= ps->Bufs.b2.pSumRGB + dwIndex +
in TPAP98003Reshading()
1053
for( dwR = dwG = dwB = 0, i = 16; i--; RedPtr.
pusrgb
++ ) {
in TPAP98003Reshading()
1054
dwR += RedPtr.
pusrgb
->Red;
in TPAP98003Reshading()
1055
dwG += RedPtr.
pusrgb
->Green;
in TPAP98003Reshading()
1056
dwB += RedPtr.
pusrgb
->Blue;
in TPAP98003Reshading()
H
A
D
u12-scanner.h
117
RGBUShortDef *
pusrgb
;
member
H
A
D
u12-shading.c
193
pvar.
pusrgb
= (RGBUShortDef*)dev->shade.pHilight +
in u12shadingAdjustShadingWaveform()
198
pRGB = pvar.
pusrgb
++;
in u12shadingAdjustShadingWaveform()
315
pvar.
pusrgb
= (RGBUShortDef*)dev->shade.pHilight + _SHADING_BEGINX;
in u12shadingAdjustShadingWaveform()
319
pRGB = pvar.
pusrgb
++;
in u12shadingAdjustShadingWaveform()
H
A
D
plustek-pp_dac.c
2010
pvar.
pusrgb
= (pRGBUShortDef)ps->Shade.pHilight +
in dacP98003AdjustShadingWaveform()
2015
pRGB = pvar.
pusrgb
++;
in dacP98003AdjustShadingWaveform()
2134
pvar.
pusrgb
= (pRGBUShortDef)ps->Shade.pHilight + _SHADING_BEGINX;
in dacP98003AdjustShadingWaveform()
2138
pRGB = pvar.
pusrgb
++;
in dacP98003AdjustShadingWaveform()
Completed in 7 milliseconds