Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/boost/boost/fiber/detail/
Dcontext_spmc_queue.hpp72 void push( std::size_t bottom, context * ctx) noexcept { in push()
84 array * resize( std::size_t bottom, std::size_t top) { in resize()
116 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in empty() local
122 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in push() local
139 std::size_t bottom = bottom_.load( std::memory_order_relaxed) - 1; in pop() local
169 std::size_t bottom = bottom_.load( std::memory_order_acquire); in steal() local
/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/flutter/skia/tests/
DCanvasStateHelpers.cpp23 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()
DPathOpsLineIntersectionTest.cpp136 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
/third_party/openssl/crypto/bn/
Dbn_rand.c21 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom) in bnrand()
97 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
102 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
107 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand()
187 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
/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
/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/flutter/skia/src/core/
DSkRect.cpp12 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()
/third_party/node/deps/npm/node_modules/boxen/
Dindex.js17 bottom: detail, property
24 bottom: 0, property
127 …const bottom = colorizeBorder(marginLeft + chars.bottomLeft + horizontal + chars.bottomRight + NL.… constant
/third_party/typescript/tests/baselines/reference/
DtypeParameterDiamond4.js7 var bottom: Bottom; variable
DtypeParameterDiamond1.js7 var bottom: Bottom; variable
DtypeParameterDiamond2.js7 var bottom: Bottom; variable
DtypeParameterDiamond3.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/flutter/engine/flutter/lib/ui/painting/
Dcanvas.cc71 double bottom) { in Create()
105 double bottom, in saveLayer()
159 double bottom, in clipRect()
211 double bottom, in drawRect()
239 double bottom, in drawOval()
260 double bottom, in drawArc()
/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/cases/conformance/internalModules/exportDeclarations/
DExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInNestedMemberTypeAnnotations.ts9 bottom: { left: Point, right: Point } variable
/third_party/flutter/skia/include/core/
DSkRegion.h191 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom) { in setRect()
295 int32_t bottom) const { in quickContains()
392 bool op(int left, int top, int right, int bottom, Op op) { in op()
/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()
/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.c207 GLint bottom, GLsizei width, GLsizei height, in scissor_indexed_err()
232 _mesa_ScissorIndexed_no_error(GLuint index, GLint left, GLint bottom, in _mesa_ScissorIndexed_no_error()
240 _mesa_ScissorIndexed(GLuint index, GLint left, GLint bottom, in _mesa_ScissorIndexed()
/third_party/mesa3d/include/android_stub/android/
Drect.h56 int32_t bottom; member

12345678910>>...14