Searched refs:glyphCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/app/font/
H A DFontCacheEntry.h111 ssize_t glyphCount) const;
/haiku/src/servers/app/
H A DServerWindow.cpp3123 int32 glyphCount; local
3124 if (link.Read<int32>(&glyphCount) != B_OK || glyphCount <= 0)
3130 BStackOrHeapArray<BPoint, 512> locations(glyphCount);
3137 if ((int32)UTF8CountChars(string, stringLength) > glyphCount)
3139 if (link.Read(locations, glyphCount * sizeof(BPoint)) != B_OK)
3150 for (int32 i = 0; i < glyphCount; i++)
3834 int32 glyphCount; local
3835 if (link.Read<int32>(&glyphCount) != B_OK || glyphCount <
[all...]

Completed in 40 milliseconds