OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:srcCols
(Results
1 - 3
of
3
) sorted by null
/external/dng_sdk/source/
dng_render.cpp
997
uint32
srcCols
= srcArea.W ();
1001
real32 *tPtrG = tPtrR +
srcCols
;
1002
real32 *tPtrB = tPtrG +
srcCols
;
1023
DoCopyBytes (sPtrA, tPtrR,
srcCols
* (uint32) sizeof (real32))
[
all
...]
dng_resample.cpp
703
uint32
srcCols
= srcArea.W ();
746
srcCols
,
800
srcCols
,
dng_lossless_jpeg.cpp
[
all
...]
Completed in 184 milliseconds