Searched refs:pVMap (Results 1 – 3 of 3) sorted by relevance
415 long* pVMap = new long[ nHeight + 2 ]; in ImplSobelGrey() local424 pVMap[ 0 ] = 0; in ImplSobelGrey()426 pVMap[ nY ] = nY - 1; in ImplSobelGrey()427 pVMap[ nHeight + 1 ] = nHeight - 1; in ImplSobelGrey()431 nGrey11 = pReadAcc->GetPixel( pVMap[ nY ], pHMap[ 0 ] ).GetIndex(); in ImplSobelGrey()488 delete[] pVMap; in ImplSobelGrey()541 long* pVMap = new long[ nHeight + 2 ]; in ImplEmbossGrey() local556 pVMap[ 0 ] = 0; in ImplEmbossGrey()558 pVMap[ nY ] = nY - 1; in ImplEmbossGrey()559 pVMap[ nHeight + 1 ] = nHeight - 1; in ImplEmbossGrey()[all …]
722 pVMap( 0 ), in SwFrmPage()1072 if ( pVMap ) in FillItemSet()1218 if ( nPos != LISTBOX_ENTRY_NOTFOUND && pVMap ) in InitPos()1220 nOldV = pVMap[nPos].nAlign; in InitPos()1240 pVMap = bHtmlMode ? aVPageHtmlMap : aVPageMap; in InitPos()1254 pVMap = aVParaHtmlMap; in InitPos()1259 pVMap = aVParaMap; in InitPos()1272 pVMap = aVCharMap; in InitPos()1811 if ( pVMap ) in IMPL_LINK()1946 FrmMap *pMap = bHori ? pHMap : pVMap; in IMPL_LINK()[all …]
131 FrmMap* pVMap; member in SwFrmPage
Completed in 25 milliseconds