Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/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()
/third_party/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
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand()
102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex()
108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
119 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex()
126 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand()
231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
/third_party/openssl/crypto/bn/
Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand()
102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex()
108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
119 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex()
126 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand()
231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
/third_party/skia/third_party/externals/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
/third_party/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
DChromeMDRefreshTabs.cpp10 const float bottom = std::ceil(size.fHeight * scale); in GetInteriorPath() local
/third_party/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
/third_party/typescript/tests/baselines/reference/
DtypeParameterDiamond3.js7 var bottom: Bottom; variable
DtypeParameterDiamond1.js7 var bottom: Bottom; variable
DtypeParameterDiamond4.js7 var bottom: Bottom; variable
DtypeParameterDiamond2.js7 var bottom: Bottom; variable
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DIntegerRatio.cpp37 int bottom = mDenominator / prime; in reduce() local
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.c39 int bottom = 0; in search_char_in_char_array() local
79 int bottom = 0; in search_char_in_interval_array() local
564 int bottom = 0; in search_in_bidirectional_conversion_tables() local
643 int bottom = start_point; in search_in_conversion_table() local
/third_party/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()
/third_party/mesa3d/src/mesa/main/
Dscissor.c203 GLint bottom, GLsizei width, GLsizei height, in scissor_indexed_err()
228 _mesa_ScissorIndexed_no_error(GLuint index, GLint left, GLint bottom, in _mesa_ScissorIndexed_no_error()
236 _mesa_ScissorIndexed(GLuint index, GLint left, GLint bottom, in _mesa_ScissorIndexed()
/third_party/typescript/tests/cases/conformance/internalModules/exportDeclarations/
DExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInNestedMemberTypeAnnotations.ts9 bottom: { left: Point, right: Point } variable
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/samples/
DSample.java16 public void render(Canvas canvas, long t, float left, float top, float right, float bottom); in render()
DImageShaderSample.java34 public void render(Canvas canvas, long t, float left, float top, float right, float bottom) { in render()
/third_party/skia/src/pathops/
DSkIntersections.h65 int conicVertical(const SkPoint a[3], SkScalar weight, SkScalar top, SkScalar bottom, in conicVertical()
90 int cubicVertical(const SkPoint a[4], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in cubicVertical()
140 int lineVertical(const SkPoint a[2], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in lineVertical()
176 int quadVertical(const SkPoint a[3], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in quadVertical()
DSkPathOpsLine.cpp116 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV()
128 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV()
/third_party/mesa3d/include/android_stub/android/
Drect.h56 int32_t bottom; member
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DInfoDialog.java30 protected Panel bottom; field in InfoDialog
/third_party/skia/src/core/
DSkTSort.h34 void SkTHeapSort_SiftUp(T array[], size_t root, size_t bottom, const C& lessThan) { in SkTHeapSort_SiftUp()
68 void SkTHeapSort_SiftDown(T array[], size_t root, size_t bottom, const C& lessThan) { in SkTHeapSort_SiftDown()

12345678910>>...12