Home
last modified time | relevance | path

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

/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx287 case 2: maBottomRight.X() = (int)fValue;break; in InitFields()
288 case 3: maBottomRight.Y() = (int)fValue;break; in InitFields()
341 maBottomRight.X() = PREVIEW_WIDTH; in InitFields()
347 maBottomRight.Y() = PREVIEW_HEIGHT; in InitFields()
356 maBottomRight = GetPixelPos( maBottomRight ); in InitFields()
358 Size( maBottomRight.X() - maTopLeft.X(), in InitFields()
359 maBottomRight.Y() - maTopLeft.Y() ) in InitFields()
669 maBottomRight.Y() = aPoint.Y(); in IMPL_LINK()
676 maBottomRight.X() = aPoint.X(); in IMPL_LINK()
741 Size( maBottomRight.X() - maTopLeft.X(), in AcquirePreview()
[all …]
H A Dsanedlg.hxx49 Point maTopLeft, maBottomRight; member in SaneDlg
/trunk/main/drawinglayer/source/primitive2d/
H A Ddiscreteshadowprimitive2d.cxx42 maBottomRight(), in DiscreteShadow()
110 if(maBottomRight.IsEmpty()) in getBottomRight()
113 const_cast< DiscreteShadow* >(this)->maBottomRight = getBitmapEx(); in getBottomRight()
114 const_cast< DiscreteShadow* >(this)->maBottomRight.Crop( in getBottomRight()
118 return maBottomRight; in getBottomRight()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx41 maBottomRight(rShadowBitmap,+1,+1), in FramePainter()
80 maBottomRight.PaintCorner(rDevice, aBox.BottomRight()); in PaintFrame()
82 maRight.PaintSide(rDevice, aBox.TopRight(), aBox.BottomRight(), maTopRight, maBottomRight); in PaintFrame()
84 maBottom.PaintSide(rDevice, aBox.BottomLeft(), aBox.BottomRight(), maBottomLeft, maBottomRight); in PaintFrame()
117 maBottomRight.maBitmap.Replace(aSourceColor, aNewColor, 0); in AdaptColor()
H A DSlsFramePainter.hxx109 OffsetBitmap maBottomRight; member in sd::slidesorter::view::FramePainter
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Ddiscreteshadowprimitive2d.hxx50 BitmapEx maBottomRight; member in drawinglayer::primitive2d::DiscreteShadow