OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fScreenHeight
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_tooltipctrlimp.cpp
242
FX_FLOAT
fScreenHeight
= 0;
243
GetScreenSize(fScreenWidth,
fScreenHeight
);
244
if (rtPopup.bottom() >
fScreenHeight
) {
245
rtPopup.Offset(0,
fScreenHeight
- rtPopup.bottom());
/external/skia/include/views/
SkOSWindow_Win.h
118
LONG
fScreenHeight
;
/external/pdfium/xfa/src/fwl/src/core/
fwl_widgetimp.cpp
732
FX_FLOAT
fScreenHeight
= 0;
733
GetScreenSize(fScreenWidth,
fScreenHeight
);
748
if (fBottom + fy >
fScreenHeight
) {
766
FX_FLOAT
fScreenHeight
= 0;
767
GetScreenSize(fScreenWidth,
fScreenHeight
);
777
if (fBottom + fy >
fScreenHeight
) {
792
FX_FLOAT
fScreenHeight
= 0;
793
GetScreenSize(fScreenWidth,
fScreenHeight
);
795
if (rtAnchor.bottom() + fy >
fScreenHeight
) {
[
all
...]
/external/skia/src/views/win/
SkOSWindow_win.cpp
718
fSavedWindowState.
fScreenHeight
= currScreenSettings.dmPelsHeight;
Completed in 2930 milliseconds