Lines Matching defs:size

576 				ClientTeam(), Signature(), (int)fBitmapMap.size());
582 "area %" B_PRId32 ", size %" B_PRId32 "\n",
1213 int32 size = 0, bytesPerRow = 0;
1223 && link.Read<int32>(&size) == B_OK
1224 && size > 0) {
1226 BStackOrHeapArray<uint8, 256> byteArray(size);
1229 } else if (link.Read(byteArray, size) == B_OK) {
1235 cursor->ImportBits(byteArray, size, bytesPerRow, colorspace);
1331 uint32 size = cursor->BitsLength();
1333 fLink.Attach<uint32>(size);
1338 fLink.Attach(cursor->Bits(), size);
1638 // 2) size_t - size of memory area for font
1659 size_t size, offset;
1663 link.Read<size_t>(&size);
1687 size_t fontMemorySize = fontAreaInfo.size - offset;
1689 if (size == 0)
1690 size = fontMemorySize;
1692 // Check size of font area and reject if it's too large
1693 if (size > MAX_FONT_DATA_SIZE_BYTES
1694 || size > fontMemorySize) {
1701 FT_Byte* fontData = (FT_Byte*)(malloc (sizeof(FT_Byte) * size));
1709 memcpy(fontData, (FT_Byte*)fontAreaInfo.address + offset, size);
1715 status = fAppFontManager->AddUserFontFromMemory(fontData, size, index, instance,
1727 font.SetFontData(fontData, size);
1774 // 4) float - size
1779 float size;
1784 && link.Read<float>(&size) == B_OK) {
1790 ServerFont font(*style, size);
1835 // 3) float - size
1854 // 3) float - size in points
2105 // 3) float point size of font
2115 float size;
2120 link.Read<float>(&size);
2126 size = 0.0f;
2150 if (status == B_OK && size > 0) {
2151 font.SetSize(size);
2183 // 3) float - font size
2189 float size;
2193 link.Read<float>(&size);
2200 if (status == B_OK && size > 0) {
2201 font.SetSize(size);
2307 // 3) float size
2310 float size;
2313 link.Read<float>(&size);
2326 fontStyle->GetHeight(size, height);
2413 // 3) float - point size
2428 float size, shear, rotation, falseBoldWidth;
2432 link.Read<float>(&size);
2457 font.SetSize(size);
2489 // 5) char - the char buffer with size numBytes
2538 // 5) char - the char buffer with size numBytes
2587 // 3) float - point size
2601 float size, rotation;
2606 link.Read<float>(&size);
2645 font.SetSize(size);
2680 // 3) float - point size
2688 // 11) char - the char buffer with size numBytes
2695 float size, rotation;
2700 link.Read<float>(&size);
2732 font.SetSize(size);
2761 // 3) float - point size
2772 // 14) char - the char buffer with size numBytes
2779 float size, rotation, shear, falseBoldWidth;
2786 link.Read<float>(&size);
2821 font.SetSize(size);
2854 // 3) float - point size