HomeSort by relevance Sort by last modified time
    Searched refs:Bottom (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/clang/test/Modules/Inputs/
category_bottom.h 3 @interface Foo(Bottom)
4 -(void)bottom;
9 @interface LeftFoo(Bottom)
10 -(void)bottom;
  /external/pdfium/xfa/fwl/
fwl_widgethit.h 16 Bottom,
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_view.h 28 Bottom:(const float)bottom;
video_render_ios_channel.mm 50 const float bottom) {
53 Top:bottom
55 Bottom:top]) {
video_render_ios_view.mm 157 Bottom:(const float)bottom {
158 return _gles_renderer20->SetCoordinates(zOrder, left, top, right, bottom);
  /external/skia/experimental/go-skia/
types.go 64 Bottom float32
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
memorybuffer.h 51 return stack_.template Bottom<Ch>();
stringbuffer.h 68 return stack_.template Bottom<Ch>();
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Page.c 39 UINTN Bottom;
46 Bottom = Top - NumberOfPages;
54 if (Bottom > 0) {
55 Pages->NumberOfPages = Bottom;
60 return (UINTN)Pages + EFI_PAGES_TO_SIZE (Bottom);
  /external/pdfium/xfa/fde/css/
fde_css.h 49 Bottom,
94 Bottom,
167 Bottom,
224 bottom(eUnit, val) {}
230 bottom.Set(eUnit);
237 bottom.Set(eUnit, fValue);
241 FDE_CSSLength left, top, right, bottom; member in class:FDE_CSSRect
  /external/jline/src/src/main/native/
jline_WindowsTerminal.c 56 return info->srWindow.Bottom - info->srWindow.Top+1;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 72 /// Return the "bottom" block of a loop. This differs from
76 MachineBasicBlock *Bottom = Loop->getHeader();
78 if (MBB->getNumber() > Bottom->getNumber())
79 Bottom = MBB;
80 return Bottom;
407 // bottom of the function, insert a dummy block at the end.
408 MachineBasicBlock *Bottom = LoopBottom(Loop);
409 auto Iter = next(MachineFunction::iterator(Bottom));
415 Iter = next(MachineFunction::iterator(Bottom));
  /external/harfbuzz_ng/src/
gen-use-table.py 115 'Bottom',
248 'Blw': [Bottom],
253 'Blw': [Bottom],
259 'Blw': [Bottom],
263 'Blw': [Bottom, Overstruck, Bottom_And_Right],
269 'Blw': [Bottom, Overstruck],
275 'Blw': [Bottom],
307 if U == 0x1B6C: UIPC = Bottom
317 if U == 0x111CA: UIPC = Bottom
319 if U == 0x1133C: UIPC = Bottom
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
volume9.c 228 dirty_region.Bottom = dirty_region.Top + (box->height << This->level_actual);
259 pBox ? pBox->Top : 0, pBox ? pBox->Bottom : 0,
280 pBox->Top == 0 && pBox->Bottom == This->desc.Height) ||
282 !(pBox->Top % h) && !(pBox->Bottom % h)),
297 user_assert(pBox->Bottom > pBox->Top, D3DERR_INVALIDCALL);
300 user_assert(pBox->Bottom <= This->desc.Height, D3DERR_INVALIDCALL);
  /frameworks/base/libs/hwui/tests/unit/
BakedOpStateTests.cpp 42 EXPECT_EQ(OpClipSideFlags::Right | OpClipSideFlags::Bottom, state.clipSideFlags);
58 EXPECT_EQ(OpClipSideFlags::Right | OpClipSideFlags::Bottom, state.clipSideFlags);
120 EXPECT_EQ(OpClipSideFlags::Right | OpClipSideFlags::Bottom, state.clipSideFlags);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 63 INT16 Bottom;
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 332 /* The OS might guarantee only one guard page at the bottom of the stack,
742 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
758 # define YY_STACK_PRINT(Bottom, Top) \
761 yy_stack_print ((Bottom), (Top)); \
801 # define YY_STACK_PRINT(Bottom, Top)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLib.c 338 This function updates the status bar on the bottom of menu screen. It just shows StatusBar.
428 UINTN Bottom;
480 Bottom = Top + LineNum + 2;
495 for (Index = Top; Index + 2 < Bottom; Index++, Count++) {
534 PrintCharAt (Start, Bottom - 1, Character);
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 252 /// Return the resource depth of the top/bottom of the trace center block.
256 /// When Bottom is set, instructions in the trace center block are included.
257 unsigned getResourceDepth(bool Bottom) const;
  /frameworks/base/libs/hwui/
BakedOpState.h 34 Bottom = 0x8,
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
stack.h 135 T* Bottom() { return (T*)stack_; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 255 /// Return the resource depth of the top/bottom of the trace center block.
259 /// When Bottom is set, instructions in the trace center block are included.
260 unsigned getResourceDepth(bool Bottom) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 255 /// Return the resource depth of the top/bottom of the trace center block.
259 /// When Bottom is set, instructions in the trace center block are included.
260 unsigned getResourceDepth(bool Bottom) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 255 /// Return the resource depth of the top/bottom of the trace center block.
259 /// When Bottom is set, instructions in the trace center block are included.
260 unsigned getResourceDepth(bool Bottom) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 255 /// Return the resource depth of the top/bottom of the trace center block.
259 /// When Bottom is set, instructions in the trace center block are included.
260 unsigned getResourceDepth(bool Bottom) const;

Completed in 3306 milliseconds

1 2 3 4