Searched refs:requestedHeight (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dgtf.c59 void GenTiming ( int requestedWidth, int requestedHeight, argument
89 int verticalActive = roundf(requestedHeight / interlaceFactor); // V_LINES_RND
317 int requestedWidth = 1400, requestedHeight = 1050; local
321 requestedHeight = strtol(argv[2], 0, 0);
326 GenTiming( requestedWidth, requestedHeight, frameRate, needInterlace, 0 );
328 GenTiming( requestedWidth, requestedHeight, frameRate, needInterlace, 1 );
330 GenTiming( requestedWidth, requestedHeight, frameRate, needInterlace, 2 );
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebScrollBarPrivate.idl67 HRESULT requestedHeight([out, retval] int* h);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebScrollBar.h98 virtual HRESULT STDMETHODCALLTYPE requestedHeight(
H A DWebScrollBar.cpp210 HRESULT STDMETHODCALLTYPE WebScrollBar::requestedHeight( function in class:WebScrollBar

Completed in 91 milliseconds