HomeSort by relevance Sort by last modified time
    Searched defs:GetRight (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 205 INT GetRight() const {
232 INT intersectRight = (a.GetRight() < b.GetRight())
233 ? a.GetRight() : b.GetRight();
248 INT intersectRight = (GetRight() < rc.GetRight())
249 ? GetRight() : rc.GetRight();
265 INT unionRight = (a.GetRight() < b.GetRight()
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.h 658 virtual FDE_CSSLENGTH GetRight() const { return m_NonInheritedData.m_Right; }
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 1148 milliseconds