removed unused stuff from Painter and DrawingEngine, fixed the deadlock when trying to use the (20 times faster) DrawingEngine version of StringWidth, the font is now usually ignored when taking on a DrawState in Painter... should add a little speed overall

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15628 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2005-12-20 22:39:54 +00:00
parent bee1ec1ee0
commit 1f0a4ee8c7
5 changed files with 70 additions and 146 deletions
+2 -1
View File
@@ -99,7 +99,8 @@ public:
void FillRect(BRect r, const DrawState *d);
// for debugging purposes?
void StrokeRegion(BRegion &r, const DrawState *d);
// void StrokeRegion(BRegion &r, const DrawState *d);
void FillRegion(BRegion &r, const DrawState *d);
void FillRegion(BRegion &r, const RGBColor& color);