HomeSort by relevance Sort by last modified time
    Searched defs:Axis (Results 1 - 23 of 23) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
_f_v_a_r.py 65 result.extend([axis.compile() for axis in self.axes])
66 axisTags = [axis.axisTag for axis in self.axes]
80 axis = Axis()
81 axis.decompile(data[pos:pos+axisSize])
82 self.axes.append(axis)
85 axisTags = [axis.axisTag for axis in self.axes
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
TableModel.java 42 public enum Axis {
  /external/skia/include/core/
SkFontParameters.h 16 // Parameters in a variation font axis.
17 struct Axis {
18 // Four character identifier of the font axis (weight, width, slant, italic...).
20 // Minimum value supported by this axis.
22 // Default value set by this axis.
24 // Maximum value supported by this axis. The maximum can equal the minimum.
26 // Return whether this axis is recommended to be remain hidden in user interfaces.
28 // Set this axis to be remain hidden in user interfaces.
32 // Attributes for a font axis.
SkFontArguments.h 18 SkFourByteTag axis; member in struct:SkFontArguments::VariationPosition::Coordinate
25 struct Axis {
43 SkFontArguments& setAxes(const Axis* axes, int axisCount) {
52 * Any axis not specified will use the default value.
53 * Any specified axis not actually present in the font will be ignored.
67 const Axis* getAxes(int* axisCount) const {
69 return reinterpret_cast<const Axis*>(fVariationDesignPosition.coordinates);
  /external/skqp/include/core/
SkFontParameters.h 16 // Parameters in a variation font axis.
17 struct Axis {
18 // Four character identifier of the font axis (weight, width, slant, italic...).
20 // Minimum value supported by this axis.
22 // Default value set by this axis.
24 // Maximum value supported by this axis. The maximum can equal the minimum.
26 // Return whether this axis is recommended to be remain hidden in user interfaces.
28 // Set this axis to be remain hidden in user interfaces.
32 // Attributes for a font axis.
SkFontArguments.h 18 SkFourByteTag axis; member in struct:SkFontArguments::VariationPosition::Coordinate
25 struct Axis {
43 SkFontArguments& setAxes(const Axis* axes, int axisCount) {
52 * Any axis not specified will use the default value.
53 * Any specified axis not actually present in the font will be ignored.
67 const Axis* getAxes(int* axisCount) const {
69 return reinterpret_cast<const Axis*>(fVariationDesignPosition.coordinates);
  /external/skia/include/effects/
SkColorMatrix.h 38 enum Axis {
43 void setRotate(Axis, SkScalar degrees);
44 void setSinCos(Axis, SkScalar sine, SkScalar cosine);
45 void preRotate(Axis, SkScalar degrees);
46 void postRotate(Axis, SkScalar degrees);
  /external/skqp/include/effects/
SkColorMatrix.h 38 enum Axis {
43 void setRotate(Axis, SkScalar degrees);
44 void setSinCos(Axis, SkScalar sine, SkScalar cosine);
45 void preRotate(Axis, SkScalar degrees);
46 void postRotate(Axis, SkScalar degrees);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 19 * $Id: Axis.java 468653 2006-10-28 07:07:05Z minchau $
30 public final class Axis
34 * The ancestor axis contains the ancestors of the context node;
36 * node and the parent's parent and so on; thus, the ancestor axis will
42 * the ancestor-or-self axis contains the context node and the ancestors of
43 * the context node; thus, the ancestor axis will always include the
49 * the attribute axis contains the attributes of the context node; the axis
54 /** The child axis contains the children of the context node. */
58 * The descendant axis contains the descendants of the context node
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Direction.java 53 public Axis axis() { method
54 return Axis.VERTICAL;
64 public Axis axis() { method
65 return Axis.VERTICAL;
75 public Axis axis() { method
76 return Axis.HORIZONTAL;
86 public Axis axis() method
92 public abstract Axis axis(); method in class:Direction.PhysicalDirection
    [all...]
  /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...]
  /external/harfbuzz_ng/src/
hb-ot-layout-base-table.hh 412 struct Axis
452 * of Axis table (may be NULL)
457 * of Axis table
469 const Axis &get_axis (hb_direction_t direction) const
524 OffsetTo<Axis>hAxis; /* Offset to horizontal Axis table, from beginning
526 OffsetTo<Axis>vAxis; /* Offset to vertical Axis table, from beginning
  /external/tensorflow/tensorflow/contrib/labeled_tensor/
__init__.py 30 Axis = _core.Axis
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
core.py 47 # Types coercible to Axis.labels
54 # Types usable for axis values
63 class Axis(object):
64 """Size and label information for an axis.
66 Axis contains either a tf.Dimension indicating the size of an axis,
67 or a tuple of tick labels for the axis.
74 """Construct an Axis.
77 name: Name of the axis.
78 value: Either None, an int or tf.Dimension giving the size of the axis,
    [all...]
  /external/freetype/src/autofit/
aflatin.c 75 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
76 metrics->axis[AF_DIMENSION_VERT].width_count = 0;
182 AF_LatinAxis axis = &metrics->axis[dim]; local
183 AF_AxisHints axhints = &hints->axis[dim];
222 axis->widths[num_widths++].org = dist;
228 af_sort_and_quantize_widths( &num_widths, axis->widths,
230 axis->width_count = num_widths;
236 AF_LatinAxis axis = &metrics->axis[dim] local
327 AF_LatinAxis axis = &metrics->axis[AF_DIMENSION_VERT]; local
1146 AF_LatinAxis axis; local
1506 AF_AxisHints axis = &hints->axis[dim]; local
1935 AF_AxisHints axis = &hints->axis[dim]; local
2071 AF_AxisHints axis = &hints->axis[dim]; local
2446 AF_AxisHints axis = &hints->axis[AF_DIMENSION_VERT]; local
2703 AF_LatinAxis axis = &metrics->axis[dim]; local
2950 AF_AxisHints axis = &hints->axis[dim]; local
3506 AF_LatinAxis axis; local
    [all...]
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /external/antlr/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/cldr/tools/java/libs/
xercesImpl.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 1372 milliseconds