Lines Matching refs:pGraphics
1118 Os2SalGraphics* pGraphics = new Os2SalGraphics; in CreateInfoPrinter() local
1119 pGraphics->mhDC = pPrinter->mhDC; in CreateInfoPrinter()
1120 pGraphics->mhPS = pPrinter->mhPS; in CreateInfoPrinter()
1121 pGraphics->mhWnd = 0; in CreateInfoPrinter()
1122 pGraphics->mbPrinter = TRUE; in CreateInfoPrinter()
1123 pGraphics->mbVirDev = FALSE; in CreateInfoPrinter()
1124 pGraphics->mbWindow = FALSE; in CreateInfoPrinter()
1125 pGraphics->mbScreen = FALSE; in CreateInfoPrinter()
1127 ImplSalInitGraphics( pGraphics ); in CreateInfoPrinter()
1128 pPrinter->mpGraphics = pGraphics; in CreateInfoPrinter()
1853 Os2SalGraphics* pGraphics = new Os2SalGraphics; in StartPage() local
1854 pGraphics->mhDC = mhDC; in StartPage()
1855 pGraphics->mhPS = mhPS; in StartPage()
1856 pGraphics->mhWnd = 0; in StartPage()
1857 pGraphics->mbPrinter = TRUE; in StartPage()
1858 pGraphics->mbVirDev = FALSE; in StartPage()
1859 pGraphics->mbWindow = FALSE; in StartPage()
1860 pGraphics->mbScreen = FALSE; in StartPage()
1861 pGraphics->mnHeight = 0; in StartPage()
1870 pGraphics->mnHeight = aInfo.yPels; in StartPage()
1874 if ( !pGraphics->mnHeight ) in StartPage()
1875 DevQueryCaps( mhDC, CAPS_HEIGHT, 1L, &pGraphics->mnHeight ); in StartPage()
1877 ImplSalInitGraphics( pGraphics ); in StartPage()
1878 mpGraphics = pGraphics; in StartPage()
1880 return pGraphics; in StartPage()