/external/protobuf/src/google/protobuf/stubs/ |
D | int128.h | 145 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/ |
D | CanvasStateHelpers.cpp | 17 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()
|
D | PathOpsLineIntersectionTest.cpp | 136 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/ |
D | Box.java | 22 private Item bottom; field in Box 42 public void setBottom(Item bottom) { in setBottom()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_transformpage.cpp | 28 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/ |
D | HasCompoundDrawablesMatcher.java | 16 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/ |
D | video_render_mac_carbon_impl.cc | 124 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/ |
D | ShadowRect.java | 14 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()
|
D | ShadowMarginLayoutParams.java | 20 public void setMargins(int left, int top, int right, int bottom) { in setMargins()
|
/external/webrtc/webrtc/modules/video_render/external/ |
D | video_render_external_impl.cc | 47 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/ |
D | video_render_windows_impl.cc | 93 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()
|
D | video_render_direct3d9.cc | 841 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/ |
D | random.c | 126 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/ |
D | video_render_linux_impl.cc | 86 const float bottom) in AddIncomingRenderStream() 226 const float bottom) in ConfigureRenderer() 241 const float bottom) in SetText() 254 const float bottom) in SetBitmap()
|
D | video_x11_render.cc | 68 const float bottom) in CreateX11RenderChannel() 132 float& bottom) in GetIncomingStreamProperties()
|
/external/skia/src/core/ |
D | SkRect.cpp | 12 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/ |
D | desktop_region.cc | 23 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
|
D | desktop_geometry.h | 91 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/ |
D | video_render_android_impl.cc | 80 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/ |
D | BoxModelable.java | 42 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/ |
D | video_render_impl.cc | 170 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/ |
D | matrix_transform.inl | 161 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/ |
D | SelectionArea.java | 29 private int bottom; field in SelectionArea 100 private void setBottom(int bottom) { in setBottom()
|
/external/llvm/test/MC/AsmParser/ |
D | macro-args.s | 40 .macro bottom macro
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | InfoDialog.java | 30 protected Panel bottom; field in InfoDialog
|