HomeSort by relevance Sort by last modified time
    Searched refs:Axis (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DynamicTableModel.java 107 cellRect.bottom = tableRect.top + calculateCellSize(tableRect, TableModel.Axis.ROW, numElements);
109 cellRect.right = tableRect.left + calculateCellSize(tableRect, TableModel.Axis.COLUMN, numElements);
114 * Figure out the size of a single cell across the specified axis.
116 * @param axis
121 Axis axis,
127 switch (axis) {
  /external/chromium-trace/catapult/third_party/graphy/graphy/
bar_chart_test.py 63 right2 = c.AddAxis(common.AxisPosition.RIGHT, common.Axis())
64 bottom2 = c.AddAxis(common.AxisPosition.BOTTOM, common.Axis())
formatters_test.py 85 self.chart.AddAxis(common.AxisPosition.LEFT, common.Axis())
86 self.chart.AddAxis(common.AxisPosition.RIGHT, common.Axis())
89 for axis in self.chart.GetDependentAxes():
90 self.assertEqual(1, axis.min)
91 self.assertEqual(3, axis.max)
95 (Otherwise the data will be scaled differently from the right-axis labels,
common.py 82 x-axis value to place it at.
156 """Represents all the available axis positions.
170 class Axis(object):
172 """Represents one axis.
175 min: Minimum value for the bottom or left end of the axis
177 labels: List of labels to show along the axis.
181 middle, and top of the axis, respectively.
185 on the axis all the way across the chart.
189 """Construct a new Axis.
192 axis_min: smallest value on the axis
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 28 import org.apache.xml.dtm.Axis;
851 pattern = new FunctionPattern(compileFunction(opPos), Axis.PARENT, Axis.CHILD);
861 Axis.PARENT, Axis.CHILD);
871 Axis.PARENT, Axis.ATTRIBUTE);
885 Axis.ANCESTOR, Axis.CHILD);
895 Axis.PARENT, Axis.CHILD)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ChildIterator.java 110 * Returns the axis being iterated, if it is known.
112 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
117 return org.apache.xml.dtm.Axis.CHILD;
FilterExprIteratorSimple.java 23 import org.apache.xml.dtm.Axis;
300 * Returns the axis being iterated, if it is known.
302 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
310 return Axis.FILTEREDLIST;
FilterExprWalker.java 23 import org.apache.xml.dtm.Axis;
50 super(locPathIterator, Axis.FILTEREDLIST);
287 * Returns the axis being iterated, if it is known.
289 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
UnionPathIterator.java 23 import org.apache.xml.dtm.Axis;
193 if(lpi.getAxis() != Axis.CHILD)
480 * Returns the axis being iterated, if it is known.
482 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
  /external/skia/src/effects/
SkColorMatrix.cpp 95 void SkColorMatrix::setRotate(Axis axis, SkScalar degrees) {
100 this->setSinCos(axis, S, C);
103 void SkColorMatrix::setSinCos(Axis axis, SkScalar sine, SkScalar cosine) {
104 SkASSERT((unsigned)axis < 3);
111 const uint8_t* index = gRotateIndex + axis * 4;
120 void SkColorMatrix::preRotate(Axis axis, SkScalar degrees) {
122 tmp.setRotate(axis, degrees)
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollController.java 27 * Maintains a Scroller object and two axis scrolling information
33 * {@link Axis.ItemWindow#setCount(int)} defines the size of window (how many items) we are
38 * @see Axis#setScrollCenterStrategy(int)
39 * @see Axis#getSystemScrollPos(int)
45 * to left/top is given by {@link Axis#setScrollCenterOffset(int)}
47 * @see Axis#setScrollCenterStrategy(int)
48 * @see Axis#getSystemScrollPos(int)
55 * {@link Axis#setScrollCenterOffsetPercent(int)}. A fixed offset from this
56 * position may also be set with {@link Axis#setScrollCenterOffset(int)}.
58 * @see Axis#setScrollCenterStrategy(int
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-js1.d 31 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
tls-local-63.d 15 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
tls-local-64.d 17 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
weakref3.d 25 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
weakref4.d 22 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
  /external/skia/gm/
fontscalerdistortable.cpp 60 SkFontMgr::FontParameters::Axis axes[] = { { tag, styleValue } };
  /external/skia/src/ports/
SkFontHost_FreeType_common.h 62 const SkFontMgr::FontParameters::Axis* requestedAxis, int requestedAxisCount,
SkFontMgr_android_parser.h 76 SkTArray<SkFontMgr::FontParameters::Axis, true> fAxes;
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java 23 import org.apache.xml.dtm.Axis;
43 /** The axis for this test. */
53 * @param axis The Axis for this test, one of of Axes.ANCESTORORSELF, etc.
56 public StepPattern(int whatToShow, String namespace, String name, int axis,
62 m_axis = axis;
70 * @param axis The Axis for this test, one of of Axes.ANCESTORORSELF, etc.
73 public StepPattern(int whatToShow, int axis, int axisForPredicate)
78 m_axis = axis;
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adomd.h 33 typedef struct Axis Axis;
235 virtual HRESULT WINAPI get_FilterAxis(Axis **ppvObject) = 0;
259 HRESULT (WINAPI *get_FilterAxis)(ICellset *This,Axis **ppvObject);
311 HRESULT WINAPI ICellset_get_FilterAxis_Proxy(ICellset *This,Axis **ppvObject);
390 struct Axis : public IDispatch {
400 HRESULT (WINAPI *QueryInterface)(Axis *This,REFIID riid,void **ppvObject);
401 ULONG (WINAPI *AddRef)(Axis *This);
402 ULONG (WINAPI *Release)(Axis *This);
403 HRESULT (WINAPI *GetTypeInfoCount)(Axis *This,UINT *pctinfo)
    [all...]
  /frameworks/base/core/jni/android/graphics/
FontFamily.cpp 132 // Declare axis native type.
133 std::unique_ptr<SkFontMgr::FontParameters::Axis[]> skiaAxes;
138 skiaAxes.reset(new SkFontMgr::FontParameters::Axis[listSize]);
247 jclass axisClass = FindClassOrDie(env, "android/graphics/FontListParser$Axis");
  /external/opencv3/3rdparty/openexr/Imath/
ImathEuler.h 59 // 1) Are the angles measured relative to a set of fixed axis
118 // repeated axis in the euler angles (e.g. XYX)
164 XZX = 0x0011, // first axis repeated
178 XZXr = 0x2110, // relative first axis repeated
187 // A -> Initial Axis (0==x, 1==y, 2==z)
203 enum Axis { X = 0, Y = 1, Z = 2 };
247 void set(Axis initial,
307 // and it probably doesn't work for repeated axis and
324 Axis initialAxis() const { return _initialAxis; }
329 bool _initialRepeated : 1; // init axis repeated as las
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 113 * If either a weight or alignment were defined along a given axis then the component
132 * given axis. During layout, GridLayout solves the constraints so as to return the unique
261 final Axis mHorizontalAxis = new Axis(true);
262 final Axis mVerticalAxis = new Axis(false);
327 * To control which axis should be processed first during the layout operation:
328 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first.
666 Axis axis = horizontal ? mHorizontalAxis : mVerticalAxis local
686 Axis axis = horizontal ? mHorizontalAxis : mVerticalAxis; local
734 final Axis axis = horizontal ? mHorizontalAxis : mVerticalAxis; local
833 Axis axis = horizontal ? mHorizontalAxis : mVerticalAxis; local
1018 Axis axis = horizontal ? mHorizontalAxis : mVerticalAxis; local
    [all...]

Completed in 1340 milliseconds

12 3 4