Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
65d17f83
Kaydet (Commit)
65d17f83
authored
Haz 08, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid misleading term "factory method", just say "function"
Change-Id: I35de0d7eedae5454001fad7e43c6697d9042a829
üst
62d4eb0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
bitmapdevice.hxx
basebmp/inc/basebmp/bitmapdevice.hxx
+6
-6
No files found.
basebmp/inc/basebmp/bitmapdevice.hxx
Dosyayı görüntüle @
65d17f83
...
...
@@ -74,7 +74,7 @@ protected:
/** Definition of BitmapDevice interface
Use the createBitmapDevice() f
actory method
to create instances.
Use the createBitmapDevice() f
unction
to create instances.
Implementation note: the clip mask and bitmap parameter instances
of BitmapDevice that are passed to individual BitmapDevice
...
...
@@ -658,13 +658,13 @@ private:
boost
::
scoped_ptr
<
ImplBitmapDevice
>
mpImpl
;
};
/** F
actory method
to create a BitmapDevice for given scanline format
/** F
unction
to create a BitmapDevice for given scanline format
*/
BASEBMP_DLLPUBLIC
BitmapDeviceSharedPtr
createBitmapDevice
(
const
basegfx
::
B2IVector
&
rSize
,
bool
bTopDown
,
sal_Int32
nScanlineFormat
);
/** F
actory method
to create a BitmapDevice for given scanline format
/** F
unction
to create a BitmapDevice for given scanline format
with the given palette
Note: the provided palette must have sufficient size, to satisfy
...
...
@@ -676,7 +676,7 @@ BASEBMP_DLLPUBLIC BitmapDeviceSharedPtr createBitmapDevice( const basegfx::B2IVe
sal_Int32
nScanlineFormat
,
const
PaletteMemorySharedVector
&
rPalette
);
/** F
actory method
to create a BitmapDevice for given scanline format
/** F
unction
to create a BitmapDevice for given scanline format
from the given piece of raw memory and palette
Note: the provided memory must have sufficient size, to store the
...
...
@@ -689,7 +689,7 @@ BASEBMP_DLLPUBLIC BitmapDeviceSharedPtr createBitmapDevice( const basegfx::B2IVe
const
PaletteMemorySharedVector
&
rPalette
);
/** F
actory method
to retrieve a subsetted BitmapDevice to the same
/** F
unction
to retrieve a subsetted BitmapDevice to the same
memory.
This method creates a second bitmap device instance, which renders
...
...
@@ -700,7 +700,7 @@ BASEBMP_DLLPUBLIC BitmapDeviceSharedPtr createBitmapDevice( const basegfx::B2IVe
BASEBMP_DLLPUBLIC
BitmapDeviceSharedPtr
subsetBitmapDevice
(
const
BitmapDeviceSharedPtr
&
rProto
,
const
basegfx
::
B2IBox
&
rSubset
);
/** F
actory method
to clone a BitmapDevice from a given prototype.
/** F
unction
to clone a BitmapDevice from a given prototype.
All attributes (like scanline format and top-down state) are
copied, only the size can be varied. Note that the prototype's
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment