Searched refs:axis (Results 1 - 25 of 164) sorted by relevance

1234567

/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dvertical_meter.tcl81 # Private type for handling a vertical axis
112 -fill $options(-axiscolor) -tags axis
118 # Draw the tick marks on the axis face. The major ticks are
136 set decades [$self computeDecades]; # Range of axis ...
382 # -log - Type of axis (linear or logarithmic) (dynamic)
431 # Handle a change in the axis' properties ... we just need to set the option and redraw the ticks.
537 component axis
539 delegate option $option to axis
563 install axis using verticalAxis %AUTO% -canvas $win.c
586 set to [$axis cge
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotconfig.tcl44 set config(polarplot,components) {title margin text legend axis background}
48 set config(ganttchart,components) {title margin text legend axis background}
58 set config(windrose,components) {title margin text legend axis background}
62 set config(axis,properties) {color thickness font format ticklength textcolor labeloffset minorticks}
63 set config(leftaxis,properties) $config(axis,properties)
64 set config(rightaxis,properties) $config(axis,properties)
65 set config(topaxis,properties) $config(axis,properties)
66 set config(bottomaxis,properties) $config(axis,properties)
67 set config(xaxis,properties) $config(axis,properties)
68 set config(yaxis,properties) $config(axis,propertie
[all...]
H A Dplotaxis.tcl36 # Draw the y-axis
150 # Draw the y-axis on the right-hand side
236 # Draw the logarithmic y-axis
312 # Draw the x-axis
425 # Draw the logarithmic x-axis
501 # Draw text to the x-axis
524 # Draw text to the y-axis
555 # Draw vertical text to the y-axis
592 set linecolor $config($w,axis,color)
593 set textcolor $config($w,axis,textcolo
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dxpath.tcl57 # The list has the form: {{axis node-test {predicate predicate ...}} ...}
89 set axis parent
93 set axis descendant-or-self
102 set axis self
106 set axis attribute
110 set axis attribute
114 set axis attribute
116 } elseif {[regexp ^((${::xml::QName})${::xml::allWsp}::${::xml::allWsp})?\\*(.*) $locpath discard discard axis discard locpath]} {
119 if {![string length $axis]} {
120 set axis chil
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp133 kAccelTypeY = 0, //delta axis 1
134 kAccelTypeX = 1, //delta axis 2
135 kAccelTypeZ = 2 //delta axis 3
201 ScrollAxisAccelInfo axis[3]; member in struct:ScrollAccelInfo
376 if(_scrollWheelInfo->axis[type].scaleSegments && _scrollWheelInfo->axis[type].scaleSegCount)
377 IODelete( _scrollWheelInfo->axis[type].scaleSegments, CursorDeviceSegment, _scrollWheelInfo->axis[type].scaleSegCount );
400 if(_scrollPointerInfo->axis[type].scaleSegments && _scrollPointerInfo->axis[typ
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsqr.vim156 syn keyword sqrParam when-other where with x-axis-grid
157 syn keyword sqrParam x-axis-label x-axis-major-increment
158 syn keyword sqrParam x-axis-major-tick-marks x-axis-max-value
159 syn keyword sqrParam x-axis-min-value x-axis-minor-increment
160 syn keyword sqrParam x-axis-minor-tick-marks x-axis-rotate
161 syn keyword sqrParam x-axis
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dbarchart5.rb27 many components; x and y axis, legend, crosshairs, elements, etc.
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dcomponent.rb86 ret = itemcget_tkstring(['axis', tagid(id)], option)
89 ret = itemcget(['axis', tagid(id)], option)
92 ret = itemcget_strict(['axis', tagid(id)], option)
114 id_list = args.flatten.collect!{|id| tagid(id)}.unshift('axis')
118 itemconfiginfo(['axis', tagid(id)], slot)
121 current_itemconfiginfo(['axis', tagid(id)], slot)
436 def self.new(chart, axis=nil, keys={})
437 if axis.kind_of?(Hash)
438 keys = axis
439 axis
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventData.h219 IOFixed twist; // Specifies the clockwise rotation of the cursor around its own major axis. Unsure it the device should declare units via properties or event. My first inclination is force degrees as the is the unit already expected by AppKit, Carbon and OpenGL.
224 IOFixed x; // This quantity is used in conjunction with Y Tilt to represent the tilt away from normal of a transducer, such as a stylus. The X Tilt value represents the plane angle between the Y-Z plane and the plane containing the transducer axis and the Y axis. A positive X Tilt is to the right.
228 IOFixed altitude; //The angle with the X-Y plane though a signed, semicicular range. Positive values specify an angle downward and toward the positive Z axis.
229 IOFixed azimuth; // Specifies the counter clockwise rotation of the cursor around the Z axis though a full circular range.
674 IOHIDAxisEventData * axis = (IOHIDAxisEventData *)eventData; \
684 value = IOHIDEventValueFloat(axis->position.x, isFixed); \
694 value = IOHIDEventValueFloat(axis->position.y, isFixed); \
704 value = IOHIDEventValueFloat(axis->position.z, isFixed); \
707 value = ((axis
[all...]
H A DIOHIDEventDriver.h89 IOFixed axis[6]; member in struct:IOHIDEventDriver::ExpansionData::__anon1955
H A DIOHIDEventDriver.cpp534 // RY: Let's check for transducer validity. If there isn't an X axis, odds are
1545 _multiAxis.axis[GET_AXIS_INDEX(element->getUsage())] = element->getScaledFixedValue(kIOHIDValueScaleTypeCalibrated);
1559 dispatchMultiAxisPointerEvent(timeStamp, _multiAxis.buttonState, _multiAxis.axis[GET_AXIS_INDEX(kHIDUsage_GD_X)], _multiAxis.axis[GET_AXIS_INDEX(kHIDUsage_GD_Y)], _multiAxis.axis[GET_AXIS_INDEX(kHIDUsage_GD_Z)], _multiAxis.axis[GET_AXIS_INDEX(kHIDUsage_GD_Rx)], _multiAxis.axis[GET_AXIS_INDEX(kHIDUsage_GD_Ry)], _multiAxis.axis[GET_AXIS_INDEX(kHIDUsage_GD_Rz)], _multiAxis.options);
/macosx-10.10.1/libxslt-13/libxslt/tests/XSLTMark/
H A DMakefile.am8 axis.out axis.ref axis.xml axis.xsl \
49 ALL_TESTS= alphabetize attsets avts axis backwards bottles breadth brutal chart \
308 axis: axis.xml $(xsltproc)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtktree.tcl89 foreach {axis idx1 idx2} {yview 1 3 xview 0 2} {
92 set viewtop [expr $range * [lindex [$win $axis] 0]]
93 set viewbot [expr $range * [lindex [$win $axis] 1]]
94 if {$itembot > $viewbot} {$win $axis moveto [expr ($itembot. - $viewbot + $viewtop) / $range]}
95 if {$itemtop < $viewtop} {$win $axis moveto [expr $itemtop. / $range]}
184 #find X-axis points for image, horiz line, and text
194 #Find the proper amount to increment the y axis
214 #next step up on the y axis
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffmedian.c416 enum { RED, GREEN, BLUE } axis; local
419 * See which axis is the largest, do a histogram along that
420 * axis. Split at median point. Contract both new boxes to
425 axis = RED;
427 axis = GREEN;
429 axis = BLUE;
430 /* get histogram along longest axis */
431 switch (axis) {
510 switch (axis) {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/chatwidget/
H A Dchatwidget.tcl581 set axis width
583 set axis height
585 #after idle [list $pane sashpos 0 [expr {[winfo $axis $pane] + $offset}]]
586 after idle [namespace code [list PaneMapImpl $pane $axis $offset]]
594 proc chatwidget::PaneMapImpl {pane axis offset} {
595 if {$axis eq {}} {
598 set size [winfo $axis $pane]
601 #puts stderr "PaneMapImpl $pane $axis $offset : size:$size sashpos:$sashpos"
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dpattern.c1372 int aid, int novar, xsltAxis axis) {
1383 if (axis != 0) {
1409 if (axis != 0) {
1506 if (axis == AXIS_ATTRIBUTE) {
1555 xsltAxis axis = 0; local
1560 axis = AXIS_ATTRIBUTE;
1568 if (axis == AXIS_ATTRIBUTE) {
1586 xsltCompileIdKeyPattern(ctxt, token, 0, novar, axis);
1618 if (axis == AXIS_ATTRIBUTE) {
1633 if (axis
1371 xsltCompileIdKeyPattern(xsltParserContextPtr ctxt, xmlChar *name, int aid, int novar, xsltAxis axis) argument
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXMouseEvent.c239 EventMouseWheelAxis axis;
242 NULL, sizeof(EventMouseWheelAxis), NULL, &axis);
243 if (err == noErr && axis == kEventMouseWheelAxisX) {
238 EventMouseWheelAxis axis; local
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dxpath.h185 * @cur: the previous node being explored on that axis
187 * An axis traversal function. To traverse an axis, the engine calls
189 * NULL indicating the end of the axis traversal.
191 * Returns the next node in that axis or NULL if at the end of the axis.
198 * Extra axis: a name and an axis function.
204 const xmlChar *name; /* the axis name */
304 int nb_axis; /* number of defined axis */
306 xmlXPathAxisPtr axis; /* Array of defined axis */ member in struct:_xmlXPathContext
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxpath.h183 * @cur: the previous node being explored on that axis
185 * An axis traversal function. To traverse an axis, the engine calls
187 * NULL indicating the end of the axis traversal.
189 * Returns the next node in that axis or NULL if at the end of the axis.
196 * Extra axis: a name and an axis function.
202 const xmlChar *name; /* the axis name */
302 int nb_axis; /* number of defined axis */
304 xmlXPathAxisPtr axis; /* Array of defined axis */ member in struct:_xmlXPathContext
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl370 #snack::menuCheck Options {Align x-axis/first label} v(offset) {Redraw quick}
2183 .cf.fyc.yc delete axis
2202 -font $v(sfont) -anchor ne -tags axis -fill $v(fg)
2204 -font $v(sfont) -anchor se -tags axis -fill $v(fg)
2206 [expr $v(waveh)+0] -tags axis -fill $v(fg)
2227 -topfrequency $v(topfr) -tags axis -fill $v(fg)\
2230 $v(yaxisw) [expr $v(spegh) + $v(waveh)+0] -tags axis\
2241 $c delete tran axis
2243 $c create line 0 $y $v(width) $y -tags axis -fill $v(fg)
2246 -tags axis
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dconfig.sub151 -apple | -axis | -knuth | -cray)
498 basic_machine=crisv32-axis
501 basic_machine=cris-axis
/macosx-10.10.1/Heimdal-398.1.2/
H A Dconfig.sub155 -apple | -axis | -knuth | -cray | -microblaze)
527 basic_machine=crisv32-axis
530 basic_machine=cris-axis
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/
H A Dconfig.sub149 -apple | -axis | -knuth | -cray)
474 basic_machine=crisv32-axis
477 basic_machine=cris-axis
/macosx-10.10.1/bind9-45.101/bind9/
H A Dconfig.sub148 -apple | -axis | -knuth | -cray)
461 basic_machine=crisv32-axis
464 basic_machine=cris-axis
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/admin/
H A Dconfig.sub156 -apple | -axis | -knuth | -cray | -microblaze)
528 basic_machine=crisv32-axis
531 basic_machine=cris-axis

Completed in 313 milliseconds

1234567