Lines Matching refs:PutDWord
513 m_strm.PutDWord( fileStep*height + headerSize ); // file size
514 m_strm.PutDWord( 0 );
515 m_strm.PutDWord( headerSize );
518 m_strm.PutDWord( bitmapHeaderSize );
519 m_strm.PutDWord( width );
520 m_strm.PutDWord( height );
523 m_strm.PutDWord( BMP_RGB );
524 m_strm.PutDWord( 0 );
525 m_strm.PutDWord( 0 );
526 m_strm.PutDWord( 0 );
527 m_strm.PutDWord( 0 );
528 m_strm.PutDWord( 0 );