Home
last modified time | relevance | path

Searched refs:decWidth (Results 1 – 9 of 9) sorted by relevance

/dports/editors/ted/Ted-2.23/docLayout/
H A DdocLayoutInline.c206 int decWidth; in docLayoutStringExtents() local
262 decWidth= psCalculateStringExtents( &drDec, printString, dec, in docLayoutStringExtents()
264 if ( decWidth < 0 ) in docLayoutStringExtents()
265 { LDEB(decWidth); } in docLayoutStringExtents()
267 else{ decWidth= width; } in docLayoutStringExtents()
270 *pDecWidth= decWidth; in docLayoutStringExtents()
H A DdocLayoutLine.c121 int decWidth; in docLayoutWord() local
217 if ( docLayoutStringExtents( &width, &decWidth, &drPart, in docLayoutWord()
229 decWidth += thick; in docLayoutWord()
239 pd->pdDecWidth= x0Span+ decWidth- x; in docLayoutWord()
362 int decWidth; in docLayoutShowOptionalHyphen() local
381 if ( docLayoutStringExtents( &width, &decWidth, &drPart, in docLayoutShowOptionalHyphen()
445 int decWidth; in docLayoutInsertOptionalHyphen() local
449 &width, &decWidth, &drPart, in docLayoutInsertOptionalHyphen()
780 int decWidth; in docPsLayoutText() local
801 if ( docLayoutStringExtents( &width, &decWidth, &drPart, in docPsLayoutText()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dpcb_actions.h167 static TOOL_ACTION decWidth; variable
H A Ddrawing_tool.cpp844 else if( evt->IsAction( &PCB_ACTIONS::decWidth ) && step != SET_ORIGIN ) in DrawDimension()
1697 else if( evt->IsAction( &PCB_ACTIONS::decWidth ) && ( m_lineWidth > WIDTH_STEP ) ) in drawSegment()
1955 else if( evt->IsAction( &PCB_ACTIONS::decWidth ) && m_lineWidth > WIDTH_STEP ) in drawArc()
H A Dpcb_actions.cpp199 TOOL_ACTION PCB_ACTIONS::decWidth( "pcbnew.InteractiveDrawing.decWidth", member in PCB_ACTIONS
H A Dboard_editor_control.cpp1301 else if( evt->IsAction( &PCB_ACTIONS::decWidth ) ) in PlaceTarget()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DnsWindow.cpp9239 int decWidth = 0, decHeight = 0; in LockAspectRatio() local
9240 AddCSDDecorationSize(&decWidth, &decHeight); in LockAspectRatio()
9243 (float)DevicePixelsToGdkCoordRoundDown(mBounds.width) + (float)decWidth; in LockAspectRatio()
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DnsWindow.cpp9273 int decWidth = 0, decHeight = 0; in LockAspectRatio() local
9274 AddCSDDecorationSize(&decWidth, &decHeight); in LockAspectRatio()
9277 (float)DevicePixelsToGdkCoordRoundDown(mBounds.width) + (float)decWidth; in LockAspectRatio()
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DnsWindow.cpp9239 int decWidth = 0, decHeight = 0; in LockAspectRatio() local
9240 AddCSDDecorationSize(&decWidth, &decHeight); in LockAspectRatio()
9243 (float)DevicePixelsToGdkCoordRoundDown(mBounds.width) + (float)decWidth; in LockAspectRatio()