Home
last modified time | relevance | path

Searched refs:pRA (Results 1 – 2 of 2) sorted by path

/trunk/main/svl/source/items/
H A Dnranges.cxx329 if (!pRA[0]) in operator +=()
359 pRA += 2; in operator +=()
360 if (!pRA[0]) in operator +=()
366 pRA += 2; in operator +=()
379 pRA = _pRanges; in operator +=()
391 if (!pRA[0]) in operator +=()
395 *pRN++ = pRA[0]; in operator +=()
425 pRA += 2; in operator +=()
426 if (!pRA[0]) in operator +=()
435 *pRN++ = pRA[1]; in operator +=()
[all …]
/trunk/main/vcl/source/gdi/
H A Dprint2.cxx211 BitmapReadAccess* pRA = aBmp.AcquireReadAccess(); in ImplConvertTransparentAction() local
213 if( !pRA ) in ImplConvertTransparentAction()
218 if( pRA->HasPalette() ) in ImplConvertTransparentAction()
219 aActualColor = pRA->GetBestPaletteColor( aBgColor ).operator Color(); in ImplConvertTransparentAction()
221 aBmp.ReleaseAccess(pRA); in ImplConvertTransparentAction()

Completed in 28 milliseconds