/external/opencv/otherlibs/highgui/ |
grfmt_sunras.cpp | 181 uchar* bgr = bgr_buffer; local 194 bgr = new uchar[m_width*3 + 32]; 358 m_strm.GetBytes( color ? data : bgr, src_pitch ); 367 icvCvt_BGR2Gray_8u_C3C1R( bgr, 0, data, 0, cvSize(m_width,1), 396 if( bgr != bgr_buffer ) delete[] bgr;
|
grfmt_bmp.cpp | 195 uchar* bgr = bgr_buffer; local 216 if( m_width*3 + 32 > buffer_size ) bgr = new uchar[m_width*3 + 32]; 230 FillColorRow1( color ? data : bgr, src, m_width, m_palette ); 232 icvCvt_BGR2Gray_8u_C3C1R( bgr, 0, data, 0, cvSize(m_width,1) ); 476 if( bgr != bgr_buffer ) delete[] bgr;
|
/external/chromium_org/third_party/freetype/src/truetype/ |
ttinterp.h | 277 FT_Bool bgr; /* bgr instead of rgb? */ member in struct:TT_ExecContextRec_
|
/external/freetype/src/truetype/ |
ttinterp.h | 277 FT_Bool bgr; /* bgr instead of rgb? */ member in struct:TT_ExecContextRec_
|