Searched refs:left (Results 626 - 650 of 2877) sorted by relevance

<<21222324252627282930>>

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DViewfinderView.java93 canvas.drawRect(0, frame.top, frame.left, frame.bottom + 1, paint);
105 canvas.drawRect(frame.left, frame.top, frame.right + 1, frame.top + 2, paint);
106 canvas.drawRect(frame.left, frame.top + 2, frame.left + 2, frame.bottom - 1, paint);
108 canvas.drawRect(frame.left, frame.bottom - 1, frame.right + 1, frame.bottom + 1, paint);
115 canvas.drawRect(frame.left + 2, middle - 1, frame.right - 1, middle + 2, paint);
123 int frameLeft = frame.left;
155 frame.left - POINT_SIZE,
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen.css24 .left,
33 .step.left {
39 left: 0;
58 padding-left: 34px;
88 left: 0;
112 left: 49px;
135 left: auto;
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_android.cc422 size_t left = 0; local
423 while (left < old_len &&
424 left < new_len &&
425 old_value_[left] == new_value_[left]) {
426 left++;
434 return (new_len - left - right);
440 size_t left = 0; local
441 while (left < old_len &&
442 left < new_le
[all...]
/external/chromium_org/extensions/renderer/resources/
H A Dapp_window_custom_bindings.js25 Object.defineProperty(Bounds.prototype, 'left', {
27 return appWindowData[privates(this).boundsKey_].left;
29 set: function(left) {
30 this.setPosition(left, null);
97 Bounds.prototype.setPosition = function(left, top) {
98 updateBounds(privates(this).boundsKey_, { left: left, top: top });
230 return { left: outerBounds.left, top: outerBounds.top,
284 left
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_tls_common.c309 const u8 **pos, size_t *left)
312 const u8 *end = *pos + *left;
315 if (*left < 4) {
324 *left -= 4;
326 if (*left > tls_msg_len) {
329 "bytes)", (int) tls_msg_len, (int) *left);
338 if (*left != 0) {
409 size_t left; local
415 &left);
419 &left);
308 eap_server_tls_reassemble(struct eap_ssl_data *data, u8 flags, const u8 **pos, size_t *left) argument
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_tls_common.c309 const u8 **pos, size_t *left)
312 const u8 *end = *pos + *left;
315 if (*left < 4) {
324 *left -= 4;
326 if (*left > tls_msg_len) {
329 "bytes)", (int) tls_msg_len, (int) *left);
338 if (*left != 0) {
409 size_t left; local
415 &left);
419 &left);
308 eap_server_tls_reassemble(struct eap_ssl_data *data, u8 flags, const u8 **pos, size_t *left) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_tls_common.c309 const u8 **pos, size_t *left)
312 const u8 *end = *pos + *left;
315 if (*left < 4) {
324 *left -= 4;
326 if (*left > tls_msg_len) {
329 "bytes)", (int) tls_msg_len, (int) *left);
338 if (*left != 0) {
409 size_t left; local
415 &left);
419 &left);
308 eap_server_tls_reassemble(struct eap_ssl_data *data, u8 flags, const u8 **pos, size_t *left) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DArrayBuffer.h75 static inline int clampValue(int x, int left, int right);
82 int ArrayBuffer::clampValue(int x, int left, int right) argument
84 ASSERT(left <= right);
85 if (x < left)
86 x = left;
/external/chromium_org/third_party/libwebp/dec/
H A Dtree.c285 uint8_t* const left = dec->intra_l_; local
308 memset(left, ymode, 4 * sizeof(*left));
313 int ymode = left[y];
340 left[y] = ymode;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_string.h198 size_t left; member in struct:util_strbuf
208 sbuf->left = size;
215 if(sbuf->left > 1) {
219 written = util_vsnprintf(sbuf->ptr, sbuf->left, format, ap);
222 sbuf->left -= written;
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkListWidget.cpp27 QLinearGradient gradientSelected(r.left(),r.top(),r.left(),r.height()+r.top());
81 * x1,y1 act as a margin for the top and left. The target area will not
102 painter->drawText(r.left(), r.top(), r.width(), r.height(),
107 painter->drawText(r.left(), r.top(), r.width(), r.height(),
113 painter->drawText(r.left(), r.top(), r.width(), r.height(),
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCurveIntersection.h42 int horizontalIntersect(const Cubic& cubic, double left, double right, double y,
44 int horizontalIntersect(const Cubic& cubic, double left, double right, double y,
46 int horizontalIntersect(const _Line& line, double left, double right,
48 int horizontalIntersect(const Quadratic& quad, double left, double right,
50 int horizontalIntersect(const Quadratic& quad, double left, double right,
/external/chromium_org/third_party/skia/gm/
H A Dpatch.cpp31 SkPoint left[SkPatchUtils::kNumPtsCubic]; local
32 SkPatchUtils::getLeftCubic(cubics, left);
42 canvas->drawPoints(SkCanvas::kLines_PointMode, 4, left, paint);
46 canvas->drawPoints(SkCanvas::kLines_PointMode, 2, left + 1, paint);
61 canvas->drawPoints(SkCanvas::kPoints_PointMode, 2, left + 1, paint);
95 // The order of the colors and points is clockwise starting at upper-left corner.
103 //left points
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.h90 static DesktopRect MakeLTRB(int32_t left, int32_t top, argument
92 return DesktopRect(left, top, right, bottom);
101 int32_t left() const { return left_; } function in class:webrtc::DesktopRect
132 DesktopRect(int32_t left, int32_t top, int32_t right, int32_t bottom) argument
133 : left_(left), top_(top), right_(right), bottom_(bottom) {
/external/chromium_org/v8/src/compiler/
H A Dnode-matchers.h107 // For shorter pattern matching code, this struct matches both the left and
109 // if they appear on the left hand side of a commutative operation.
117 const Left& left() const { return left_; } function in struct:v8::internal::compiler::FINAL
120 bool IsFoldable() const { return left().HasValue() && right().HasValue(); }
121 bool LeftEqualsRight() const { return left().node() == right().node(); }
125 if (left().HasValue() && !right().HasValue()) {
127 node()->ReplaceInput(0, left().node());
/external/clang/include/clang/Basic/
H A DObjCRuntime.h301 friend bool operator==(const ObjCRuntime &left, const ObjCRuntime &right) { argument
302 return left.getKind() == right.getKind() &&
303 left.getVersion() == right.getVersion();
306 friend bool operator!=(const ObjCRuntime &left, const ObjCRuntime &right) { argument
307 return !(left == right);
/external/guava/guava-tests/test/com/google/common/primitives/
H A DByteArrayAsListTest.java115 private static Byte[] concat(Byte[] left, Byte[] right) { argument
116 Byte[] result = new Byte[left.length + right.length];
117 System.arraycopy(left, 0, result, 0, left.length);
118 System.arraycopy(right, 0, result, left.length, right.length);
H A DCharArrayAsListTest.java115 private static Character[] concat(Character[] left, Character[] right) { argument
116 Character[] result = new Character[left.length + right.length];
117 System.arraycopy(left, 0, result, 0, left.length);
118 System.arraycopy(right, 0, result, left.length, right.length);
H A DDoubleArrayAsListTest.java115 private static Double[] concat(Double[] left, Double[] right) { argument
116 Double[] result = new Double[left.length + right.length];
117 System.arraycopy(left, 0, result, 0, left.length);
118 System.arraycopy(right, 0, result, left.length, right.length);
H A DFloatArrayAsListTest.java115 private static Float[] concat(Float[] left, Float[] right) { argument
116 Float[] result = new Float[left.length + right.length];
117 System.arraycopy(left, 0, result, 0, left.length);
118 System.arraycopy(right, 0, result, left.length, right.length);
H A DIntArrayAsListTest.java116 private static Integer[] concat(Integer[] left, Integer[] right) { argument
117 Integer[] result = new Integer[left.length + right.length];
118 System.arraycopy(left, 0, result, 0, left.length);
119 System.arraycopy(right, 0, result, left.length, right.length);
H A DLongArrayAsListTest.java115 private static Long[] concat(Long[] left, Long[] right) { argument
116 Long[] result = new Long[left.length + right.length];
117 System.arraycopy(left, 0, result, 0, left.length);
118 System.arraycopy(right, 0, result, left.length, right.length);
H A DShortArrayAsListTest.java115 private static Short[] concat(Short[] left, Short[] right) { argument
116 Short[] result = new Short[left.length + right.length];
117 System.arraycopy(left, 0, result, 0, left.length);
118 System.arraycopy(right, 0, result, left.length, right.length);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_string.h198 size_t left; member in struct:util_strbuf
208 sbuf->left = size;
215 if(sbuf->left > 1) {
219 written = util_vsnprintf(sbuf->ptr, sbuf->left, format, ap);
222 sbuf->left -= written;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Caret.cpp52 FX_FLOAT fCaretX = rcRect.left + m_fWidth * 0.5f;
99 sCaret << rcClip.left << " " << rcClip.bottom + 2.5f << " "
100 << rcClip.right - rcClip.left << " " << rcClip.top - rcClip.bottom - 4.5f << " re W n\n";
103 sCaret << rcRect.left + m_fWidth/2 << " " << rcRect.bottom << " m\n";
104 sCaret << rcRect.left + m_fWidth/2 << " " << rcRect.top << " l S\nQ\n";

Completed in 620 milliseconds

<<21222324252627282930>>