Searched refs:escapement (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/kits/interface/textview_support/
H A DWidthBuffer.cpp39 float escapement; member in struct:BPrivate::hashed_escapement
44 escapement = 0;
126 float escapement; local
127 if (GetEscapement(value, index, &escapement)) {
129 stringWidth += escapement;
225 /*! \brief Gets the escapement for the given character.
228 \param escapement A pointer to a float, where the function will
229 store the escapement.
230 \return \c true if the function could find the escapement
234 WidthBuffer::GetEscapement(uint32 value, int32 index, float* escapement) argument
[all...]
/haiku-fatelf/headers/private/interface/
H A DWidthBuffer.h49 float* escapement);
/haiku-fatelf/src/kits/interface/
H A DPictureDataWriter.cpp356 const escapement_delta &escapement)
364 Write<float>(escapement.space);
365 Write<float>(escapement.nonspace);
354 WriteDrawString(const BPoint &where, const char *string, const int32 &length, const escapement_delta &escapement) argument

Completed in 41 milliseconds