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

1 2 3 4 5 6 7 8

  /frameworks/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 51 * @param stops May be <code>null</code>. Valid values are between <code>0.0f</code> and
58 @NonNull @ColorInt int colors[], @Nullable float stops[],
66 if (stops != null && colors.length != stops.length) {
74 mPositions = stops != null ? stops.clone() : null;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bspec807.s 6 TETRA 0 % Things end stops after the high part of the VMA.
  /frameworks/minikin/include/minikin/
LineBreaker.h 87 void set(const int* stops, size_t nStops, int tabWidth) {
88 if (stops != nullptr) {
89 mStops.assign(stops, stops + nStops);
145 void setTabStops(const int* stops, size_t nStops, int tabWidth) {
146 mTabStops.set(stops, nStops, tabWidth);
  /external/curl/docs/cmdline-opts/
expect100-timeout.d 11 curl stops waiting, it will continue as if the response has been received.
  /prebuilts/go/darwin-x86/src/testing/iotest/
writer.go 10 // but stops silently after n bytes.
  /prebuilts/go/linux-x86/src/testing/iotest/
writer.go 10 // but stops silently after n bytes.
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/src/libgo3/
libgo3.go 26 // ResetSIGIO stops catching SIGIO signals.
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo5/
libgo5.go 26 // ResetSIGIO stops catching SIGIO signals.
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/src/libgo3/
libgo3.go 26 // ResetSIGIO stops catching SIGIO signals.
  /prebuilts/go/linux-x86/misc/cgo/testcshared/src/libgo5/
libgo5.go 26 // ResetSIGIO stops catching SIGIO signals.
  /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];
  /frameworks/base/core/jni/
android_text_StaticLayout.cpp 67 ScopedIntArrayRO stops(env, variableTabStops);
68 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/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...]
  /prebuilts/go/darwin-x86/src/debug/pe/
string.go 14 // It stops once it finds 0 or reaches end of b.
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 38 // Stop stops the current tracing, if any.
  /prebuilts/go/darwin-x86/src/text/template/
option.go 40 // Execution stops immediately with an error.
  /prebuilts/go/linux-x86/src/debug/pe/
string.go 14 // It stops once it finds 0 or reaches end of b.
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 38 // Stop stops the current tracing, if any.
  /prebuilts/go/linux-x86/src/text/template/
option.go 40 // Execution stops immediately with an error.
  /external/python/cpython2/Lib/
mailbox.py 840 starts, stops = [], []
847 if len(stops) < len(starts):
849 stops.append(line_pos - len(os.linesep))
854 stops.append(line_pos)
859 stops.append(line_pos - len(os.linesep))
861 stops.append(line_pos)
867 self._toc = dict(enumerate(zip(starts, stops)))
890 starts, stops = [], []
    [all...]
  /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...]

Completed in 1535 milliseconds

1 2 3 4 5 6 7 8