| /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() 40 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) { in complex_clips_draw() 53 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/robolectric/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()
|
| D | ShadowTextView.java | 239 public void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) { in setCompoundDrawablesWithIntrinsicBounds() 245 Drawable right, Drawable bottom) { in setCompoundDrawablesWithIntrinsicBounds() 250 public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { in setCompoundDrawables() 539 public CompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { in CompoundDrawables() 546 public CompoundDrawables(int left, int top, int right, int bottom) { in CompoundDrawables()
|
| /external/robolectric/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/pdfium/fpdfsdk/src/ |
| D | fpdf_transformpage.cpp | 10 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, … in FPDFPage_SetMediaBox() 26 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, f… in FPDFPage_SetCropBox() 42 DLLEXPORT FX_BOOL STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* r… in FPDFPage_GetMediaBox() 60 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetCropBox(FPDF_PAGE page, float* left, float* bottom, float* … in FPDFPage_GetCropBox() 201 DLLEXPORT FPDF_CLIPPATH STDCALL FPDF_CreateClipPath(float left, float bottom, float right, float to… in FPDF_CreateClipPath()
|
| D | fpdftext_embeddertest.cpp | 58 double bottom = 0.0; in TEST_F() local 333 double bottom = 0.0; in TEST_F() local
|
| D | fpdftext.cpp | 64 double* right, double* bottom, double* top) in FPDFText_GetCharBox() 112 double* right, double* bottom) in FPDFText_GetRect() 125 double right, double bottom,unsigned short* buffer,int buflen) in FPDFText_GetBoundedText() 232 double* top,double* right, double* bottom) in FPDFLink_GetRect()
|
| /external/skia/src/core/ |
| D | SkRect.cpp | 11 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { in join() 113 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in intersect() 129 void SkRect::join(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in join()
|
| D | SkTSort.h | 43 void SkTHeapSort_SiftUp(T array[], size_t root, size_t bottom, C lessThan) { in SkTHeapSort_SiftUp() 77 void SkTHeapSort_SiftDown(T array[], size_t root, size_t bottom, C lessThan) { in SkTHeapSort_SiftDown()
|
| /external/v8/test/mjsunit/regress/ |
| D | regress-1401.js | 30 var bottom = 0; variable
|
| /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()
|
| D | BoxModel.java | 82 public void setMargins(float left, float top, float right, float bottom) { in setMargins() 90 public void setPadding(float left, float top, float right, float bottom) { in setPadding()
|
| /external/boringssl/src/crypto/bn/ |
| D | random.c | 118 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_rand() 180 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_pseudo_rand()
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
| D | PerformanceResultsPerspective.java | 39 IFolderLayout bottom = in addViews() local
|
| /external/skia/src/pathops/ |
| D | SkIntersections.h | 61 int conicVertical(const SkPoint a[3], SkScalar weight, SkScalar top, SkScalar bottom, in conicVertical() 86 int cubicVertical(const SkPoint a[4], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in cubicVertical() 127 int lineVertical(const SkPoint a[2], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in lineVertical() 163 int quadVertical(const SkPoint a[3], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in quadVertical()
|
| D | SkDQuadLineIntersection.cpp | 253 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() 329 void addExactVerticalEndPoints(double top, double bottom, double x) { in addExactVerticalEndPoints() 340 void addNearVerticalEndPoints(double top, double bottom, double x) { in addNearVerticalEndPoints() 414 int SkIntersections::vertical(const SkDQuad& quad, double top, double bottom, double x, in vertical()
|
| D | SkPathOpsLine.cpp | 141 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV() 153 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV()
|
| /external/skia/src/svg/parser/ |
| D | SkSVGCircle.cpp | 30 SkScalar left, top, right, bottom; in DEFINE_SVG_INFO() local
|
| D | SkSVGEllipse.cpp | 32 SkScalar left, top, right, bottom; in DEFINE_SVG_INFO() local
|
| /external/mockito/src/org/mockito/internal/exceptions/stacktrace/ |
| D | StackTraceFilter.java | 52 …List<StackTraceElement> bottom = unfilteredStackTrace.subList(lastBad + 1, unfilteredStackTrace.si… in filter() local
|
| /external/llvm/test/MC/AsmParser/ |
| D | macro-args.s | 40 .macro bottom macro
|
| /external/sfntly/cpp/src/sfntly/data/ |
| D | readable_font_data.cc | 176 int32_t bottom = 0; in SearchUShort() local 206 int32_t bottom = 0; in SearchUShort() local 231 int32_t bottom = 0; in SearchULong() local
|
| /external/skia/bench/ |
| D | TableBench.cpp | 52 SkRect bottom = SkRect::MakeLTRB(col * kCellWidth, in onDraw() local
|