Home
last modified time | relevance | path

Searched refs:bGray (Results 1 – 4 of 4) sorted by path

/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx344 sal_Bool bGray = ((JPEGCreateBitmapParam*)pParam)->bGray != 0; in CreateBitmap() local
358 || 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()
H A Djpeg.h42 long bGray; member
H A Djpegc.c150 aCreateBitmapParam.bGray = cinfo.output_components == 1; in ReadJPEG()
/trunk/main/sw/source/core/access/
H A Daccportions.cxx313 sal_Bool bGray = sal_False; in IsGrayPortionType() local
327 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 32 milliseconds