less overhead when byte count of string is already known

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14639 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2005-11-02 13:14:03 +00:00
parent ecf92c7e4b
commit 26a2be8ba5
3 changed files with 5 additions and 5 deletions
+1
View File
@@ -127,6 +127,7 @@ class ServerFont {
BPoint offsetArray[]) const;
bool GetEscapements(const char charArray[],
int32 numChars,
int32 numBytes,
float widthArray[],
escapement_delta delta) const;