Cosmetics: Fixes VS2012 syntax highlighting

This commit is contained in:
Brian Ferguson 2013-04-05 15:07:51 -06:00
parent d064d087eb
commit d0704a69d0
9 changed files with 9 additions and 9 deletions

View File

@ -36,4 +36,4 @@ void Canvas::Resize(int w, int h)
m_H = h;
}
} // namespace Gfx
} // namespace Gfx

View File

@ -452,4 +452,4 @@ void CanvasD2D::FillRectangle(Gdiplus::Rect& rect, const Gdiplus::SolidBrush& br
}
}
} // namespace Gfx
} // namespace Gfx

View File

@ -216,4 +216,4 @@ void CanvasGDIP::FillRectangle(Gdiplus::Rect& rect, const Gdiplus::SolidBrush& b
m_Graphics->FillRectangle(&brush, rect);
}
} // namespace Gfx
} // namespace Gfx

View File

@ -40,4 +40,4 @@ void TextFormat::SetVerticalAlignment(VerticalAlignment alignment)
m_VerticalAlignment = alignment;
}
} // namespace Gfx
} // namespace Gfx

View File

@ -160,4 +160,4 @@ void TextFormatD2D::SetVerticalAlignment(VerticalAlignment alignment)
}
}
} // namespace Gfx
} // namespace Gfx

View File

@ -141,4 +141,4 @@ void TextFormatGDIP::SetVerticalAlignment(VerticalAlignment alignment)
m_StringFormat.SetLineAlignment((Gdiplus::StringAlignment)alignment);
}
} // namespace Gfx
} // namespace Gfx

View File

@ -131,4 +131,4 @@ IFACEMETHODIMP WICBitmapDIB::SetResolution(double dpiX, double dpiY)
return E_NOTIMPL;
}
} // namespace Gfx
} // namespace Gfx

View File

@ -88,4 +88,4 @@ IFACEMETHODIMP WICBitmapLockDIB::GetPixelFormat(WICPixelFormatGUID* pPixelFormat
return m_Bitmap->GetPixelFormat(pPixelFormat);
}
} // namespace Gfx
} // namespace Gfx

View File

@ -77,4 +77,4 @@ IFACEMETHODIMP WICBitmapLockGDIP::GetPixelFormat(WICPixelFormatGUID* pPixelForma
return S_OK;
}
} // namespace Gfx
} // namespace Gfx