Home
last modified time | relevance | path

Searched refs:nonspace (Results 1 – 10 of 10) sorted by relevance

/haiku/src/add-ons/screen_savers/debugnow/
H A DDebugNow.cpp69 fDelta.nonspace = 0; in StartSaver()
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp202 delta.nonspace = 0; in StartSaver()
/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h351 ? delta->space : delta->nonspace; in LayoutGlyphs()
/haiku/headers/os/interface/
H A DFont.h146 float nonspace; member
/haiku/docs/user/interface/
H A DFont.dox634 \var escapement_delta::nonspace
1531 - \c nonspace The amount of horizontal space to surround a visible glyph
1554 - \c nonspace The amount of horizontal space to surround a visible glyph
1579 - \c nonspace The amount of horizontal space to surround a visible glyph
1673 - \c nonspace The amount of horizontal space to surround a visible glyph
1708 - \c nonspace The amount of horizontal space to surround a visible glyph
H A DView.dox3073 - nonspace(float) The amount of width to add to characters with visible
3091 - nonspace(float) The amount of width to add to characters with visible
3110 - nonspace(float) The amount of width to add to characters with visible
3130 - nonspace(float) The amount of width to add to characters with visible
/haiku/src/kits/interface/
H A DFont.cpp1090 link.Attach<float>(delta ? delta->nonspace : 0.0f); in GetEscapements()
1132 link.Attach<float>(delta ? delta->nonspace : 0.0); in GetEscapements()
H A DPictureDataWriter.cpp484 Write<float>(escapement.nonspace); in WriteDrawString()
/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp968 delta.nonspace = line.extraGlyphSpacing; in _DrawSpan()
/haiku/src/servers/app/
H A DServerApp.cpp2636 link.Read<float>(&delta.nonspace); in _DispatchMessage()
2730 link.Read<float>(&delta.nonspace); in _DispatchMessage()