| /external/pdfium/fpdfsdk/ |
| D | fpdf_transformpage.cpp | 45 float* bottom, in GetBoundingBox() 107 float bottom, in FPDFPage_SetMediaBox() 116 float bottom, in FPDFPage_SetCropBox() 125 float bottom, in FPDFPage_SetBleedBox() 134 float bottom, in FPDFPage_SetTrimBox() 143 float bottom, in FPDFPage_SetArtBox() 152 float* bottom, in FPDFPage_GetMediaBox() 162 float* bottom, in FPDFPage_GetCropBox() 172 float* bottom, in FPDFPage_GetBleedBox() 182 float* bottom, in FPDFPage_GetTrimBox() [all …]
|
| /external/protobuf/src/google/protobuf/stubs/ |
| D | int128.h | 147 inline UINT128_CONSTEXPR uint128::uint128(uint64 top, uint64 bottom) in uint128() 151 inline UINT128_CONSTEXPR uint128::uint128(uint64 bottom) in uint128() 154 inline UINT128_CONSTEXPR uint128::uint128(uint32 bottom) in uint128() 156 inline UINT128_CONSTEXPR uint128::uint128(int bottom) in uint128() 162 inline void uint128::Initialize(uint64 top, uint64 bottom) { in Initialize()
|
| /external/skia/tests/ |
| D | CanvasStateHelpers.cpp | 26 float right, float bottom, int32_t spacer) { in complex_layers_draw() 38 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state() 48 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw() 61 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 = std::max(line1[0].fY, line1[1].fY); in testOne() local 143 double bottom = std::max(line2[0].fY, line2[1].fY); in testOne() local 183 double bottom = std::max(line1[0].fY, line1[1].fY); in testOneCoincident() local 192 double bottom = std::max(line2[0].fY, line2[1].fY); in testOneCoincident() local
|
| /external/skqp/tests/ |
| D | CanvasStateHelpers.cpp | 23 float right, float bottom, int32_t spacer) { in complex_layers_draw() 35 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state() 45 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw() 58 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/libchrome/ui/gfx/geometry/ |
| D | insets_f.h | 25 constexpr InsetsF(float top, float left, float bottom, float right) in InsetsF() 30 constexpr float bottom() const { return bottom_; } in bottom() function 44 void Set(float top, float left, float bottom, float right) { in Set()
|
| D | insets.h | 34 constexpr Insets(int top, int left, int bottom, int right) in Insets() 39 constexpr int bottom() const { return bottom_; } in bottom() function 53 void Set(int top, int left, int bottom, int right) { in Set()
|
| /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/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| D | matrix_transform.inl | 103 T bottom, T top, 118 T bottom, T top, 143 T bottom, T top, 168 T bottom, T top 184 T bottom, T top, 199 T bottom, T top, 225 T bottom, T top, 383 T const bottom = -range; local 401 T const bottom = -range; local 420 T const bottom = -range; local
|
| /external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ |
| D | BoundingBoxUtil.java | 196 float bottom = values[3]; in convertFromBoundaries() local 205 float bottom = values[1] + values[3]; in convertFromUpperLeft() local 219 float bottom = centerY + h / 2; in convertFromCenter() local 227 float bottom, in getRectF()
|
| /external/skqp/src/core/ |
| D | SkRect.cpp | 12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { in join() 96 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in intersect() 112 void SkRect::join(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in join()
|
| /external/skia/docs/examples/ |
| D | ChromeMDRefreshTab.cpp | 12 const float bottom = size.fHeight * scale; in GetBorderPath() local 76 const float bottom = std::ceil(size.fHeight * scale); in GetInteriorPath() local
|
| /external/webrtc/modules/desktop_capture/ |
| D | desktop_region.cc | 26 DesktopRegion::Row::Row(int32_t top, int32_t bottom) in Row() 104 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 553 int bottom; in UpdateCurrentRect() local
|
| D | desktop_geometry.h | 96 int32_t bottom) { in MakeLTRB() 109 int32_t bottom() const { return bottom_; } in bottom() function 158 DesktopRect(int32_t left, int32_t top, int32_t right, int32_t bottom) in DesktopRect()
|
| /external/kotlinx.coroutines/kotlinx-coroutines-debug/src/ |
| D | CoroutineInfo.kt | 59 val bottom = creationStackBottom ?: return emptyList() in creationStackTrace() constant
|
| /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
| D | position-handler.js | 34 bottom: {'%': 100}, property 84 pos = {left: 0, right: 0, center: pos, top: 1, bottom: 1}[token]; property
|
| /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/llvm-project/lldb/test/API/functionalities/thread/backtrace_limit/ |
| D | main.cpp | 1 int bottom () { in bottom() function
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/ |
| D | DebugCoroutineInfoImpl.kt | 73 val bottom = creationStackBottom ?: return emptyList() in creationStackTrace() constant
|
| /external/setupdesign/main/src/com/google/android/setupdesign/view/ |
| D | NavigationBarButton.java | 67 public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { in setCompoundDrawables() 86 Drawable start, Drawable top, Drawable end, Drawable bottom) { in setCompoundDrawablesRelative()
|
| /external/oboe/src/flowgraph/resampler/ |
| D | IntegerRatio.cpp | 37 int bottom = mDenominator / prime; in reduce() local
|
| /external/skqp/include/core/ |
| D | SkRegion.h | 201 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom) { in setRect() 305 int32_t bottom) const { in quickContains() 402 bool op(int left, int top, int right, int bottom, Op op) { in op()
|
| /external/mesa3d/src/mesa/main/ |
| D | scissor.c | 206 GLint bottom, GLsizei width, GLsizei height, in scissor_indexed_err() 231 _mesa_ScissorIndexed_no_error(GLuint index, GLint left, GLint bottom, in _mesa_ScissorIndexed_no_error() 239 _mesa_ScissorIndexed(GLuint index, GLint left, GLint bottom, in _mesa_ScissorIndexed()
|
| /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()
|