Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 25 of 227) sorted by relevance

12345678910

/external/protobuf/src/google/protobuf/stubs/
Dint128.h145 inline UINT128_CONSTEXPR uint128::uint128(uint64 top, uint64 bottom) in uint128()
149 inline UINT128_CONSTEXPR uint128::uint128(uint64 bottom) in uint128()
152 inline UINT128_CONSTEXPR uint128::uint128(uint32 bottom) in uint128()
154 inline UINT128_CONSTEXPR uint128::uint128(int bottom) in uint128()
160 inline void uint128::Initialize(uint64 top, uint64 bottom) { in Initialize()
/external/skia/tests/
DCanvasStateHelpers.cpp17 float right, float bottom, int32_t spacer) { in complex_layers_draw()
29 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw()
52 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
DPathOpsLineIntersectionTest.cpp136 double bottom = SkTMax(line1[0].fY, line1[1].fY); in testOne() local
143 double bottom = SkTMax(line2[0].fY, line2[1].fY); in testOne() local
183 double bottom = SkTMax(line1[0].fY, line1[1].fY); in testOneCoincident() local
192 double bottom = SkTMax(line2[0].fY, line2[1].fY); in testOneCoincident() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DBox.java22 private Item bottom; field in Box
42 public void setBottom(Item bottom) { in setBottom()
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp28 float bottom, in SetBoundingBox()
41 float* bottom, in GetBoundingBox()
59 float bottom, in FPDFPage_SetMediaBox()
71 float bottom, in FPDFPage_SetCropBox()
83 float* bottom, in FPDFPage_GetMediaBox()
92 float* bottom, in FPDFPage_GetCropBox()
220 float bottom, in FPDF_CreateClipPath()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
DHasCompoundDrawablesMatcher.java16 public HasCompoundDrawablesMatcher(int left, int top, int right, int bottom) { in HasCompoundDrawablesMatcher()
42 public static Matcher<TextView> hasCompoundDrawables(int left, int top, int right, int bottom) { in hasCompoundDrawables()
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_mac_carbon_impl.cc124 const float bottom) in AddIncomingRenderStream()
232 const float bottom) in SetStreamCropping()
242 const float bottom) in ConfigureRenderer()
261 const float bottom) in SetText()
272 const float bottom) in SetBitmap()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRect.java14 public void __constructor__(int left, int top, int right, int bottom) { in __constructor__()
34 public void set(int left, int top, int right, int bottom) { in set()
104 public boolean intersect(int left, int top, int right, int bottom) { in intersect()
DShadowMarginLayoutParams.java20 public void setMargins(int left, int top, int right, int bottom) { in setMargins()
/external/webrtc/webrtc/modules/video_render/external/
Dvideo_render_external_impl.cc47 const float bottom) in AddIncomingRenderStream()
138 const float bottom) in SetStreamCropping()
150 const float bottom) in ConfigureRenderer()
172 const float bottom) in SetText()
184 const float bottom) in SetBitmap()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_windows_impl.cc93 const float bottom) in AddIncomingRenderStream()
241 const float bottom) in SetStreamCropping()
262 const float bottom) in ConfigureRenderer()
302 const float bottom) in SetText()
322 const float right, const float bottom) in SetBitmap()
Dvideo_render_direct3d9.cc841 const float bottom) in CreateChannel()
868 float& right, float& bottom) in GetStreamSettings()
897 float left, right, top, bottom; in UpdateVerticeBuffer() local
949 const float right, const float bottom) in SetCropping()
968 const float rigth, const float bottom) in SetText()
978 const float right, const float bottom) in SetBitmap()
1145 const float bottom) in ConfigureRenderer()
/external/boringssl/src/crypto/fipsmodule/bn/
Drandom.c126 int bottom, in bn_rand_with_additional_data()
198 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_rand()
203 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_pseudo_rand()
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_render_linux_impl.cc86 const float bottom) in AddIncomingRenderStream()
226 const float bottom) in ConfigureRenderer()
241 const float bottom) in SetText()
254 const float bottom) in SetBitmap()
Dvideo_x11_render.cc68 const float bottom) in CreateX11RenderChannel()
132 float& bottom) in GetIncomingStreamProperties()
/external/skia/src/core/
DSkRect.cpp12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { in join()
105 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in intersect()
121 void SkRect::join(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in join()
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.cc23 DesktopRegion::Row::Row(int32_t top, int32_t bottom) in Row()
103 int32_t bottom = rect.bottom(); in AddRect() local
203 int32_t bottom = std::min(it1->second->bottom, it2->second->bottom); in Intersect() local
326 int bottom = row_b->second->bottom; in Subtract() local
555 int bottom; in UpdateCurrentRect() local
Ddesktop_geometry.h91 int32_t right, int32_t bottom) { in MakeLTRB()
104 int32_t bottom() const { return bottom_; } in bottom() function
132 DesktopRect(int32_t left, int32_t top, int32_t right, int32_t bottom) in DesktopRect()
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_android_impl.cc80 const float bottom) { in AddIncomingRenderStream()
286 const float bottom) { in ConfigureRenderer()
299 const float rigth, const float bottom) { in SetText()
310 const float bottom) { in SetBitmap()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DBoxModelable.java42 public void setMargins(float left, float top, float right, float bottom); in setMargins()
44 public void setPadding(float left, float top, float right, float bottom); in setPadding()
/external/webrtc/webrtc/modules/video_render/
Dvideo_render_impl.cc170 const float bottom) in AddIncomingRenderStream()
437 const float bottom) in SetStreamCropping()
476 const float bottom) in SetText()
496 const float bottom) in SetBitmap()
540 const float bottom) in ConfigureRenderer()
/external/vulkan-validation-layers/libs/glm/gtc/
Dmatrix_transform.inl161 T const & bottom,
182 T const & bottom,
200 valType const & bottom,
295 T bottom = -range; local
323 T bottom = -range; local
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DSelectionArea.java29 private int bottom; field in SelectionArea
100 private void setBottom(int bottom) { in setBottom()
/external/llvm/test/MC/AsmParser/
Dmacro-args.s40 .macro bottom macro
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DInfoDialog.java30 protected Panel bottom; field in InfoDialog

12345678910