Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Dbitmap4.cxx415 long* pVMap = new long[ nHeight + 2 ]; in ImplSobelGrey() local
424 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()
432 nGrey12 = pReadAcc->GetPixel( pVMap[ nY ], pHMap[ 1 ] ).GetIndex(); in ImplSobelGrey()
433 nGrey13 = pReadAcc->GetPixel( pVMap[ nY ], pHMap[ 2 ] ).GetIndex(); in ImplSobelGrey()
434 nGrey21 = pReadAcc->GetPixel( pVMap[ nY + 1 ], pHMap[ 0 ] ).GetIndex(); in ImplSobelGrey()
435 nGrey22 = pReadAcc->GetPixel( pVMap[ nY + 1 ], pHMap[ 1 ] ).GetIndex(); in ImplSobelGrey()
436 nGrey23 = pReadAcc->GetPixel( pVMap[ nY + 1 ], pHMap[ 2 ] ).GetIndex(); in ImplSobelGrey()
[all …]
/AOO41X/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx722 pVMap( 0 ), in SwFrmPage()
1072 if ( pVMap ) in FillItemSet()
1078 sal_uInt16 nMapPos = GetMapPos(pVMap, aVerticalDLB); in FillItemSet()
1079 short nAlign = GetAlignment(pVMap, nMapPos, aVerticalDLB, aVertRelationLB); in FillItemSet()
1080 short nRel = GetRelation(pVMap, aVertRelationLB); 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()
1247 pVMap = bHtmlMode ? aVFlyHtmlMap : aVFrameMap; in InitPos()
1254 pVMap = aVParaHtmlMap; in InitPos()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Dfrmpage.hxx131 FrmMap* pVMap; member in SwFrmPage