Searched refs:desktopWidth (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystemCursorHelper.cpp67 int desktopWidth = desktop->maxx - desktop->minx; local
70 if ((screenWidth <= 0) || (screenHeight <= 0) || (desktopWidth <= 0) || (desktopHeight <= 0)) {
74 if ((screenWidth == desktopWidth) && (screenHeight == desktopHeight)) {
84 x_scale.fromIntFloor(screenWidth) /= desktopWidth;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DViewportArguments.h146 ViewportAttributes computeViewportAttributes(ViewportArguments args, int desktopWidth, int deviceWidth, int deviceHeight, float devicePixelRatio, IntSize visibleViewport);
H A DViewportArguments.cpp261 ViewportAttributes computeViewportAttributes(ViewportArguments args, int desktopWidth, int deviceWidth, int deviceHeight, float devicePixelRatio, IntSize visibleViewport) argument
266 return args.resolve(initialViewportSize, deviceSize, desktopWidth);

Completed in 109 milliseconds