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
5686968c
Kaydet (Commit)
5686968c
authored
Ock 12, 2014
tarafından
Markus Mohrhard
Kaydeden (comit)
Markus Mohrhard
Ock 29, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
small fix for missed code
Change-Id: Ida611464603a8a6229b771380ce5c6b20aa268ef
üst
00a6d94e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
OpenGLRender.cxx
chart2/source/view/main/OpenGLRender.cxx
+1
-2
OpenGLRender.hxx
chart2/source/view/main/OpenGLRender.hxx
+1
-2
No files found.
chart2/source/view/main/OpenGLRender.cxx
Dosyayı görüntüle @
5686968c
...
...
@@ -549,7 +549,7 @@ int OpenGLRender::SetLine2DShapePoint(float x, float y, int listLength)
m_fPicTop
=
actualY
>
m_fPicTop
?
actualY
:
m_fPicTop
;
if
(
m_
iPointNum
==
((
listLength
*
3
)
-
1
))
if
(
m_
Line2DPointList
.
size
()
==
size_t
((
listLength
*
3
)
-
1
))
{
m_Line2DShapePointList
.
push_back
(
m_Line2DPointList
);
}
...
...
@@ -597,7 +597,6 @@ int OpenGLRender::RenderLine2FBO(int)
CHECK_GL_ERROR
();
m_Line2DShapePointList
.
pop_front
();
}
m_iPointNum
=
0
;
GLenum
status
;
CHECK_GL_ERROR
();
CHECK_GL_FRAME_BUFFER_STATUS
();
...
...
chart2/source/view/main/OpenGLRender.hxx
Dosyayı görüntüle @
5686968c
...
...
@@ -91,6 +91,7 @@ typedef struct RectanglePointList
float
xScale
;
float
yScale
;
}
RectanglePointList
;
typedef
struct
TextInfo
{
GLuint
texture
;
...
...
@@ -258,8 +259,6 @@ private:
int
m_iExternRC
;
int
m_iPointNum
;
Line2DPointList
m_Line2DPointList
;
int
m_iFboIdx
;
...
...
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