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
a86416b5
Kaydet (Commit)
a86416b5
authored
Mar 24, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin obsolete comment
Change-Id: Iffd6fcfa81e9ce02a01c74eadb6c881a12e7f7d4
üst
3a2e4cd2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
TiledView.m
...xperimental/TiledLibreOffice/TiledLibreOffice/TiledView.m
+0
-10
No files found.
ios/experimental/TiledLibreOffice/TiledLibreOffice/TiledView.m
Dosyayı görüntüle @
a86416b5
...
...
@@ -164,16 +164,6 @@ extern const char *ptyl_test_encryption_pathname;
NSLog
(
@"bb:%.0fx%.0f@(%.0f,%.0f) zoomScale:%.0f tile:%.0fx%.0f at:(%.0f,%.0f) size:%.0fx%.0f"
,
bb
.
size
.
width
,
bb
.
size
.
height
,
bb
.
origin
.
x
,
bb
.
origin
.
y
,
[((
View
*
)
[
self
superview
])
zoomScale
],
tileSize
.
width
,
tileSize
.
height
,
bb
.
origin
.
x
/
self
.
scale
,
bb
.
origin
.
y
/
self
.
scale
,
bb
.
size
.
width
/
self
.
scale
,
bb
.
size
.
height
/
self
.
scale
);
// I don't really claim to fully understand all this. It did at
// first seem a bit weird to be passing in a "context width x
// height" (in the terminology of touch_lo_draw_tile) of 64x64,
// for instance, even if that tile is actually going to be
// rendered to 128x128 on-screen pixels. But what I tend to forget
// is that this 64x64 is in the coordinate space of the initial
// view of the document; the CGContext keeps track of scaling it
// as needed at the current zoom levels. I keep thinking about
// "pixels" incorrectly.
if
(
!
getenv
(
"DRAW_ONLY_TILE"
)
||
tileMatches
(
getenv
(
"DRAW_ONLY_TILE"
),
bb
))
{
fprintf
(
stderr
,
"+++ rendering to context %p
\n
"
,
ctx
);
loDocument
->
pClass
->
paintTile
(
loDocument
,
(
unsigned
char
*
)
ctx
,
...
...
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