/external/pdfium/fpdfsdk/ |
D | fpdf_transformpage.cpp | 47 float* bottom, in GetBoundingBox() 108 float bottom, in FPDFPage_SetMediaBox() 117 float bottom, in FPDFPage_SetCropBox() 126 float bottom, in FPDFPage_SetBleedBox() 135 float bottom, in FPDFPage_SetTrimBox() 144 float bottom, in FPDFPage_SetArtBox() 153 float* bottom, in FPDFPage_GetMediaBox() 163 float* bottom, in FPDFPage_GetCropBox() 173 float* bottom, in FPDFPage_GetBleedBox() 183 float* bottom, in FPDFPage_GetTrimBox() [all …]
|
/external/pytorch/c10/util/ |
D | int128.h | 158 C10_API inline UINT128_CONSTEXPR uint128::uint128(uint64_t top, uint64_t bottom) in uint128() 162 C10_API inline UINT128_CONSTEXPR uint128::uint128(uint64_t bottom) in uint128() 165 C10_API inline UINT128_CONSTEXPR uint128::uint128(uint32_t bottom) in uint128() 167 C10_API inline UINT128_CONSTEXPR uint128::uint128(int bottom) in uint128() 173 C10_API inline void uint128::Initialize(uint64_t top, uint64_t bottom) { in Initialize()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | int128.h | 147 inline UINT128_CONSTEXPR uint128::uint128(uint64_t top, uint64_t bottom) in uint128() 151 inline UINT128_CONSTEXPR uint128::uint128(uint64_t bottom) in uint128() 154 inline UINT128_CONSTEXPR uint128::uint128(uint32_t bottom) in uint128() 156 inline UINT128_CONSTEXPR uint128::uint128(int bottom) in uint128() 162 inline void uint128::Initialize(uint64_t top, uint64_t bottom) { in Initialize()
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/ |
D | int128.h | 147 inline UINT128_CONSTEXPR uint128::uint128(uint64_t top, uint64_t bottom) in uint128() 151 inline UINT128_CONSTEXPR uint128::uint128(uint64_t bottom) in uint128() 154 inline UINT128_CONSTEXPR uint128::uint128(uint32_t bottom) in uint128() 156 inline UINT128_CONSTEXPR uint128::uint128(int bottom) in uint128() 162 inline void uint128::Initialize(uint64_t top, uint64_t bottom) { in Initialize()
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/ |
D | int128.h | 147 inline UINT128_CONSTEXPR uint128::uint128(uint64_t top, uint64_t bottom) in uint128() 151 inline UINT128_CONSTEXPR uint128::uint128(uint64_t bottom) in uint128() 154 inline UINT128_CONSTEXPR uint128::uint128(uint32_t bottom) in uint128() 156 inline UINT128_CONSTEXPR uint128::uint128(int bottom) in uint128() 162 inline void uint128::Initialize(uint64_t top, uint64_t bottom) { in Initialize()
|
/external/skia/tests/ |
D | CanvasStateHelpers.cpp | 27 float right, float bottom, int32_t spacer) { in complex_layers_draw() 39 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state() 49 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw() 62 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 | 143 double bottom = std::max(line1[0].fY, line1[1].fY); in testOne() local 150 double bottom = std::max(line2[0].fY, line2[1].fY); in testOne() local 190 double bottom = std::max(line1[0].fY, line1[1].fY); in testOneCoincident() local 199 double bottom = std::max(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/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/roi/ |
D | encode_hevc_vdenc_roi_dirty.cpp | 158 uint16_t bottom = (uint16_t) in SetupRoi() local 230 uint16_t bottom, in HandleRightNot64CuAligned() 270 uint16_t bottom, in HandleLeftNot64CuAligned() 308 uint16_t bottom, in HandleBottomNot64CuAligned() 384 uint32_t bottom, in StreaminSetDirtyRectRegion() 403 uint32_t bottom, in StreaminSetBorderNon64AlignStaticRegion()
|
D | encode_hevc_vdenc_roi_huc_forceqp.cpp | 93 uint16_t bottom = (uint16_t) in SetupRoi() local 115 uint16_t bottom = (uint16_t) in SetupRoi() local
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNativeRegion.java | 41 protected void __constructor__(int left, int top, int right, int bottom) { in __constructor__() 80 protected static boolean nativeSetRect(long nativeDst, int left, int top, int right, int bottom) { in nativeSetRect() 101 long nativeDst, int left, int top, int right, int bottom, int op) { in nativeOp() 154 protected boolean quickContains(int left, int top, int right, int bottom) { in quickContains() 159 protected boolean quickReject(int left, int top, int right, int bottom) { in quickReject()
|
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/buffer/ |
D | BarBuffer.java | 35 protected void addBar(float left, float top, float right, float bottom) { in addBar() 64 float bottom, top; in feed() local 109 float bottom, top; in feed() local
|
D | HorizontalBarBuffer.java | 32 float bottom = x - barWidthHalf; in feed() local 72 float bottom = x - barWidthHalf; in feed() local
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | Box.java | 21 private Item bottom; field in Box 41 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/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
D | RegionNatives.java | 27 long nativeDst, int left, int top, int right, int bottom); in nativeSetRect() 36 long nativeDst, int left, int top, int right, int bottom, int op); in nativeOp() 57 public native boolean quickContains(int left, int top, int right, int bottom); in quickContains() 59 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject()
|
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/replacements/ |
D | Rect.java | 39 private final int bottom; field in Rect 41 public Rect(int left, int top, int right, int bottom) { in Rect() 131 public Rect union(int left, int top, int right, int bottom) { in union()
|
/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/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
D | outopts.c | 114 int setscrreg(int top, int bottom) in setscrreg() 121 int wsetscrreg(WINDOW *win, int top, int bottom) in wsetscrreg()
|
/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
|
/external/libdav1d/src/ppc/ |
D | cdef_tmpl.c | 49 const uint8_t *const bottom, const int w, const int h, in copy4xN() 119 const uint8_t *const bottom, const int w, const int h, in copy8xN() 363 const pixel *const bottom, const int w, const int h, in filter_4xN() 420 const pixel *const bottom, const int w, const int h, in filter_4xN_pri() 448 const pixel *const bottom, const int w, const int h, in filter_4xN_sec() 482 const pixel *const bottom, const int w, const int h, in filter_8xN() 541 const pixel *const bottom, const int w, const int h, in filter_8xN_pri() 569 const pixel *const bottom, const int w, const int h, in filter_8xN_sec()
|
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/ |
D | CoroutineInfo.kt | 56 val bottom = creationStackBottom ?: return emptyList() in creationStackTrace() constant
|
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
D | Canvas.java | 81 public void clipRect(float left, float top, float right, float bottom, in clipRect() 86 public void clipRRect(float left, float top, float right, float bottom, float xRad, float yRad, in clipRRect() 95 public void drawRect(float left, float top, float right, float bottom, Paint paint) { in drawRect() 153 float bottom, int clipOp, boolean doAA); in nClipRect() 155 float bottom, float xRad, float yRad, in nClipRRect() 163 float left, float top, float right, float bottom, in nDrawRect()
|