HomeSort by relevance Sort by last modified time
    Searched refs:GetBottom (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 185 INT GetBottom() const {
234 INT intersectBottom = (a.GetBottom() < b.GetBottom())
235 ? a.GetBottom() : b.GetBottom();
250 INT intersectBottom = (GetBottom() < rc.GetBottom())
251 ? GetBottom() : rc.GetBottom();
267 INT unionBottom = (a.GetBottom() < b.GetBottom()
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusTypes.h 430 REAL GetBottom() const
464 (Y <= rect.Y) && (rect.GetBottom() <= GetBottom());
496 REAL bottom = min(a.GetBottom(), b.GetBottom());
515 GetBottom() > rect.GetTop());
523 REAL bottom = max(a.GetBottom(), b.GetBottom());
633 INT GetBottom() const
667 (Y <= rect.Y) && (rect.GetBottom() <= GetBottom());
    [all...]

Completed in 100 milliseconds