OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:width3
(Results
1 - 3
of
3
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_sunras.cpp
184
int
width3
= m_width*nch;
local
290
uchar* line_end = data +
width3
;
328
data = FillUniColor( data, line_end, step,
width3
,
332
data = FillUniGray( data, line_end, step,
width3
,
344
data = line_end -
width3
;
grfmt_bmp.cpp
198
int
width3
= m_width*nch;
local
253
uchar* line_end = data +
width3
;
304
len = x_shift3 + (y_shift *
width3
) & ((code == 0) - 1);
307
data = FillUniColor( data, line_end, step,
width3
,
311
data = FillUniGray( data, line_end, step,
width3
,
341
uchar* line_end = data +
width3
;
359
data = FillUniColor( data, line_end, step,
width3
,
363
data = FillUniGray( data, line_end, step,
width3
,
389
if( code || !line_end_flag || x_shift3 <
width3
)
397
x_shift3 += (y_shift *
width3
) & ((code == 0) - 1)
[
all
...]
grfmt_pxm.cpp
207
int
width3
= m_width*nch;
local
214
src = new uchar[
width3
*m_bit_depth/8 + 32];
273
for( x = 0; x <
width3
; x++ )
288
for( x = 0; x <
width3
; x++ )
299
for( x = 0; x <
width3
; x++ )
Completed in 44 milliseconds