Searched refs:B_FONT_SPACING (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/app/
H A DDrawState.cpp185 if ((mask & B_FONT_SPACING) != 0) {
752 if ((flags & B_FONT_SPACING) != 0)
H A DServerPicture.cpp821 canvas->CurrentState()->SetFont(font, B_FONT_SPACING);
1249 if (mask & B_FONT_SPACING) {
H A DPictureBoundingBoxPlayer.cpp648 state->GetDrawState()->SetFont(font, B_FONT_SPACING);
/haiku/headers/os/interface/
H A DView.h65 B_FONT_SPACING = 0x00000010, enumerator in enum:set_font_mask
/haiku/src/kits/interface/
H A DView.cpp210 if (font_flags & B_FONT_SPACING)
2890 if (mask & B_FONT_SPACING)

Completed in 65 milliseconds