Home
last modified time | relevance | path

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

12345678910>>...16

/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp45 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/
Dint128.h147 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/
DCanvasStateHelpers.cpp26 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()
DPathOpsLineIntersectionTest.cpp136 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/libchrome/ui/gfx/geometry/
Dinsets_f.h25 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()
Dinsets.h34 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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeRegion.java35 protected void __constructor__(int left, int top, int right, int bottom) { in __constructor__()
74 protected static boolean nativeSetRect(long nativeDst, int left, int top, int right, int bottom) { in nativeSetRect()
95 long nativeDst, int left, int top, int right, int bottom, int op) { in nativeOp()
148 protected boolean quickContains(int left, int top, int right, int bottom) { in quickContains()
153 protected boolean quickReject(int left, int top, int right, int bottom) { in quickReject()
DShadowNativePath.java101 float bottom, in nArcTo()
115 long nPath, float left, float top, float right, float bottom, int dir) { in nAddRect()
121 long nPath, float left, float top, float right, float bottom, int dir) { in nAddOval()
136 float bottom, in nAddArc()
144 long nPath, float left, float top, float right, float bottom, float rx, float ry, int dir) { in nAddRoundRect()
150 long nPath, float left, float top, float right, float bottom, float[] radii, int dir) { in nAddRoundRect()
DShadowRenderNodeQ.java34 private int bottom; field in ShadowRenderNodeQ
250 protected boolean setBottom(int bottom) { in setBottom()
271 protected boolean setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom()
276 protected boolean setPosition(int left, int top, int right, int bottom) { in setPosition()
DShadowRenderNode.java39 private int bottom; field in ShadowRenderNode
255 protected boolean setBottom(int bottom) { in setBottom()
276 protected boolean setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom()
281 protected boolean setPosition(int left, int top, int right, int bottom) { in setPosition()
/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/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_transform.inl103 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/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DRegionNatives.java27 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()
DPathNatives.java48 float bottom, in nArcTo()
56 long nPath, float left, float top, float right, float bottom, int dir); in nAddRect()
59 long nPath, float left, float top, float right, float bottom, int dir); in nAddOval()
68 float bottom, in nAddArc()
73 long nPath, float left, float top, float right, float bottom, float rx, float ry, int dir); in nAddRoundRect()
76 long nPath, float left, float top, float right, float bottom, float[] radii, int dir); in nAddRoundRect()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
DBoundingBoxUtil.java196 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/skia/docs/examples/
DChromeMDRefreshTab.cpp12 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/
Ddesktop_region.cc26 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
Ddesktop_geometry.h96 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/
DCoroutineInfo.kt59 val bottom = creationStackBottom ?: return emptyList() in creationStackTrace() constant
/external/skia/experimental/lowp-basic/
Dbilerp-study.cpp51 double bottom = (1.0 - dtx) * p01 + dtx * p11; in golden_bilerp2() local
60 int64_t bottom = ftx * (p11 - p01) + 65536 * p01; in full_res_bilerp() local
79 I16 bottom = in bilerp_1() local
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dposition-handler.js34 bottom: {'%': 100}, property
84 pos = {left: 0, right: 0, center: pos, top: 1, bottom: 1}[token]; property
/external/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DCanvas.java82 public void clipRect(float left, float top, float right, float bottom, in clipRect()
87 public void clipRRect(float left, float top, float right, float bottom, float xRad, float yRad, in clipRRect()
96 public void drawRect(float left, float top, float right, float bottom, Paint paint) { in drawRect()
176 float bottom, int clipOp, boolean doAA); in nClipRect()
178 float bottom, float xRad, float yRad, in nClipRRect()
186 float left, float top, float right, float bottom, in nDrawRect()
/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/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugCoroutineInfoImpl.kt73 val bottom = creationStackBottom ?: return emptyList() in creationStackTrace() constant
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DNavigationBarButton.java67 public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { in setCompoundDrawables()
86 Drawable start, Drawable top, Drawable end, Drawable bottom) { in setCompoundDrawablesRelative()

12345678910>>...16