Lines Matching refs:Format

48         case 1: nFormat = Format::ONE_BIT_MSB_PAL; break;  in Create()
49 case 4: nFormat = Format::FOUR_BIT_MSB_PAL; break; in Create()
50 case 8: nFormat = Format::EIGHT_BIT_PAL; break; in Create()
52 case 16: nFormat = Format::SIXTEEN_BIT_MSB_TC_MASK; break; in Create()
54 case 16: nFormat = Format::SIXTEEN_BIT_LSB_TC_MASK; break; in Create()
56 case 24: nFormat = Format::TWENTYFOUR_BIT_TC_MASK; break; in Create()
57 case 32: nFormat = Format::THIRTYTWO_BIT_TC_MASK; break; in Create()
149 case Format::ONE_BIT_MSB_GREY: in AcquireBuffer()
150 case Format::ONE_BIT_MSB_PAL: in AcquireBuffer()
154 case Format::ONE_BIT_LSB_GREY: in AcquireBuffer()
155 case Format::ONE_BIT_LSB_PAL: in AcquireBuffer()
159 case Format::FOUR_BIT_MSB_GREY: in AcquireBuffer()
160 case Format::FOUR_BIT_MSB_PAL: in AcquireBuffer()
164 case Format::FOUR_BIT_LSB_GREY: in AcquireBuffer()
165 case Format::FOUR_BIT_LSB_PAL: in AcquireBuffer()
169 case Format::EIGHT_BIT_PAL: in AcquireBuffer()
173 case Format::EIGHT_BIT_GREY: in AcquireBuffer()
177 case Format::SIXTEEN_BIT_LSB_TC_MASK: in AcquireBuffer()
182 case Format::SIXTEEN_BIT_MSB_TC_MASK: in AcquireBuffer()
187 case Format::TWENTYFOUR_BIT_TC_MASK: in AcquireBuffer()
191 case Format::THIRTYTWO_BIT_TC_MASK: in AcquireBuffer()
218 if( m_aBitmap->getScanlineFormat() == Format::EIGHT_BIT_GREY || in AcquireBuffer()
219 m_aBitmap->getScanlineFormat() == Format::FOUR_BIT_LSB_GREY || in AcquireBuffer()
220 m_aBitmap->getScanlineFormat() == Format::FOUR_BIT_MSB_GREY || in AcquireBuffer()
221 m_aBitmap->getScanlineFormat() == Format::ONE_BIT_LSB_GREY || in AcquireBuffer()
222 m_aBitmap->getScanlineFormat() == Format::ONE_BIT_MSB_GREY in AcquireBuffer()
257 case Format::ONE_BIT_MSB_GREY: in ReleaseBuffer()
259 case Format::ONE_BIT_MSB_PAL: in ReleaseBuffer()
261 case Format::ONE_BIT_LSB_GREY: in ReleaseBuffer()
263 case Format::ONE_BIT_LSB_PAL: in ReleaseBuffer()
267 case Format::FOUR_BIT_MSB_GREY: in ReleaseBuffer()
269 case Format::FOUR_BIT_MSB_PAL: in ReleaseBuffer()
271 case Format::FOUR_BIT_LSB_GREY: in ReleaseBuffer()
273 case Format::FOUR_BIT_LSB_PAL: in ReleaseBuffer()
277 case Format::EIGHT_BIT_PAL: in ReleaseBuffer()
279 case Format::EIGHT_BIT_GREY: in ReleaseBuffer()