Searched refs:style (Results 126 - 130 of 130) sorted by relevance

123456

/haiku/src/kits/interface/
H A DTextView.cpp99 font_style style; member in struct:flattened_text_run
229 "Returns the style information for the text in the specified range in "
237 "Sets the style information for the text in the specified range in the "
1201 // update the style runs
1207 // apply null-style to inserted text
1611 // style and ignore the offsets
1627 // apply the style to the style buffer
1635 // recalc the line breaks and redraw with new style
1675 // style wit
[all...]
/haiku/src/apps/terminal/
H A DTermView.cpp1928 int32 style = BLOCK_CURSOR; local
1929 if (message->FindInt32("style", &style) == B_OK)
1930 fCursorStyle = style;
H A DTermWindow.cpp683 const char* style local
687 font.SetFamilyAndStyle(family, style);
/haiku/headers/os/interface/
H A DView.h198 uint32 style = B_TRACK_WHOLE_RECT);
/haiku/src/servers/app/
H A DServerWindow.cpp2369 uint32 style; local
2372 link.Read<uint32>(&style);

Completed in 88 milliseconds

123456