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
84689940
Kaydet (Commit)
84689940
authored
Agu 19, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: post cairo-text remove unused legacy methods
üst
0c3296ae
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
15 deletions
+0
-15
salgdi.h
vcl/inc/unx/salgdi.h
+0
-4
gcach_xpeer.cxx
vcl/unx/generic/gdi/gcach_xpeer.cxx
+0
-10
gcach_xpeer.hxx
vcl/unx/generic/gdi/gcach_xpeer.hxx
+0
-1
salgdi3.cxx
vcl/unx/generic/gdi/salgdi3.cxx
+0
-0
No files found.
vcl/inc/unx/salgdi.h
Dosyayı görüntüle @
84689940
...
...
@@ -214,10 +214,6 @@ protected:
void
DrawPrinterString
(
const
SalLayout
&
);
void
DrawServerFontString
(
const
ServerFontLayout
&
);
void
DrawServerSimpleFontString
(
const
ServerFontLayout
&
);
void
DrawServerAAFontString
(
const
ServerFontLayout
&
);
bool
DrawServerAAForcedString
(
const
ServerFontLayout
&
);
void
DrawCairoAAFontString
(
const
ServerFontLayout
&
);
void
freeResources
();
public
:
...
...
vcl/unx/generic/gdi/gcach_xpeer.cxx
Dosyayı görüntüle @
84689940
...
...
@@ -404,16 +404,6 @@ void X11GlyphPeer::RemovingGlyph( ServerFont& /*rServerFont*/, GlyphData& rGlyph
// ---------------------------------------------------------------------------
bool
X11GlyphPeer
::
ForcedAntialiasing
(
const
ServerFont
&
rServerFont
,
int
nScreen
)
const
{
bool
bForceOk
=
rServerFont
.
GetAntialiasAdvice
();
// maximum size for antialiasing is 250 pixels
bForceOk
&=
(
rServerFont
.
GetFontSelData
().
mnHeight
<
250
);
return
(
bForceOk
&&
((
mnForcedAA
>>
nScreen
)
&
1
));
}
// ---------------------------------------------------------------------------
GlyphSet
X11GlyphPeer
::
GetGlyphSet
(
ServerFont
&
rServerFont
,
int
nScreen
)
{
if
(
(
nScreen
>=
0
)
&&
((
mnUsingXRender
>>
nScreen
)
&
1
)
==
0
)
...
...
vcl/unx/generic/gdi/gcach_xpeer.hxx
Dosyayı görüntüle @
84689940
...
...
@@ -47,7 +47,6 @@ public:
Pixmap
GetPixmap
(
ServerFont
&
,
int
nGlyphIndex
,
int
nScreen
);
const
RawBitmap
*
GetRawBitmap
(
ServerFont
&
,
int
nGlyphIndex
);
bool
ForcedAntialiasing
(
const
ServerFont
&
,
int
nScreen
)
const
;
GlyphSet
GetGlyphSet
(
ServerFont
&
,
int
nScreen
);
Glyph
GetGlyphId
(
ServerFont
&
,
int
nGlyphIndex
);
...
...
vcl/unx/generic/gdi/salgdi3.cxx
Dosyayı görüntüle @
84689940
This diff is collapsed.
Click to expand it.
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