Searched refs:startRect (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGLExtras.cpp95 SkIRect startRect; local
113 if (SkIRect::Intersects(startRect, line)) {
114 clip.op(startRect, SkRegion::kDifference_Op);
124 if (startRect.isEmpty()) {
125 startRect.set(line.fLeft, line.fTop, line.fRight, line.fBottom);
129 startRect.setEmpty();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebVideoFullscreenController.mm61 - (void)animateFromRect:(NSRect)startRect toRect:(NSRect)endRect withSubAnimation:(NSAnimation *)subAnimation controllerAction:(SEL)controllerAction;
548 - (void)animateFromRect:(NSRect)startRect toRect:(NSRect)endRect withSubAnimation:(NSAnimation *)subAnimation controllerAction:(SEL)controllerAction
560 startRect = [_fullscreenAnimation currentFrame];
565 if (NSIsEmptyRect(startRect) || NSIsEmptyRect(endRect)) {
579 BOOL higherResolutionIsEndRect = startRect.size.width < endRect.size.width && startRect.size.height < endRect.size.height;
580 [self setFrame:higherResolutionIsEndRect ? endRect : startRect display:NO];
584 _fullscreenAnimation = [[WebWindowScaleAnimation alloc] initWithHintedDuration:0.2 window:self initalFrame:startRect finalFrame:endRect];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 663 milliseconds