Home | History | Annotate | Download | only in opencv

Lines Matching refs:PutDWord

195     m_strm->PutDWord( fileStep*height + headerSize ); // file size

196 m_strm->PutDWord( 0 );
197 m_strm->PutDWord( headerSize );
200 m_strm->PutDWord( bitmapHeaderSize );
201 m_strm->PutDWord( width );
202 m_strm->PutDWord( height );
205 m_strm->PutDWord( BMP_RGB );
206 m_strm->PutDWord( 0 );
207 m_strm->PutDWord( 0 );
208 m_strm->PutDWord( 0 );
209 m_strm->PutDWord( 0 );
210 m_strm->PutDWord( 0 );