OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentRect
(Results
1 - 5
of
5
) sorted by null
/development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp
340
// check to make sure the
currentRect
matches the activeRect
341
ANPRectF*
currentRect
= validTouch(x,y);
342
if (m_activeTouchRect !=
currentRect
)
345
if (
currentRect
== &m_playRect) {
354
else if (
currentRect
== &m_pauseRect) {
363
else if (
currentRect
== &m_stopRect) {
379
// set the
currentRect
to be the activeRect
380
m_activeRect =
currentRect
;
/external/webkit/Source/WebCore/page/
SpatialNavigation.cpp
634
IntRect
currentRect
= current.rect;
635
deflateIfOverlapped(
currentRect
, nodeRect);
637
if (!isRectInDirection(direction,
currentRect
, nodeRect))
644
entryAndExitPointsForDirection(direction,
currentRect
, nodeRect, exitPoint, entryPoint);
679
candidate.alignment = alignmentForRects(direction,
currentRect
, nodeRect, viewSize);
/external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp
431
QRect
currentRect
= m_videoWidget->rect();
433
if (newSize.width() !=
currentRect
.width() || newSize.height() !=
currentRect
.height())
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp
512
const SDL_Rect&
currentRect
= rects[i];
513
rect2.x =
currentRect
.x;
514
rect2.y =
currentRect
.y;
515
rect2.w =
currentRect
.w;
516
rect2.h =
currentRect
.h;
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc
[
all
...]
Completed in 116 milliseconds