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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceLinearGradient.cpp 46 FloatPoint RenderSVGResourceLinearGradient::startPoint(const LinearGradientAttributes& attributes) const
58 gradientData->gradient = Gradient::create(startPoint(m_attributes), endPoint(m_attributes));
  /libcore/luni/src/main/java/java/math/
Primality.java 102 BigInt startPoint = ni.copy();
105 // Fix startPoint to "next odd number":
106 startPoint.addPositiveInt(BigInt.remainderByPositiveInt(ni, 2) + 1);
109 // j = startPoint.bitLength();
116 modules[i] = BigInt.remainderByPositiveInt(startPoint, primes[i]) - gapSize;
134 probPrime.putCopy(startPoint);
141 startPoint.addPositiveInt(gapSize);
Conversion.java 273 int startPoint = currentChar + 1;
275 StringBuilder result1 = new StringBuilder(16 + endPoint - startPoint);
279 if (endPoint - startPoint >= 1) {
373 int startPoint = currentChar + 1;
375 StringBuilder result1 = new StringBuilder(16 + endPoint - startPoint);
379 if (endPoint - startPoint >= 1) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
AnnotatedBytes.java 138 AnnotationEndpoint startPoint = annotatations.get(cursor);
139 if (startPoint == null) {
154 AnnotationItem existingRangeAnnotation = startPoint.rangeAnnotation;
201 // If startPoint is null, we need to create a new one and add it to annotations. Otherwise, we just need to add
204 if (startPoint == null) {
205 startPoint = new AnnotationEndpoint();
206 annotatations.put(cursor, startPoint);
209 startPoint.pointAnnotations.add(new AnnotationItem(indentLevel, formattedMsg));
211 startPoint.rangeAnnotation = new AnnotationItem(indentLevel, formattedMsg);
  /packages/apps/UnifiedEmail/src/com/android/mail/perf/
Timer.java 156 PerformancePoint startPoint = values.get(i);
159 cpuDurationNanos += endPoint.mCpuTimeNanos - startPoint.mCpuTimeNanos;
160 wallDurationMillis += endPoint.mWallTimeMillis - startPoint.mWallTimeMillis;
211 PerformancePoint startPoint = sPerformanceCollector.get(tag);
212 if (startPoint == null) {
215 long cpuDurationNanos = endPoint.mCpuTimeNanos - startPoint.mCpuTimeNanos;
216 long wallDurationMillis = endPoint.mWallTimeMillis - startPoint.mWallTimeMillis;
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 46 int startPoint;
141 mLines[i].startPoint = Integer.valueOf(idx[0]);
282 ThreeDPoint start = mRotatedPoints[l.startPoint];
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 611 int startPoint = listStartOffset;
612 int endPoint = startPoint + requestSize;
618 for (int j = startPoint; j < endPoint; j++) {
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 839 XPS_POINT startPoint;
842 startPoint = xps_point(info.fPoint[0]);
848 startPoint = xps_point(info.fPoint[0], localMatrix);
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 840 XPS_POINT startPoint;
843 startPoint = xps_point(info.fPoint[0]);
849 startPoint = xps_point(info.fPoint[0], localMatrix);
    [all...]
  /prebuilts/misc/common/power-helper/
PowerTestHelper.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 507 D2D1_POINT_2F startPoint;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 868 milliseconds