Home
last modified time | relevance | path

Searched refs:nOldResolution (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DPrintOptTest.cxx635 sal_Int16 nOldResolution ; in impl_checkPrint() local
637 nNewResolution = nOldResolution = 0; in impl_checkPrint()
638 nOldResolution = impl_GetReducedBitmapResolution(); in impl_checkPrint()
639 nNewResolution = nOldResolution + 1; in impl_checkPrint()
643 if (nNewResolution == nOldResolution)// test the new source in impl_checkPrint()
653 nNewResolution = nOldResolution = 0; in impl_checkPrint()
654 nOldResolution = impl_GetReducedBitmapResolution(); in impl_checkPrint()
655 nNewResolution = nOldResolution + 1; in impl_checkPrint()
659 if (nNewResolution == nOldResolution) // test the new source in impl_checkPrint()

Completed in 8 milliseconds