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
1690f9d1
Kaydet (Commit)
1690f9d1
authored
Ock 12, 2014
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix code for writting png files
Change-Id: I96244b99b2f5a9f22ca09c133687661b06229359
üst
0c69641d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
OpenGLRender.cxx
chart2/source/view/main/OpenGLRender.cxx
+5
-1
No files found.
chart2/source/view/main/OpenGLRender.cxx
Dosyayı görüntüle @
1690f9d1
...
...
@@ -45,9 +45,13 @@ using namespace com::sun::star;
using
namespace
std
;
#define RENDER_TO_FILE 0
#define DEBUG_PNG
0
#define DEBUG_PNG
1
#define BMP_HEADER_LEN 54
#if DEBUG_PNG
#include <vcl/pngwrite.hxx>
#endif
#define OPENGL_SHADER( ... )# __VA_ARGS__
#define GL_PI 3.14159f
...
...
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