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

/haiku/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/headers/private/interface/
H A DWidthBuffer.h49 float* escapement);
/haiku/src/kits/interface/
H A DPictureDataWriter.cpp475 const int32& length, const escapement_delta& escapement)
483 Write<float>(escapement.space);
484 Write<float>(escapement.nonspace);
474 WriteDrawString(const BPoint& where, const char* string, const int32& length, const escapement_delta& escapement) argument

Completed in 44 milliseconds