Home
last modified time | relevance | path

Searched refs:bottom (Results 1 - 25 of 604) sorted by relevance

12345678910>>...25

/third_party/cups-filters/filter/pdftopdf/
H A Dpptypes.cc78 std::swap(top,bottom); in rotate_move()
82 const float tmp=bottom; in rotate_move()
83 bottom=left; in rotate_move()
97 bottom=pheight-bottom; in rotate_move()
104 const float tmp0=bottom; in rotate_move()
105 bottom=left; in rotate_move()
118 top=pheight-bottom; in rotate_move()
119 bottom=pheight-tmp2; in rotate_move()
124 left=bottom; in rotate_move()
[all...]
H A Dqpdf_pdftopdf_processor.cc18 QUtil::double_to_string(box.left+xshift)+" "+QUtil::double_to_string(box.bottom+yshift)+" m "+ in debug_box()
21 QUtil::double_to_string(box.right+xshift)+" "+QUtil::double_to_string(box.bottom+yshift)+" m "+ in debug_box()
24 QUtil::double_to_string(box.left+xshift)+" "+QUtil::double_to_string(box.bottom+yshift)+" "+ in debug_box()
25 QUtil::double_to_string(box.right-box.left)+" "+QUtil::double_to_string(box.top-box.bottom)+" re "+"S Q\n"; in debug_box()
60 // Note: PDFTOPDF_Processor always works with "/Rotate"d and "/UserUnit"-scaled pages/coordinates/..., having 0,0 at left,bottom of the TrimBox
65 ret.translate(-ret.left,-ret.bottom); in getRect()
103 // we have to invert /Rotate, /UserUnit and the left,bottom (TrimBox) translation in ungetRect()
115 rect.translate(pg2.left,pg2.bottom); in ungetRect()
138 assert(rect.bottom<=rect.top); in add_border_rect()
142 boxcmd+=" "+QUtil::double_to_string(rect.left+margin)+" "+QUtil::double_to_string(rect.bottom in add_border_rect()
[all...]
/third_party/skia/docs/examples/
H A DChromeMDRefreshTab.cpp12 const float bottom = size.fHeight * scale; in REG_FIDDLE() local
16 path.moveTo(0, bottom - 1); in REG_FIDDLE()
17 // bottom left in REG_FIDDLE()
20 bottom - 1 - scaled_endcap_radius); in REG_FIDDLE()
46 // path.lineTo(right - 2 * scale, bottom - 1 - 1.5 * scale); in REG_FIDDLE()
52 // path.arcTo(SkRect::MakeLTRB(right - 2 * scale, bottom - 1 - 1.5 * scale, in REG_FIDDLE()
53 // right - 2 * scale + 4, bottom - 1 - 1.5 * scale + 4), 90, 90, true); in REG_FIDDLE()
57 path.lineTo(right - scaled_endcap_radius + 1, bottom - 1 - scaled_endcap_radius); in REG_FIDDLE()
60 // bottom right in REG_FIDDLE()
62 SkPathDirection::kCCW, right, bottom in REG_FIDDLE()
76 const float bottom = std::ceil(size.fHeight * scale); REG_FIDDLE() local
[all...]
H A DChromeMDRefreshTabs.cpp8 // The bottom of the tab needs to be pixel-aligned or else when we call in REG_FIDDLE()
10 const float bottom = std::ceil(size.fHeight * scale); in REG_FIDDLE() local
22 right_path.moveTo(right, bottom); in REG_FIDDLE()
23 // right_path.moveTo(right - 1 - scaled_horizontal_inset, bottom); in REG_FIDDLE()
26 SkPathDirection::kCW, right - endcap_radius, bottom - endcap_radius); in REG_FIDDLE()
41 right_path.lineTo(0, bottom); in REG_FIDDLE()
54 left_path.lineTo(endcap_radius, bottom - endcap_radius); in REG_FIDDLE()
56 // bottom - 1.5 * scale); in REG_FIDDLE()
59 SkPathDirection::kCW, 0, bottom); in REG_FIDDLE()
63 left_path.lineTo(right, bottom); in REG_FIDDLE()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_fillborders.c38 int left, right, top, bottom; member
43 int left, right, top, bottom; member
88 for (y = s->borders[p].top; y < s->planeheight[p] - s->borders[p].bottom; y++) { in smear_borders8()
102 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders8()
104 ptr + (s->planeheight[p] - s->borders[p].bottom - 1) * linesize, in smear_borders8()
118 for (y = s->borders[p].top; y < s->planeheight[p] - s->borders[p].bottom; y++) { in smear_borders16()
134 for (y = s->planeheight[p] - s->borders[p].bottom; y < s->planeheight[p]; y++) { in smear_borders16()
136 ptr + (s->planeheight[p] - s->borders[p].bottom - 1) * linesize, in smear_borders16()
150 for (y = s->borders[p].top; y < s->planeheight[p] - s->borders[p].bottom; y++) { in mirror_borders8()
167 for (y = 0; y < s->borders[p].bottom; in mirror_borders8()
499 const int bottom = s->borders[p].bottom; margins_borders8() local
544 const int bottom = s->borders[p].bottom; margins_borders16() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtypeParameterDiamond1.js7 var bottom: Bottom;
10 middle = bottom;
11 top = bottom;
22 var bottom;
24 middle = bottom;
25 top = bottom;
H A DtypeParameterDiamond2.js7 var bottom: Bottom;
10 middle = bottom;
11 top = bottom;
22 var bottom;
24 middle = bottom;
25 top = bottom;
H A DtypeParameterDiamond3.js7 var bottom: Bottom;
10 middle = bottom;
11 top = bottom;
22 var bottom;
24 middle = bottom;
25 top = bottom;
H A DtypeParameterDiamond4.js7 var bottom: Bottom;
10 middle = bottom;
11 top = bottom;
22 var bottom;
24 middle = bottom;
25 top = bottom;
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() argument
31 if (top != BN_RAND_TOP_ANY || bottom != BN_RAND_BOTTOM_ANY) in bnrand()
49 /* make a random number and set the top and bottom bits */ in bnrand()
87 if (bottom) /* set bottom bit if requested */ in bnrand()
102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() argument
105 return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx); in BN_rand_ex()
108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() argument
110 return bnrand(NORMAL, rnd, bits, top, bottom, 0, NULL); in BN_rand()
113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() argument
119 BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, unsigned int strength, BN_CTX *ctx) BN_priv_rand_ex() argument
126 BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_priv_rand() argument
231 BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_pseudo_rand() argument
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() argument
31 if (top != BN_RAND_TOP_ANY || bottom != BN_RAND_BOTTOM_ANY) in bnrand()
49 /* make a random number and set the top and bottom bits */ in bnrand()
87 if (bottom) /* set bottom bit if requested */ in bnrand()
102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() argument
105 return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx); in BN_rand_ex()
108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() argument
110 return bnrand(NORMAL, rnd, bits, top, bottom, 0, NULL); in BN_rand()
113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() argument
119 BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, unsigned int strength, BN_CTX *ctx) BN_priv_rand_ex() argument
126 BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_priv_rand() argument
231 BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_pseudo_rand() argument
[all...]
/third_party/skia/tests/
H A DCanvasStateHelpers.cpp26 float right, float bottom, int32_t spacer) { in complex_layers_draw()
31 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom); in complex_layers_draw()
38 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
43 complex_layers_draw(canvas.get(), left, top, right, bottom, 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()
51 SkIntToScalar(right), SkIntToScalar(bottom)); 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()
75 complex_clips_draw(canvas.get(), left, top, right, bottom, clipOp, localRegion); in complex_clips_draw_from_canvas_state()
25 complex_layers_draw(SkCanvas* canvas, float left, float top, float right, float bottom, int32_t spacer) complex_layers_draw() argument
37 complex_layers_draw_from_canvas_state(SkCanvasState* state, float left, float top, float right, float bottom, int32_t spacer) complex_layers_draw_from_canvas_state() argument
47 complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) complex_clips_draw() argument
60 complex_clips_draw_from_canvas_state(SkCanvasState* state, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, int32_t regionRects, int32_t* rectCoords) complex_clips_draw_from_canvas_state() argument
H A DCanvasStateHelpers.h34 float right, float bottom, int32_t spacer);
43 float left, float top, float right, float bottom, int32_t spacer);
50 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion);
59 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
/third_party/ffmpeg/libavdevice/
H A Dgdigrab.c100 rect.left++; rect.top++; rect.right--; rect.bottom--; in gdigrab_region_wnd_proc()
103 rect.left++; rect.top++; rect.right--; rect.bottom--; in gdigrab_region_wnd_proc()
133 rect.right += REGION_WND_BORDER; rect.bottom += REGION_WND_BORDER; in gdigrab_region_wnd_init()
140 rect.right - rect.left, rect.bottom - rect.top, in gdigrab_region_wnd_init()
150 rect.right - rect.left, rect.bottom - rect.top); in gdigrab_region_wnd_init()
153 rect.bottom - rect.top - REGION_WND_BORDER); in gdigrab_region_wnd_init()
304 virtual_rect.bottom = virtual_rect.bottom * desktopvertres / vertres; in gdigrab_read_header()
310 virtual_rect.bottom = (virtual_rect.top + GetSystemMetrics(SM_CYVIRTUALSCREEN)) * desktopvertres / vertres; in gdigrab_read_header()
318 clip_rect.bottom in gdigrab_read_header()
[all...]
/third_party/jerryscript/jerry-core/lit/
H A Dlit-char-helpers.c39 int bottom = 0; in search_char_in_char_array() local
42 while (bottom <= top) in search_char_in_char_array()
44 int middle = (bottom + top) / 2; in search_char_in_char_array()
58 bottom = middle + 1; in search_char_in_char_array()
79 int bottom = 0; in search_char_in_interval_array() local
82 while (bottom <= top) in search_char_in_interval_array()
84 int middle = (bottom + top) / 2; in search_char_in_interval_array()
94 bottom = middle + 1; in search_char_in_interval_array()
564 int bottom = 0; in search_in_bidirectional_conversion_tables() local
567 while (bottom < in search_in_bidirectional_conversion_tables()
643 int bottom = start_point; search_in_conversion_table() local
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DInfoDialog.java30 protected Panel bottom; field in InfoDialog
37 return bottom; in getBottom()
57 bottom = new Panel(); in InfoDialog()
58 bottom.setLayout(new FlowLayout(FlowLayout.CENTER, 0, 0)); in InfoDialog()
59 bottom.add(button); in InfoDialog()
60 this.add("South", bottom); in InfoDialog()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DReadableFontData.java162 * Makes a bottom bound only slice of this array. The returned slice will
587 int bottom = 0; in searchUShort()
589 while (top != bottom) { in searchUShort()
590 location = (top + bottom) / 2; in searchUShort()
602 bottom = location + 1; in searchUShort()
632 int bottom = 0; in searchULong()
634 while (top != bottom) { in searchULong()
635 location = (top + bottom) / 2; in searchULong()
647 bottom = location + 1; in searchULong()
669 int bottom in searchUShort()
[all...]
/third_party/python/Lib/idlelib/
H A Dpercolator.py11 self.top = self.bottom = Delegator(text)
12 self.bottom.insert = self.redir.register("insert", self.insert)
13 self.bottom.delete = self.redir.register("delete", self.delete)
17 while self.top is not self.bottom:
20 self.bottom.setdelegate(None)
21 self.bottom = None
49 assert f is not self.bottom
66 assert f is not self.bottom
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp179 rect.bottom = gl::clamp(area.y + area.height, 0L, static_cast<LONG>(desc.Height)); in readPixelsImpl()
203 packParams.area.height = rect.bottom - rect.top; in readPixelsImpl()
266 srcRect.bottom = sourceArea.y + sourceArea.height; in blitImpl()
272 dstRect.bottom = destArea.y + destArea.height; in blitImpl()
292 if (dstRect.bottom > scissor->y + scissor->height) in blitImpl()
294 srcRect.bottom -= (dstRect.bottom - (scissor->y + scissor->height)); in blitImpl()
295 dstRect.bottom = scissor->y + scissor->height; in blitImpl()
315 if (dstRect.bottom > dstSize.height) in blitImpl()
317 srcRect.bottom in blitImpl()
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128.h56 UINT128_CONSTEXPR uint128(uint64 top, uint64 bottom);
58 UINT128_CONSTEXPR uint128(int bottom);
59 UINT128_CONSTEXPR uint128(uint32 bottom); // Top 96 bits = 0
61 UINT128_CONSTEXPR uint128(uint64 bottom); // hi_ = 0
66 void Initialize(uint64 top, uint64 bottom);
147 inline UINT128_CONSTEXPR uint128::uint128(uint64 top, uint64 bottom) in uint128() argument
148 : lo_(bottom), hi_(top) {} in uint128()
151 inline UINT128_CONSTEXPR uint128::uint128(uint64 bottom) in uint128() argument
152 : lo_(bottom), hi_(0) {} in uint128()
154 inline UINT128_CONSTEXPR uint128::uint128(uint32 bottom) in uint128() argument
156 uint128(int bottom) uint128() argument
162 Initialize(uint64 top, uint64 bottom) Initialize() argument
[all...]
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DCanvas.java82 public void clipRect(float left, float top, float right, float bottom, in clipRect() argument
84 nClipRect(mNativeInstance, left, top, right, bottom, op.mNativeInt, antiAliasing); in clipRect()
87 public void clipRRect(float left, float top, float right, float bottom, float xRad, float yRad, in clipRRect() argument
89 nClipRRect(mNativeInstance, left, top, right, bottom, xRad, yRad, op.mNativeInt, antiAliasing); in clipRRect()
96 public void drawRect(float left, float top, float right, float bottom, Paint paint) { in drawRect() argument
97 nDrawRect(mNativeInstance, left, top, right, bottom, paint.getNativeInstance()); 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()
175 nClipRect(long nativeInstance, float left, float top, float right, float bottom, int clipOp, boolean doAA) nClipRect() argument
177 nClipRRect(long nativeInstance, float left, float top, float right, float bottom, float xRad, float yRad, int clipOp, boolean doAA) nClipRRect() argument
185 nDrawRect(long nativeInstance, float left, float top, float right, float bottom, long nativePaint) nDrawRect() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D15-1.c110 if (scenarii[sc].bottom != NULL) { in threaded()
130 output("Current stack : %p -> %p\n", scenarii[sc].bottom, in threaded()
131 sz + (long)scenarii[sc].bottom); in threaded()
135 if ((((long)scenarii[sc].bottom) < ((long)child_stack)) in threaded()
137 (((long)scenarii[sc].bottom) + sz))) { in threaded()
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DIntegerRatio.cpp37 int bottom = mDenominator / prime; in reduce() local
39 && (bottom >= 1) in reduce()
41 && (bottom * prime == mDenominator)) { in reduce()
43 mDenominator = bottom; in reduce()
/third_party/skia/experimental/lowp-basic/
H A Dbilerp-study.cpp51 double bottom = (1.0 - dtx) * p01 + dtx * p11; in golden_bilerp2() local
53 return (1.0 - dty) * top + dty * bottom; in golden_bilerp2()
60 int64_t bottom = ftx * (p11 - p01) + 65536 * p01; in full_res_bilerp() local
63 int64_t temp = fty * (bottom - top) + top * 65536LL; in full_res_bilerp()
79 I16 bottom = in bilerp_1() local
84 qw = bottom - top; in bilerp_1()
85 qm = (U16)bottom + (U16)top; in bilerp_1()
/third_party/skia/src/pathops/
H A DSkPathOpsLine.cpp116 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV() argument
121 if (xy.fY == bottom) { in ExactPointV()
128 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV() argument
132 if (!AlmostBetweenUlps(top, xy.fY, bottom)) { in NearPointV()
135 double t = (xy.fY - top) / (bottom - top); in NearPointV()
138 double realPtY = (1 - t) * top + t * bottom; in NearPointV()
142 double tiniest = std::min(std::min(x, top), bottom); in NearPointV()
143 double largest = std::max(std::max(x, top), bottom); in NearPointV()

Completed in 15 milliseconds

12345678910>>...25