Home
last modified time | relevance | path

Searched refs:sweep (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp164 float sweep = ea - sa; in addArc() local
170 if (clockwise && (sweep > 0 || sweep < -g2PI)) { in addArc()
171 sweep = fmodf(sweep, g2PI) - g2PI; in addArc()
172 } else if (!clockwise && (sweep < 0 || sweep > g2PI)) { in addArc()
173 sweep = fmodf(sweep, g2PI) + g2PI; in addArc()
181 if (sweep >= g2PI || sweep <= -g2PI) { in addArc()
187 sweep = fmodf(sweep, g2PI); in addArc()
192 SkScalar sweepDegrees = SkFloatToScalar(sweep * g180OverPI); in addArc()
/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp130 float sweep = ea - sa; in addArc() local
132 if (sweep >= 2 * piFloat || sweep <= -2 * piFloat) in addArc()
136 SkScalar sweepDegrees = WebCoreFloatToSkScalar(sweep * 180 / piFloat); in addArc()
/external/webkit/WebCore/svg/
DSVGParserUtilities.cpp479 bool largeArc, sweep; in parseSVG() local
487 sweep = tox == 1; in parseSVG()
496 calculateArc(relative, curx, cury, angle, tox, toy, rx, ry, largeArc, sweep); in parseSVG()
499 narrowPrecisionToFloat(angle), largeArc, sweep, !relative); in parseSVG()
/external/webkit/JavaScriptCore/runtime/
DCollector.cpp187 sweep<PrimaryHeap>(); in destroy()
968 template <HeapType heapType> size_t Heap::sweep() in sweep() function in JSC::Heap
1104 size_t numLiveObjects = sweep<PrimaryHeap>(); in collect()
1105 numLiveObjects += sweep<NumberHeap>(); in collect()
DCollector.h128 template <HeapType heapType> size_t sweep();
/external/skia/src/core/
DSkPath.cpp472 SkScalar sweep = SkIntToScalar(90); in add_corner_arc() local
474 start += sweep; in add_corner_arc()
475 sweep = -sweep; in add_corner_arc()
478 path->arcTo(r, start, sweep, forceMoveTo); in add_corner_arc()
/external/webkit/V8Binding/v8/
DChangeLog939 whenever a mark-sweep collection is started.
/external/webkit/JavaScriptCore/
DChangeLog-2002-12-03282 the sweep phase
286 unmark the objects that don't get collected during the sweep
DChangeLog-2008-08-102705 in sweep() working.
3996 (KJS::Heap::sweep): Removed code related to "collect on main thread only" logic.
15981 (KJS::Collector::sweep):
16460 (KJS::Heap::sweep): Removed collectOnMainThreadOnly checks.
22300 (KJS::Collector::sweep):
28643 (KJS::Collector::sweep):
29705 (KJS::Collector::sweep):
DChangeLog3278 (JSC::Heap::sweep):
DChangeLog-2009-06-1628804 Before GC sweep phase, a function supplied by global object is now called for all global
28907 (JSC::Heap::sweep):
36286 (KJS::Heap::sweep):
/external/webkit/WebKitTools/
DChangeLog-2009-06-1622510 (main): Added --repaint and --horizontal-sweep options.
22518 * Scripts/run-webkit-tests: Added --repaint and --horizontal-sweep options
/external/srec/config/en.us/dictionary/
Dlarge.ok28474 sweep swEp
/external/webkit/WebCore/
DChangeLog11242 I'll move the rest of our hidden property names as I sweep though the
DChangeLog-2006-12-3138440 removal if they are redundant, and sweep to remove them. This means that we