HomeSort by relevance Sort by last modified time
    Searched refs:stops (Results 1 - 25 of 55) sorted by null

1 2 3

  /frameworks/base/tools/layoutlib/bridge/src/android/text/
TabStops.java 28 public TabStops(@Nullable int[] stops, int defaultTabWidth) {
30 mStops = stops;
  /external/ImageMagick/coders/
gradient.c 114 *stops;
145 stops=(StopInfo *) AcquireQuantumMemory(2,sizeof(*stops));
146 if (stops == (StopInfo *) NULL)
148 stops[0].offset=0.0;
149 stops[1].offset=1.0;
150 status=QueryColorCompliance(colorname,AllCompliance,&stops[0].color,exception);
153 stops=(StopInfo *) RelinquishMagickMemory(stops);
157 (void) SetImageColorspace(image,stops[0].color.colorspace,exception)
112 *stops; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
RadialGradient.java 48 @param stops May be <code>null</code>. Valid values are between <code>0.0f</code> and
55 @NonNull int colors[], @Nullable float stops[], @NonNull TileMode tileMode) {
62 if (stops != null && colors.length != stops.length) {
70 mPositions = stops;
72 init(nativeCreate1(centerX, centerY, radius, colors, stops, tileMode.nativeInt));
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bspec807.s 6 TETRA 0 % Things end stops after the high part of the VMA.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
Tabber.java 58 private List stops = new ArrayList(); field in class:Tabber.MonoTabber
62 stops.clear();
70 for (int i = 0; i < stops.size(); ++i) {
75 .append(stops.get(i));
86 stops.add(new Integer(tabPos));
95 int last = getStop(stops.size()-1);
96 stops.add(new Integer(last + fieldWidth));
103 if (fieldNumber >= stops.size()) fieldNumber = stops.size() - 1;
104 return ((Integer)stops.get(fieldNumber)).intValue()
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
Tabber.java 57 private List stops = new ArrayList(); field in class:Tabber.MonoTabber
61 stops.clear();
69 for (int i = 0; i < stops.size(); ++i) {
74 .append(stops.get(i));
85 stops.add(new Integer(tabPos));
94 int last = getStop(stops.size()-1);
95 stops.add(new Integer(last + fieldWidth));
102 if (fieldNumber >= stops.size()) fieldNumber = stops.size() - 1;
103 return ((Integer)stops.get(fieldNumber)).intValue()
    [all...]
  /frameworks/minikin/include/minikin/
LineBreaker.h 84 void set(const int* stops, size_t nStops, int tabWidth) {
85 if (stops != nullptr) {
86 mStops.assign(stops, stops + nStops);
142 void setTabStops(const int* stops, size_t nStops, int tabWidth) {
143 mTabStops.set(stops, nStops, tabWidth);
  /external/mesa3d/src/gallium/state_trackers/vega/
paint.h 82 void paint_set_ramp_stops(struct vg_paint *paint, const VGfloat *stops,
84 void paint_ramp_stops(struct vg_paint *paint, VGfloat *stops,
87 void paint_set_ramp_stopsi(struct vg_paint *paint, const VGint *stops,
89 void paint_ramp_stopsi(struct vg_paint *paint, VGint *stops,
paint.c 383 void paint_set_ramp_stops(struct vg_paint *paint, const VGfloat *stops,
396 memcpy(paint->gradient.ramp_stops, stops, sizeof(VGfloat)*num);
400 /* stops must be in increasing order. the last stop is 1.0. if the
402 if (stops[0] > 1) {
403 stops = default_stops;
406 last_coord = stops[0];
409 VGfloat coord = stops[idx];
411 stops = default_stops;
418 create_gradient_data(stops, num / 5, paint->gradient.color_data,
530 void paint_ramp_stops(struct vg_paint *paint, VGfloat *stops,
    [all...]
  /external/skia/experimental/docs/
exampleSlides.js 8 "stops": [
14 "stops": [
20 "stops": [
26 "stops": [
32 "stops": [
38 "stops": [
44 "stops": [
50 "stops": [
canvasBackend.js 108 var stopLen = g.stops.length;
110 var stop = g.stops[index];
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 190 SkScalar* stops = stopsArray; local
192 int colorCount = RandomGradientParams(d->fRandom, colors, &stops, &tmIgnored);
194 colors, stops, colorCount));
SkTwoPointConicalGradient_gpu.cpp 207 SkScalar* stops = stopsArray; local
209 int colorCount = RandomGradientParams(d->fRandom, colors, &stops, &tm);
212 colors, stops, colorCount,
488 SkScalar* stops = stopsArray; local
490 int colorCount = RandomGradientParams(d->fRandom, colors, &stops, &tm);
493 colors, stops, colorCount,
701 SkScalar* stops = stopsArray; local
703 int colorCount = RandomGradientParams(d->fRandom, colors, &stops, &tm);
706 colors, stops, colorCount,
949 SkScalar* stops = stopsArray; local
1182 SkScalar* stops = stopsArray; local
    [all...]
SkRadialGradient.cpp 312 SkScalar* stops = stopsArray; local
314 int colorCount = RandomGradientParams(d->fRandom, colors, &stops, &tm);
316 colors, stops, colorCount,
  /frameworks/base/core/jni/
android_text_StaticLayout.cpp 66 ScopedIntArrayRO stops(env, variableTabStops);
67 b->setTabStops(stops.get(), stops.size(), defaultTabStop);
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 161 // Buffers for storing current X and Y stops. See the computeAxisStops method for more details.
323 // Computes axis stops (in terms of numerical value and position on screen)
338 // arrays and only reallocate if the number of stops grows.
354 mAxisXPositionsBuffer[i] = getDrawX(mXStopsBuffer.stops[i]);
357 mAxisYPositionsBuffer[i] = getDrawY(mYStopsBuffer.stops[i]);
383 labelLength = formatFloat(mLabelBuffer, mXStopsBuffer.stops[i], mXStopsBuffer.decimals);
396 labelLength = formatFloat(mLabelBuffer, mYStopsBuffer.stops[i], mYStopsBuffer.decimals);
460 * of stops between these boundaries.
464 * @param steps The ideal number of stops to create. This should be based on available screen
465 * space; the more space there is, the more stops should be shown
1181 float[] stops = new float[]{}; field in class:InteractiveLineGraphView.AxisStops
    [all...]
  /external/v8/test/mjsunit/
debug-constructor.js 63 // Break point stops on "new c()" and steps into c.
70 // Break point stops on "x = 1" and steps to "new c()" and then into c.
  /external/ImageMagick/MagickCore/
paint.c 412 const GradientType type,const SpreadMethod method,const StopInfo *stops,
434 assert(stops != (const StopInfo *) NULL);
604 Define the gradient to fill between the stops.
607 gradient->stops=(StopInfo *) AcquireQuantumMemory(gradient->number_stops,
608 sizeof(*gradient->stops));
609 if (gradient->stops == (StopInfo *) NULL)
612 (void) CopyMagickMemory(gradient->stops,stops,(size_t) number_stops*
613 sizeof(*stops));
    [all...]
draw.c 330 if (draw_info->gradient.stops != (StopInfo *) NULL)
336 clone_info->gradient.stops=(StopInfo *) AcquireQuantumMemory((size_t)
337 number_stops,sizeof(*clone_info->gradient.stops));
338 if (clone_info->gradient.stops == (StopInfo *) NULL)
341 (void) CopyMagickMemory(clone_info->gradient.stops,
342 draw_info->gradient.stops,(size_t) number_stops*
343 sizeof(*clone_info->gradient.stops));
866 if (draw_info->gradient.stops != (StopInfo *) NULL)
867 draw_info->gradient.stops=(StopInfo *) RelinquishMagickMemory(
868 draw_info->gradient.stops);
1738 *stops; local
    [all...]
draw.h 158 *stops; member in struct:_GradientInfo
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 830 starts, stops = [], []
837 if len(stops) < len(starts):
839 stops.append(line_pos - len(os.linesep))
844 stops.append(line_pos)
849 stops.append(line_pos - len(os.linesep))
851 stops.append(line_pos)
857 self._toc = dict(enumerate(zip(starts, stops)))
880 starts, stops = [], []
894 stops.append(line_pos - len(os.linesep))
897 stops.append(line_pos
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 830 starts, stops = [], []
837 if len(stops) < len(starts):
839 stops.append(line_pos - len(os.linesep))
844 stops.append(line_pos)
849 stops.append(line_pos - len(os.linesep))
851 stops.append(line_pos)
857 self._toc = dict(enumerate(zip(starts, stops)))
880 starts, stops = [], []
894 stops.append(line_pos - len(os.linesep))
897 stops.append(line_pos
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 830 starts, stops = [], []
837 if len(stops) < len(starts):
839 stops.append(line_pos - len(os.linesep))
844 stops.append(line_pos)
849 stops.append(line_pos - len(os.linesep))
851 stops.append(line_pos)
857 self._toc = dict(enumerate(zip(starts, stops)))
880 starts, stops = [], []
894 stops.append(line_pos - len(os.linesep))
897 stops.append(line_pos
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 830 starts, stops = [], []
837 if len(stops) < len(starts):
839 stops.append(line_pos - len(os.linesep))
844 stops.append(line_pos)
849 stops.append(line_pos - len(os.linesep))
851 stops.append(line_pos)
857 self._toc = dict(enumerate(zip(starts, stops)))
880 starts, stops = [], []
894 stops.append(line_pos - len(os.linesep))
897 stops.append(line_pos
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java     [all...]

Completed in 1419 milliseconds

1 2 3