Searched refs:left (Results 201 - 225 of 2877) sorted by relevance

1234567891011>>

/external/chromium_org/ui/file_manager/video_player/css/
H A Dvideo_player.css16 left: 0;
33 left: 0;
46 left: 0;
59 left: 50%;
60 margin-left: -16px;
69 left: 0;
82 left: 0;
96 left: 40px;
124 left: 0;
152 left
[all...]
/external/chromium_org/ui/login/
H A Dbubble.css34 left: 17px;
42 html[dir=rtl] .bubble-left::before {
44 left: -16px;
54 left: 17px;
61 html[dir=ltr] .bubble-left::before,
82 left: 17px;
90 html[dir=rtl] .bubble-left::after {
92 left: -15px;
102 left: 17px;
109 html[dir=ltr] .bubble-left
[all...]
/external/e2fsprogs/e2fsck/
H A Ddict.c51 #define left dict_left macro
69 #define dict_root(D) ((D)->nilnode.left)
77 * Perform a ``left rotation'' adjustment on the tree. The given node P and
78 * its right child C are rearranged so that the P instead becomes the left
79 * child of C. The left subtree of C is inherited as the new right subtree
88 upper->right = lowleft = lower->left;
94 the sentinel nil node, and root->parent->left points back to root */
96 if (upper == upparent->left) {
97 upparent->left = lower;
103 lower->left
426 dict_similar(const dict_t *left, const dict_t *right) argument
861 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *left; local
895 dnode_t *nil = dict_nil(dict), *parent, *left; local
[all...]
/external/opencv/cv/src/
H A Dcvutils.cpp113 int top, int left, int cn, const uchar* )
118 if( srcstep == dststep && dst + dststep*top + left*cn == src &&
132 return ifunc( src, srcstep, srcroi, dstroi, top, left );
147 return func( src, srcstep, srcroi, dst, dststep, dstroi, top, left );
161 left *= cn;
165 if( idst + left != isrc )
167 idst[j + left] = isrc[j];
168 for( j = left - 1; j >= 0; j-- )
170 for( j = left+srcroi.width; j < dstroi.width; j++ )
180 left *
111 icvCopyReplicateBorder_8u( const uchar* src, int srcstep, CvSize srcroi, uchar* dst, int dststep, CvSize dstroi, int top, int left, int cn, const uchar* ) argument
201 icvCopyReflect101Border_8u( const uchar* src, int srcstep, CvSize srcroi, uchar* dst, int dststep, CvSize dstroi, int top, int left, int cn ) argument
334 icvCopyConstBorder_8u( const uchar* src, int srcstep, CvSize srcroi, uchar* dst, int dststep, CvSize dstroi, int top, int left, int cn, const uchar* value ) argument
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Utils.cpp76 rcRet.left = PWL_MIN(rect1.left,rect2.left);
86 return CPDF_Rect(rect.left + x,rect.bottom + y,
92 return rcChild.left >= rcParent.left && rcChild.bottom >= rcParent.bottom &&
98 FX_FLOAT left = rect1.left > rect2.left ? rect1.left local
[all...]
/external/chromium_org/remoting/base/
H A Dutil.cc73 int y_offset = - CalculateYOffset(source_buffer_rect.left(),
76 int uv_offset = - CalculateUVOffset(source_buffer_rect.left(),
79 int rgb_offset = - CalculateRGBOffset(dest_buffer_rect.left(),
88 webrtc::DesktopRect::MakeLTRB(RoundToTwosMultiple(dest_rect.left() + 1),
92 // Offset pointers to point to the top left corner of the inner rectangle.
93 y_offset += CalculateYOffset(inner_rect.left(), inner_rect.top(),
95 uv_offset += CalculateUVOffset(inner_rect.left(), inner_rect.top(),
97 rgb_offset += CalculateRGBOffset(inner_rect.left(), inner_rect.top(),
109 webrtc::DesktopRect::MakeLTRB(RoundToTwosMultiple(dest_rect.left()),
113 webrtc::DesktopVector offset(outer_rect.left()
180 int left = (rect.left() * out_size.width()) / in_size.width(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODRedBlackTree.h283 Node* left() const { return m_left; } function in class:blink::PODRedBlackTree::Node
309 // given node based on the values in the left and right children. It
312 // in the left and right children. This method should return true if
337 current = current->left();
351 return treeSearchFullComparisons(current->left(), data);
357 // We may need to traverse both the left and right subtrees.
358 Node* result = treeSearchFullComparisons(current->left(), data);
371 x = x->left();
404 while (x->left())
405 x = x->left();
[all...]
/external/aac/libAACenc/src/
H A Dchaosmeasure.cpp110 FIXP_DBL left,center; /* left, center tap of filter */ local
112 left = (FIXP_DBL)((LONG)paMDCTDataNM0[i]^((LONG)paMDCTDataNM0[i]>>(DFRACT_BITS-1)));
117 FIXP_DBL tmp = (left>>1)+(right>>1);
128 left = center;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509NameEntryConverter.java68 char left = str.charAt((index * 2) + off);
71 if (left < 'a')
73 data[index] = (byte)((left - '0') << 4);
77 data[index] = (byte)((left - 'a' + 10) << 4);
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dheading_track.css21 padding-left: 18px;
23 text-align: left;
H A Dtrack.css24 left: 2px;
30 left: 3px;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dchoose_mobile_network.css7 margin-left: 50px;
18 float: left;
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dguest_tab.css19 float: left;
26 margin-left: auto;
/external/chromium_org/printing/
H A Dprint_settings_initializer_mac.cc50 (paper_rect.right - paper_rect.left),
53 (page_rect.left - paper_rect.left),
55 (page_rect.right - page_rect.left),
/external/chromium_org/third_party/polymer/components/core-tooltip/
H A Dcore-tooltip.css67 margin-left: 10px; /* TODO: not specified in spec */
68 left: 100%;
76 .left {
83 left: calc(50% - 4px);
87 .polymer-tooltip.left::after {
88 left: 100%;
90 border-left-color: rgba(0,0,0,0.8);
95 left: calc(50% - 4px);
/external/chromium_org/third_party/polymer/components/paper-tabs/
H A Dpaper-tab.css21 left: 0;
39 left: 0;
/external/chromium_org/third_party/polymer/components-chromium/core-tooltip/
H A Dcore-tooltip.css67 margin-left: 10px; /* TODO: not specified in spec */
68 left: 100%;
76 .left {
83 left: calc(50% - 4px);
87 .polymer-tooltip.left::after {
88 left: 100%;
90 border-left-color: rgba(0,0,0,0.8);
95 left: calc(50% - 4px);
/external/chromium_org/third_party/polymer/components-chromium/paper-tabs/
H A Dpaper-tab.css21 left: 0;
39 left: 0;
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitter_Sprite.cpp20 void SkSpriteBlitter::setup(const SkBitmap& device, int left, int top, argument
23 fLeft = left;
52 const SkBitmap& source, int left, int top, SkTBlitterAllocator* allocator) {
56 a bit of a hack, since we "could" pass in the fractional left/top for the bitmap,
79 blitter->setup(device, left, top, paint);
51 ChooseSprite(const SkBitmap& device, const SkPaint& paint, const SkBitmap& source, int left, int top, SkTBlitterAllocator* allocator) argument
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_impl.mm73 const float left,
83 stream_id, z_order, left, top, right, bottom);
96 float& left,
133 const float left,
137 return ptr_ios_render_->SetStreamCropping(streamId, left, top, right, bottom);
142 const float left,
158 const float left,
168 const float left,
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dinttree.c76 it->nil->left = it->nil;
82 it->root->left = it->nil;
108 /* makes the parent of x be to the left of x, x the parent of */
131 x->right=y->left;
133 if (y->left != it->nil)
134 y->left->parent=x; /* used to use sentinel here */
142 if (x == x->parent->left)
143 x->parent->left=y;
146 y->left=x;
149 x->maxHigh=ITMax(x->left
[all...]
/external/chromium_org/tools/chrome_proxy/integration_tests/
H A Dchrome_proxy_metrics.js25 var left = settings.innerHTML.indexOf('[');
27 if (left >= 0 && right > left) {
28 return settings.innerHTML.substring(left + 1, right).split(/[ ,]+/);
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Dcontrol_panel.js19 left: anchorRect.left + anchorRect.width / 2 - targetRect.width / 2,
24 target.style.left = pos.left + 'px';
/external/chromium_org/ui/gfx/geometry/
H A Dinsets_f.h20 InsetsF(float top, float left, float bottom, float right);
/external/chromium_org/ui/gfx/
H A Dshadow_value.cc50 int left = 0; local
61 left = std::max(left, blur - shadow.x());
67 return Insets(-top, -left, -bottom, -right);

Completed in 565 milliseconds

1234567891011>>