Commit c4c971cf authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@55191 954022d7-b5bf-4e40-9824-e11837661b57
parent 1f42a433
...@@ -142,7 +142,7 @@ namespace agg ...@@ -142,7 +142,7 @@ namespace agg
inline void render(int lWidth, int lHeight, unsigned char* pData, int x, int y) inline void render(int lWidth, int lHeight, unsigned char* pData, int x, int y)
{ {
BYTE* pMemory = pData; unsigned char* pMemory = pData;
for (int j = 0; j < lHeight; ++j) for (int j = 0; j < lHeight; ++j)
{ {
m_ren->blend_solid_hspan(x, y + j, lWidth, m_color, pMemory); m_ren->blend_solid_hspan(x, y + j, lWidth, m_color, pMemory);
......
...@@ -175,7 +175,7 @@ namespace svg ...@@ -175,7 +175,7 @@ namespace svg
} }
//----------------------------------------------------------------------- //-----------------------------------------------------------------------
const attr* attr_stack::attribute(unsigned idx) const const attr* attribute(unsigned idx) const
{ {
return &m_attributes[m_sessions.last().start_attr_index + idx]; return &m_attributes[m_sessions.last().start_attr_index + idx];
} }
...@@ -307,7 +307,7 @@ namespace svg ...@@ -307,7 +307,7 @@ namespace svg
stroke_linecap_e stroke_linecap; stroke_linecap_e stroke_linecap;
double stroke_miterlimit; double stroke_miterlimit;
transformer transformer; agg::svg::transformer transformer;
double object_bbox[4]; double object_bbox[4];
values() : values() :
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment