Searched defs:Bottom (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/xfa/fwl/
H A Dfwl_widgethit.h16 Bottom, member in class:FWL_WidgetHit
/external/python/cpython2/Demo/tkinter/guido/
H A Dcanvasevents.py77 class Bottom(Object): class in inherits:Object
97 self.bottom = Bottom(self.canvas, self.x, self.y)
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp76 MachineBasicBlock *Bottom = Loop->getHeader(); local
78 if (MBB->getNumber() > Bottom->getNumber())
79 Bottom = MBB;
80 return Bottom;
408 MachineBasicBlock *Bottom = LoopBottom(Loop);
409 auto Iter = next(MachineFunction::iterator(Bottom));
415 Iter = next(MachineFunction::iterator(Bottom));
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc322 void *Bottom() const { function in class:__sanitizer::ScopedStackSpaceWithGuard
409 TracerThread, tracer_stack.Bottom(),
/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1089 MachineBasicBlock *Bottom = *std::prev(LoopChain.end()); local
1090 for (MachineBasicBlock *Succ : Bottom->successors()) {
/external/pdfium/core/fxcrt/css/
H A Dcfx_css.h47 Bottom, member in class:CFX_CSSPropertyValue
92 Bottom, member in class:CFX_CSSProperty
165 Bottom, member in class:CFX_CSSVerticalAlign
/external/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp484 auto *Bottom = makeVariable(DestTy); local
496 Bottom, Left, RotShift));
498 InstArithmetic::create(Func, InstArithmetic::Or, Dest, Top, Bottom));
510 auto *Bottom = makeVariable(DestTy); local
522 Bottom, Left, RotShift));
524 InstArithmetic::create(Func, InstArithmetic::Or, Dest, Top, Bottom));
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h184 Bottom, member in class:XFA_AttributeEnum
/external/swiftshader/include/Direct3D/
H A Dd3d8types.h1546 UINT Bottom; member in struct:_D3DBOX
/external/mesa3d/include/D3D9/
H A Dd3d9types.h1487 UINT Bottom; member in struct:_D3DBOX

Completed in 422 milliseconds