Searched refs:left (Results 251 - 275 of 2877) sorted by relevance

<<11121314151617181920>>

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_Utils.cpp14 rcRet.left = FFL_MIN(rect1.left,rect2.left);
24 CPDF_Rect crNew(crRect.left - fSize,
34 CPDF_Rect crNew(crRect.left + fSize,
45 return (father.left <= son.left && father.right >= son.right &&
52 return (father.left <= son.x && father.right >= son.x &&
58 return (father.left <= x && father.right >= x &&
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BView.h65 bounds.top = bounds.left = 0;
89 dest.left = updateRect.left + xoff;
102 dest.left = updateRect.left + xoff;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DDESEngine.java408 int work, right, left;
410 left = (in[inOff + 0] & 0xff) << 24;
411 left |= (in[inOff + 1] & 0xff) << 16;
412 left |= (in[inOff + 2] & 0xff) << 8;
413 left |= (in[inOff + 3] & 0xff);
420 work = ((left >>> 4) ^ right) & 0x0f0f0f0f;
422 left ^= (work << 4);
423 work = ((left >>> 16) ^ right) & 0x0000ffff;
425 left ^= (work << 16);
426 work = ((right >>> 2) ^ left)
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DOverviewGrid.js110 * @param {number} left
113 setWindow: function(left, right)
115 this._window._setWindow(left, right);
179 this._leftResizeElement.style.left = 0;
198 this._overviewWindowElement.style.left = "0%";
200 this._overviewWindowBordersElement.style.left = "0%";
202 this._leftResizeElement.style.left = "0%";
203 this._rightResizeElement.style.left = "100%";
356 var left = windowLeft;
365 left
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkRect.cpp12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { argument
14 if (left >= right || top >= bottom) {
20 this->set(left, top, right, bottom);
22 if (left < fLeft) fLeft = left;
102 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, argument
104 if (left < right && top < bottom && !this->isEmpty() && // check for empties
105 fLeft < right && left < fRight && fTop < bottom && top < fBottom)
107 if (fLeft < left) fLeft = left;
149 join(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstTesting.java39 SimpleNode(Character key, @Nullable SimpleNode left, @Nullable SimpleNode right) { argument
40 super(key, left, right);
68 SimpleNode source, @Nullable SimpleNode left, @Nullable SimpleNode right) {
69 return new SimpleNode(source.getKey(), left, right);
76 @Nullable SimpleNode left, @Nullable SimpleNode right) {
77 return checkNotNull(nodeFactory).createNode(source, left, right);
82 public SimpleNode combine(BstNodeFactory<SimpleNode> nodeFactory, @Nullable SimpleNode left,
84 // Shove right into the rightmost position in the left tree.
85 if (left == null) {
88 return left;
[all...]
H A DBstNodeTest.java73 SimpleNode left = new SimpleNode('a', null, null);
75 SimpleNode node = new SimpleNode('b', left, right);
76 testChildIs(node, LEFT, left);
95 for (SimpleNode left : GOOD_LEFTS) {
98 new SimpleNode(MIDDLE_KEY, left, right).orderingInvariantHolds(Ordering.natural()));
104 for (SimpleNode left : BAD_LEFTS) {
107 new SimpleNode(MIDDLE_KEY, left, right).orderingInvariantHolds(Ordering.natural()));
113 for (SimpleNode left : ALL_LEFTS) {
116 new SimpleNode(MIDDLE_KEY, left, right).orderingInvariantHolds(Ordering.natural()));
/external/skia/src/core/
H A DSkRect.cpp12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { argument
14 if (left >= right || top >= bottom) {
20 this->set(left, top, right, bottom);
22 if (left < fLeft) fLeft = left;
102 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, argument
104 if (left < right && top < bottom && !this->isEmpty() && // check for empties
105 fLeft < right && left < fRight && fTop < bottom && top < fBottom)
107 if (fLeft < left) fLeft = left;
152 join(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) argument
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp36 m_ClipBox.left = 0;
105 path.AppendRect((FX_FLOAT)(pRect->left), (FX_FLOAT)(pRect->bottom), (FX_FLOAT)(pRect->right), (FX_FLOAT)(pRect->top));
117 m_ClipBox.left = 0;
161 int width = (int)FXSYS_ceil(rect_f.right - rect_f.left);
164 if (rect_i.left == rect_i.right) {
176 if (rect_f.left - (FX_FLOAT)(rect_i.left) > (FX_FLOAT)(rect_i.right) - rect_f.right) {
177 rect_i.left ++;
244 if (!m_pDeviceDriver->GetDIBits(&bitmap, rect.left, rect.top, NULL)) {
255 matrix.TranslateI(-rect.left,
311 GetDIBits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform) argument
322 SetDIBits(const CFX_DIBSource* pBitmap, int left, int top, int blend_mode, void* pIccTransform) argument
365 StretchDIBits(const CFX_DIBSource* pBitmap, int left, int top, int dest_width, int dest_height, FX_DWORD flags, void* pIccTransform, int blend_mode) argument
377 SetBitMask(const CFX_DIBSource* pBitmap, int left, int top, FX_DWORD argb, int alpha_flag, void* pIccTransform) argument
383 StretchBitMask(const CFX_DIBSource* pBitmap, int left, int top, int dest_width, int dest_height, FX_DWORD argb, FX_DWORD flags, int alpha_flag, void* pIccTransform) argument
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp130 if (IsFloatBigger(rectWnd.right - rectWnd.left,PWL_CBBUTTON_TRIANGLE_HALFLEN * 2)
160 if (IsFloatBigger(rectWnd.right - rectWnd.left,PWL_CBBUTTON_TRIANGLE_HALFLEN * 2)
398 rcButton.left = rcButton.right - PWL_COMBOBOX_BUTTON_WIDTH;
400 if (rcButton.left < rclient.left)
401 rcButton.left = rclient.left;
405 rcEdit.right = rcButton.left - 1.0f;
407 if (rcEdit.left < rclient.left)
[all...]
/external/zlib/src/examples/
H A Dgzappend.c122 /* rotate list[0..len-1] left by rot positions, in place */
137 /* do simple left shift by one */
163 *to = *from; /* shift left */
173 unsigned left; /* bytes available at next */ member in struct:__anon34352
186 in->left = (unsigned)len;
198 #define read1(in) (in->left == 0 ? readmore(in) : 0, \
199 in->left--, *(in->next)++)
206 if (n > in->left) {
207 n -= in->left;
215 if (n > in->left)
261 int ret, lastbit, left, full; local
391 unsigned left; local
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_rescale.c44 // Adjust top-left corner to chroma sample position.
46 int* const left, int* const top) {
48 *left &= ~1;
53 // Adjust top-left corner and verify that the sub-rectangle is valid.
55 int* const left, int* const top,
57 SnapTopLeftPosition(pic, left, top);
58 if ((*left) < 0 || (*top) < 0) return 0;
60 if ((*left) + width > pic->width) return 0;
100 int left, int top, int width, int height,
105 if (!AdjustAndCheckRectangle(src, &left,
45 SnapTopLeftPosition(const WebPPicture* const pic, int* const left, int* const top) argument
54 AdjustAndCheckRectangle(const WebPPicture* const pic, int* const left, int* const top, int width, int height) argument
99 WebPPictureView(const WebPPicture* src, int left, int top, int width, int height, WebPPicture* dst) argument
132 WebPPictureCrop(WebPPicture* pic, int left, int top, int width, int height) argument
[all...]
/external/webp/src/enc/
H A Dpicture_rescale.c44 // Adjust top-left corner to chroma sample position.
46 int* const left, int* const top) {
48 *left &= ~1;
53 // Adjust top-left corner and verify that the sub-rectangle is valid.
55 int* const left, int* const top,
57 SnapTopLeftPosition(pic, left, top);
58 if ((*left) < 0 || (*top) < 0) return 0;
60 if ((*left) + width > pic->width) return 0;
100 int left, int top, int width, int height,
105 if (!AdjustAndCheckRectangle(src, &left,
45 SnapTopLeftPosition(const WebPPicture* const pic, int* const left, int* const top) argument
54 AdjustAndCheckRectangle(const WebPPicture* const pic, int* const left, int* const top, int width, int height) argument
99 WebPPictureView(const WebPPicture* src, int left, int top, int width, int height, WebPPicture* dst) argument
132 WebPPictureCrop(WebPPicture* pic, int left, int top, int width, int height) argument
[all...]
/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.css43 left: -110px;
49 left: auto;
63 left: 9px;
70 left: auto;
84 background-position: left bottom;
98 left: 0;
105 left: auto;
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
H A Dslider.css11 left: -2px; /* Required to align the input element with the parent. */
30 left and right must be equal to 1/2 of the thumb icon width. */
31 left: 8px;
46 /* The filled portion of the slider bar to the left of the thumb. */
48 border-left-style: none;
50 left: 0;
58 left: 100%;
66 .slider > .bar > .cap.left {
81 .slider.disabled > .bar > .cap.left {
/external/chromium_org/remoting/webapp/
H A Dmenu_button.css18 left: 1px;
31 background-image: -webkit-gradient(linear, left top, left bottom,
40 margin-left: 7px;
73 background-position: left center;
89 margin-left: 8px;
96 left: 0;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPathTraversalState.cpp58 void split(QuadraticBezier& left, QuadraticBezier& right) const argument
60 left.control = midPoint(start, control);
63 FloatPoint leftControlToRightControl = midPoint(left.control, right.control);
64 left.end = leftControlToRightControl;
67 left.start = start;
70 left.splitDepth = right.splitDepth = splitDepth + 1;
100 void split(CubicBezier& left, CubicBezier& right) const argument
104 left.start = start;
105 left.control1 = midPoint(start, control1);
106 left
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dbubble.js19 // The arrow is positioned at the top and the start of the bubble. In left
20 // to right mode this is the top left. The entire bubble is positioned below
23 // The arrow is positioned at the top and the end of the bubble. In left to
28 // left to right mode this is the bottom left. The entire bubble is
32 // left to right mode this is the bottom right. The entire bubble is
173 var anchorMid = (anchor.left + anchor.right) / 2;
183 var left = this.arrowAtRight_ ?
190 left = Math.min(Math.max(left, min_left_po
[all...]
/external/elfutils/0.153/libebl/
H A Deblstrtab.c77 struct Ebl_Strent *left; member in struct:Ebl_Strent
96 size_t left; member in struct:Ebl_Strtab
153 st->left = len - overhead;
185 if (st->left < align + sizeof (struct Ebl_Strent) + len)
198 newstr->left = NULL;
205 st->left -= align + sizeof (struct Ebl_Strent) + len;
231 return searchstring (&(*sep)->left, newstr);
271 st->left += st->backp - (char *) newstr;
280 st->left += newstr->len;
292 newstr->left
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationcompare.cpp27 CollationCompare::compareUpToQuaternary(CollationIterator &left, CollationIterator &right, argument
48 int64_t ce = left.nextCE(errorCode);
56 left.setCurrentCE(ce & INT64_C(0xffffffff00000000));
58 ce = left.nextCE(errorCode);
61 left.setCurrentCE(0);
119 leftSecondary = ((uint32_t)left.getCE(leftIndex++)) >> 16;
141 while((leftLower32 = (uint32_t)left.getCE(leftLimit)) >
160 leftSecondary = ((uint32_t)left.getCE(--leftIndex)) >> 16;
177 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit));
178 if(left
[all...]
/external/chromium_org/chrome/browser/resources/user_manager/
H A Duser_manager.css51 border-top-left-radius: 2px;
54 left: 0;
82 left: 8px;
89 left: auto;
98 left: 8px;
105 left: auto;
110 left: 0;
156 border-left: 6px solid transparent;
160 left: 6px;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration.mm44 std::min(a.left(), b.left()),
56 rect->left(), bounds.bottom() - rect->bottom(),
127 desktop_config.displays[0].pixel_bounds.left() * scaling_factor,
153 bool operator==(const MacDisplayConfiguration& left,
155 return left.id == right.id &&
156 left.bounds.equals(right.bounds) &&
157 left.pixel_bounds.equals(right.pixel_bounds) &&
158 left.dip_to_pixel_scale == right.dip_to_pixel_scale;
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_cocoa_impl.mm108 const float left,
123 nsOpenGLChannel = _ptrCocoaRender->CreateNSGLChannel(streamId, zOrder, left, top, right, bottom);
143 float& left,
148 return _ptrCocoaRender->GetChannelProperties(streamId, zOrder, left, top, right, bottom);
213 const float left,
223 const float left,
242 const float left,
247 return _ptrCocoaRender->SetText(textId, text, textLength, textColorRef, backgroundColorRef, left, top, right, bottom);
253 const float left,
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_transform.js66 addCropFrame('left top corner');
69 addCropFrame('left vertical');
71 addCropFrame('left bottom corner');
153 this.domOverlay_.style.left = screenClipped.left + 'px';
158 this.shadowLeft_.style.width = screenCrop.left - screenClipped.left + 'px';
162 this.shadowRight_.style.width = screenClipped.left + screenClipped.width -
163 (screenCrop.left + screenCrop.width) + 'px';
272 * left/to
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Dquad_stack.css27 left: 0;
34 url('../images/chrome-left.png'),
37 background-position: left top, right top, left top;

Completed in 623 milliseconds

<<11121314151617181920>>