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
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)
{
m_ren->blend_solid_hspan(x, y + j, lWidth, m_color, pMemory);
......
......@@ -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];
}
......@@ -307,7 +307,7 @@ namespace svg
stroke_linecap_e stroke_linecap;
double stroke_miterlimit;
transformer transformer;
agg::svg::transformer transformer;
double object_bbox[4];
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