HomeSort by relevance Sort by last modified time
    Searched defs: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/xfa/src/fdp/src/css/
fde_cssstyleselector.h 654 virtual FDE_CSSLENGTH GetBottom() const {
    [all...]

Completed in 43 milliseconds