Home
last modified time | relevance | path

Searched refs:topPx (Results 1 – 3 of 3) sorted by relevance

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ToolResults/
H A DRegionProto.php22 public $topPx; variable in Google_Service_ToolResults_RegionProto
41 public function setTopPx($topPx) argument
43 $this->topPx = $topPx;
47 return $this->topPx;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/sim/
H A Dsim_plot_panel.cpp263 wxCoord topPx = m_drawOutsideMargins ? 0 : aWindow.GetMarginTop(); in Plot() local
271 if( topPx < cursorPos.y && cursorPos.y < bottomPx ) in Plot()
275 aDC.DrawLine( cursorPos.x, topPx, cursorPos.x, bottomPx ); in Plot()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/toolresults/v1beta3/
H A Dtoolresults_v1beta3_messages.py1466 topPx = _messages.IntegerField(3, variant=_messages.Variant.INT32) variable in RegionProto