OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstCol
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_blit.c
49
GLint
dstCol
; \
52
for (
dstCol
= 0;
dstCol
< dstWidth;
dstCol
++) { \
53
GLint srcCol = (
dstCol
* srcWidth) / dstWidth; \
58
dst[
dstCol
] = src[srcCol]; \
61
dst[
dstCol
*2+0] = src[srcCol*2+0]; \
62
dst[
dstCol
*2+1] = src[srcCol*2+1]; \
65
dst[
dstCol
*4+0] = src[srcCol*4+0]; \
66
dst[
dstCol
*4+1] = src[srcCol*4+1];
[
all
...]
/external/dng_sdk/source/
dng_mosaic_info.cpp
1041
int32
dstCol
= dstBuffer.fArea.l;
1043
int32 srcCol =
dstCol
>> sColShift;
1045
uint32 patPhase =
dstCol
% patCols;
1066
dstCol
,
1263
for (int32
dstCol
= dstArea.l;
dstCol
< dstArea.r;
dstCol
++)
[
all
...]
dng_linearization_info.cpp
466
uint32
dstCol
= dstTile.l;
480
dstCol
,
533
b2_phase =
dstCol
% b2_count;
684
b2_phase =
dstCol
% b2_count;
783
b2_phase =
dstCol
% b2_count;
dng_bad_pixels.cpp
174
for (int32
dstCol
= dstArea.l;
dstCol
< dstArea.r;
dstCol
++)
185
if (IsGreen (dstRow,
dstCol
)) // Green pixel
[
all
...]
dng_lens_correction.cpp
1341
for (int32
dstCol
= dstArea.l;
dstCol
< dstArea.r;
dstCol
++, dstIndex++)
1347
(real64)
dstCol
);
[
all
...]
dng_negative.cpp
[
all
...]
Completed in 921 milliseconds