OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_strips
(Results
1 - 2
of
2
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_tiff.h
133
int
m_strips
;
member in class:GrFmtTiffReader
grfmt_tiff.cpp
249
m_strips
= -1;
371
m_strips
= -1;
454
m_strips
= count;
498
if(
m_strips
== 1 && m_rows_per_strip == -1 )
501
if( m_width > 0 && m_height > 0 &&
m_strips
> 0 &&
502
(m_height + m_rows_per_strip - 1)/m_rows_per_strip ==
m_strips
)
550
m_strips
= -1;
569
if(
m_strips
< 0 || !m_strm.IsOpened())
583
for( int s = 0; s <
m_strips
; s++ )
Completed in 17 milliseconds