Searched refs:widths (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/interface/textview_support/
H A DWidthBuffer.cpp9 //! Caches string widths in a hash table, to avoid a trip to the app server.
83 delete[] (hashed_escapement*)fBuffer[x].widths;
216 table.widths = new hashed_escapement[kTableCount];
237 const hashed_escapement* widths local
238 = static_cast<hashed_escapement*>(table.widths);
242 while ((found = widths[hashed].code) != kInvalidCode) {
254 *escapement = widths[hashed].escapement;
296 hashed_escapement* widths = static_cast<hashed_escapement*>(table.widths); local
313 while ((found = widths[hashe
[all...]
/haiku/headers/private/interface/
H A DWidthBuffer.h28 void* widths; // width table member in struct:BPrivate::_width_table_
/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp477 int32 widths[] = { local
491 size_t widthsLength = sizeof(widths) / sizeof(widths[0]);
496 if (widths[i] == 0)
499 label.SetToFormat(B_TRANSLATE("%" B_PRId32 " pixels"), widths[i]);
502 message->AddInt32("width", widths[i]);
506 item->SetMarked(gSettingsWidth == widths[i]);
/haiku/src/servers/app/
H A DServerFont.cpp871 WidthEscapementConsumer(float* widths, float size) argument
873 fWidths(widths),

Completed in 45 milliseconds