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
56595dab
Kaydet (Commit)
56595dab
authored
Haz 11, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Do use separate width and height
Change-Id: I1bae38bf312ebc0186266be0dad3604e3f940aef
üst
f44530f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
XDocument.idl
touch/idl/org/libreoffice/touch/XDocument.idl
+7
-5
No files found.
touch/idl/org/libreoffice/touch/XDocument.idl
Dosyayı görüntüle @
56595dab
...
...
@@ -37,10 +37,11 @@ interface XDocument: com::sun::star::uno::XInterface
//
on
Android
version
and
/
or
hardware
?
TBD
.
Will
the
same
format
be
useful
//
also
for
iOS
?
TBD
.
//
buffer
must
have
an
exact
number
of
bytes
for
a
square
with
each
side
a
//
power
-
of
-
two
number
of
pixels
,
At
this
API
level
buffer
is
represented
//
as
the
address
of
its
bytes
as
a
64
-
bit
integer
,
i
.
e.
on
Android
it
//
must
be
a
"direct"
ByteBuffer
for
that
to
be
meaningful
.
//
At
this
API
level
buffer
is
represented
as
the
address
of
its
bytes
as
//
a
64
-
bit
integer
,
i
.
e.
on
Android
it
must
be
a
"direct"
ByteBuffer
for
//
that
to
be
meaningful
.
//
width
and
height
must
be
powers
of
two
//
listener
gets
a
"reasonable"
number
of
callbacks
during
the
rendering
//
if
it
takes
"significantly"
long
,
and
can
inerrupt
the
rendering
.
...
...
@@ -56,7 +57,8 @@ interface XDocument: com::sun::star::uno::XInterface
//
Or
should
we
just
go
OpenGL
ES
and
render
into
a
texture
?
void
render
(
[
in
]
hyper
buffer
,
[
in
]
long
bufferSize
,
[
in
]
long
width
,
[
in
]
long
height
,
[
in
]
XDocumentRenderCallback
listener
,
[
in
]
long
pageNo
,
[
in
]
long
zoomLevel
,
...
...
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