Lines Matching refs:xBitmap
648 Reference<rendering::XBitmap> xBitmap (GetBitmap(eArea,rpBitmaps)); in PaintBitmap() local
650 if (xBitmap.is()) in PaintBitmap()
662 const geometry::IntegerSize2D aBitmapSize (xBitmap->getSize()); in PaintBitmap()
672 xBitmap, in PaintBitmap()
732 Reference<rendering::XBitmap> xBitmap (rpDescriptor->GetNormalBitmap()); in UpdateWidthOrHeight() local
733 if (xBitmap.is()) in UpdateWidthOrHeight()
735 const geometry::IntegerSize2D aBitmapSize (xBitmap->getSize()); in UpdateWidthOrHeight()
882 Reference<rendering::XBitmap> xBitmap (mpNextButtonDescriptor->GetNormalBitmap()); in UpdateBorders() local
883 if (xBitmap.is()) in UpdateBorders()
885 geometry::IntegerSize2D aSize (xBitmap->getSize()); in UpdateBorders()
893 Reference<rendering::XBitmap> xBitmap (mpPrevButtonDescriptor->GetNormalBitmap()); in UpdateBorders() local
894 if (xBitmap.is()) in UpdateBorders()
896 geometry::IntegerSize2D aSize (xBitmap->getSize()); in UpdateBorders()
1105 Reference<rendering::XBitmap> xBitmap (mpNextButtonDescriptor->GetNormalBitmap()); in UpdateBorders() local
1106 if (xBitmap.is()) in UpdateBorders()
1108 geometry::IntegerSize2D aSize (xBitmap->getSize()); in UpdateBorders()
1116 Reference<rendering::XBitmap> xBitmap (mpPrevButtonDescriptor->GetNormalBitmap()); in UpdateBorders() local
1117 if (xBitmap.is()) in UpdateBorders()
1119 geometry::IntegerSize2D aSize (xBitmap->getSize()); in UpdateBorders()