Searched refs:bGray (Results 1 – 4 of 4) sorted by relevance
344 sal_Bool bGray = ((JPEGCreateBitmapParam*)pParam)->bGray != 0; in CreateBitmap() local358 || sal_uInt64(aSize.Width())*sal_uInt64(aSize.Height())*(bGray?1:3) > MAX_BITMAP_BYTE_SIZE) in CreateBitmap()365 if( bGray ) in CreateBitmap()408 ( bGray && ( BMP_FORMAT_8BIT_PAL == nFormat ) ) || in CreateBitmap()409 ( !bGray && ( BMP_FORMAT_24BIT_TC_RGB == nFormat ) ) in CreateBitmap()418 nAlignedWidth = AlignedWidth4Bytes( aSize.Width() * ( bGray ? 8 : 24 ) ); in CreateBitmap()
42 long bGray; member
150 aCreateBitmapParam.bGray = cinfo.output_components == 1; in ReadJPEG()
313 sal_Bool bGray = sal_False; in IsGrayPortionType() local327 bGray = !pViewOptions->IsPagePreview() && in IsGrayPortionType()330 case POR_TAB: bGray = pViewOptions->IsTab(); break; in IsGrayPortionType()331 case POR_SOFTHYPH: bGray = pViewOptions->IsSoftHyph(); break; in IsGrayPortionType()332 case POR_BLANK: bGray = pViewOptions->IsHardBlank(); break; in IsGrayPortionType()336 return bGray; in IsGrayPortionType()
Completed in 34 milliseconds