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
9140d279
Kaydet (Commit)
9140d279
authored
Şub 04, 2014
tarafından
Khaled Hosny
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Minor
Change-Id: Ic2182ffc76d63b966fc381dadb59af344dda945e
üst
e3a41d57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
gcach_layout.cxx
vcl/generic/glyphs/gcach_layout.cxx
+2
-7
No files found.
vcl/generic/glyphs/gcach_layout.cxx
Dosyayı görüntüle @
9140d279
...
...
@@ -132,9 +132,6 @@ std::ostream &operator <<(std::ostream& s, ServerFont* pFont)
return
s
;
}
static
hb_font_funcs_t
*
pHbFontFuncs
=
NULL
;
static
hb_unicode_funcs_t
*
pHbUnicodeFuncs
=
NULL
;
static
hb_blob_t
*
getFontTable
(
hb_face_t
*
/*face*/
,
hb_tag_t
nTableTag
,
void
*
pUserData
)
{
char
pTagName
[
5
];
...
...
@@ -374,8 +371,7 @@ bool HbLayoutEngine::layout(ServerFontLayout& rLayout, ImplLayoutArgs& rArgs)
SAL_INFO
(
"vcl.harfbuzz"
,
"layout("
<<
this
<<
",rArgs="
<<
rArgs
<<
")"
);
if
(
pHbFontFuncs
==
NULL
)
pHbFontFuncs
=
getFontFuncs
();
static
hb_font_funcs_t
*
pHbFontFuncs
=
getFontFuncs
();
hb_font_t
*
pHbFont
=
hb_font_create
(
mpHbFace
);
hb_font_set_funcs
(
pHbFont
,
pHbFontFuncs
,
&
rFont
,
NULL
);
...
...
@@ -435,8 +431,7 @@ bool HbLayoutEngine::layout(ServerFontLayout& rLayout, ImplLayoutArgs& rArgs)
OString
sLanguage
=
OUStringToOString
(
rArgs
.
maLanguageTag
.
getLanguage
(),
RTL_TEXTENCODING_UTF8
);
if
(
pHbUnicodeFuncs
==
NULL
)
pHbUnicodeFuncs
=
getUnicodeFuncs
();
static
hb_unicode_funcs_t
*
pHbUnicodeFuncs
=
getUnicodeFuncs
();
int
nHbFlags
=
HB_BUFFER_FLAG_DEFAULT
;
if
(
nMinRunPos
==
0
)
...
...
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