Home
last modified time | relevance | path

Searched refs:GetRowWidth (Results 1 – 18 of 18) sorted by relevance

/dports/japanese/ne/ne/src/
H A Dcrt.c18 int GetRowWidth() {return term_sizey()-1;} in GetRowWidth() function
198 if (abs(sline)<GetRowWidth()-3) // !! in CrtDrawAll()
209 lists_proc(crt_draw_proc, &cd, cd.line, csr_getsy()+GetRowWidth()); in CrtDrawAll()
H A Dcursor.c268 csr_setly(GetLineOffset()-(GetRowWidth()-1)); in op_cursor_pup()
275 csr_setly(GetLineOffset()+(GetRowWidth()-1)); in op_cursor_pdown()
H A Dne.c213 a=min(line,GetRowWidth()/2+1); in ne_arg()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/
H A D47_Typography.lua149 t:SetMinWidth(t:GetRowWidth(0) + 10);
153 text:SetMaxWidth(text:GetRowWidth(0))
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/47_Typography/
H A DTypography.cpp203 item->SetMinWidth(item->GetRowWidth(0) + 10); in CreateMenu()
207 text->SetMaxWidth(text->GetRowWidth(0)); in CreateMenu()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DText3D.h145 int GetRowWidth(unsigned index) const;
H A DText.h189 float GetRowWidth(unsigned index) const;
H A DText3D.cpp485 int Text3D::GetRowWidth(unsigned index) const in GetRowWidth() function in Urho3D::Text3D
487 return text_.GetRowWidth(index); in GetRowWidth()
H A DText.cpp441 float Text::GetRowWidth(unsigned index) const in GetRowWidth() function in Urho3D::Text
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/UI/
H A DText.pkg55 float GetRowWidth(unsigned index) const;
H A DText3D.pkg67 float GetRowWidth(unsigned index) const;
/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/tree/
H A DTreeBoxObject.cpp227 NS_IMETHODIMP TreeBoxObject::GetRowWidth(int32_t* aRowWidth) { in GetRowWidth() function in mozilla::dom::TreeBoxObject
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/xul/tree/
H A DTreeBoxObject.cpp283 NS_IMETHODIMP TreeBoxObject::GetRowWidth(int32_t *aRowWidth) in GetRowWidth() function in mozilla::dom::TreeBoxObject
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/univ/
H A Dtextctrl.cpp334 wxCoord GetRowWidth(wxTextCoord row) const in GetRowWidth() function in wxWrappedLineData
3874 (rect.x > (wLine = lineData.GetRowWidth(row++))) ) in RefreshPixelRange()
3892 wLine = lineData.GetRowWidth(row++); in RefreshPixelRange()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/univ/
H A Dtextctrl.cpp337 wxCoord GetRowWidth(wxTextCoord row) const in GetRowWidth() function in wxWrappedLineData
3832 (rect.x > (wLine = lineData.GetRowWidth(row++))) ) in RefreshPixelRange()
3850 wLine = lineData.GetRowWidth(row++); in RefreshPixelRange()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/univ/
H A Dtextctrl.cpp337 wxCoord GetRowWidth(wxTextCoord row) const in GetRowWidth() function in wxWrappedLineData
3832 (rect.x > (wLine = lineData.GetRowWidth(row++))) ) in RefreshPixelRange()
3850 wLine = lineData.GetRowWidth(row++); in RefreshPixelRange()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DUIAPI.cpp414 …ObjectMethod("Text", "float get_rowWidths(uint) const", asMETHOD(Text, GetRowWidth), asCALL_THISCA… in RegisterText()
469 …ctMethod("Text3D", "float get_rowWidths(uint) const", asMETHOD(Text3D, GetRowWidth), asCALL_THISCA… in RegisterText3D()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DLuaScriptAPI.dox6604 - float GetRowWidth(unsigned index) const
6683 - float GetRowWidth(unsigned index) const