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

/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DScrollViewIOS.mm276 NSRect tempRect = rect;
277 tempRect = [documentView convertRect:tempRect toView:nil];
278 tempRect.origin = [[documentView window] convertBaseToScreen:tempRect.origin];
279 return enclosingIntRect(tempRect);
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollViewMac.mm240 NSRect tempRect = rect;
241 tempRect = [documentView convertRect:tempRect toView:nil];
244 tempRect.origin = [[documentView window] convertBaseToScreen:tempRect.origin];
246 return enclosingIntRect(tempRect);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DPageClientImpl.mm439 NSRect tempRect = rect;
440 tempRect = [m_wkView convertRect:tempRect toView:nil];
443 tempRect.origin = [[m_wkView window] convertBaseToScreen:tempRect.origin];
445 return enclosingIntRect(tempRect);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1717 RECT tempRect = {0, 0, boxWidthBest, boxHeightBest}; local
1718 DrawFrameControl(memDC.get(), &tempRect, type, state);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1029 IOGBounds tempRect; local
1034 tempRect.maxx = (tempRect.minx = (shmem->cursorLoc).x - hs->x)
1036 tempRect.maxy = (tempRect.miny = (shmem->cursorLoc).y - hs->y)
1039 intersect = TOUCHBOUNDS(tempRect, shmem->shieldRect);

Completed in 199 milliseconds