Searched refs:left (Results 651 - 675 of 2877) sorted by relevance

<<21222324252627282930>>

/external/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/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,
H A DLineQuadraticIntersection.cpp156 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { argument
157 addHorizontalEndPoints(left, right, axisIntercept);
164 double lineT = (pt.x - left) / (right - left);
218 void addHorizontalEndPoints(double left, double right, double y) argument
224 if (quad[qIndex].x == left) {
332 int horizontalIntersect(const Quadratic& quad, double left, double right, argument
341 if (x < left || x > right) {
349 int horizontalIntersect(const Quadratic& quad, double left, double right, double y, argument
352 return q.horizontalIntersect(y, left, righ
[all...]
/external/webp/src/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/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_psk.c219 size_t left, buflen; local
229 &left);
230 if (cpos == NULL || left < sizeof(*resp)) {
236 left -= sizeof(*resp);
239 data->id_p = os_malloc(left);
245 os_memcpy(data->id_p, cpos, left);
246 data->id_p_len = left;
335 size_t left; local
343 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, respData, &left);
344 if (pos == NULL || left < sizeo
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_psk.c219 size_t left, buflen; local
229 &left);
230 if (cpos == NULL || left < sizeof(*resp)) {
236 left -= sizeof(*resp);
239 data->id_p = os_malloc(left);
245 os_memcpy(data->id_p, cpos, left);
246 data->id_p_len = left;
335 size_t left; local
343 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, respData, &left);
344 if (pos == NULL || left < sizeo
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_psk.c219 size_t left, buflen; local
229 &left);
230 if (cpos == NULL || left < sizeof(*resp)) {
236 left -= sizeof(*resp);
239 data->id_p = os_malloc(left);
245 os_memcpy(data->id_p, cpos, left);
246 data->id_p_len = left;
335 size_t left; local
343 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, respData, &left);
344 if (pos == NULL || left < sizeo
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.c43 static INLINE void split_left(struct bezier *bez, VGfloat t, struct bezier* left) argument
45 left->x1 = bez->x1;
46 left->y1 = bez->y1;
48 left->x2 = bez->x1 + t * (bez->x2 - bez->x1);
49 left->y2 = bez->y1 + t * (bez->y2 - bez->y1);
51 left->x3 = bez->x2 + t * (bez->x3 - bez->x2);
52 left->y3 = bez->y2 + t * (bez->y3 - bez->y2);
57 bez->x2 = left->x3 + t * (bez->x3 - left->x3);
58 bez->y2 = left
136 struct bezier left, right; /* bez poly splits */ local
660 struct bezier left; local
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c43 static INLINE void split_left(struct bezier *bez, VGfloat t, struct bezier* left) argument
45 left->x1 = bez->x1;
46 left->y1 = bez->y1;
48 left->x2 = bez->x1 + t * (bez->x2 - bez->x1);
49 left->y2 = bez->y1 + t * (bez->y2 - bez->y1);
51 left->x3 = bez->x2 + t * (bez->x3 - bez->x2);
52 left->y3 = bez->y2 + t * (bez->y3 - bez->y2);
57 bez->x2 = left->x3 + t * (bez->x3 - left->x3);
58 bez->y2 = left
136 struct bezier left, right; /* bez poly splits */ local
660 struct bezier left; local
[all...]
/external/opencv/cxcore/include/
H A Dcxmisc.h445 T* left = stack[sp].lb; \
450 int i, n = (int)(right - left) + 1, m; \
457 for( ptr = left + 1; ptr <= right; ptr++ ) \
459 for( ptr2 = ptr; ptr2 > left && LT(ptr2[0],ptr2[-1]); ptr2--) \
476 left0 = left; \
478 pivot = left + (n/2); \
483 a = left, b = left + d, c = left + 2*d; \
484 left
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/
H A Ddefault.css43 float: left;
46 left: 8px;
53 margin-left: 190px;
87 text-align: left;
101 border-left: 1px #7F8FB1 solid;
106 border-left: 1px #7F8FB1 solid;
121 text-align: left;
130 padding-left: 4px;
138 margin-left: 20px;
139 padding-left
[all...]
/external/chromium_org/chrome/browser/resources/
H A Dpolicy.css21 left: 23px;
68 float: left;
69 text-align: left;
73 float: left;
85 float: left;
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRect.cpp88 float left = std::max(x(), other.x()); local
94 if (left >= right || top >= bottom) {
95 left = 0;
101 setLocationAndSizeFromEdges(left, top, right, bottom);
171 float left = std::min(p0.x(), p1.x()); local
176 setLocationAndSizeFromEdges(left, top, right, bottom);
210 float left = min3(p0.x(), p1.x(), p2.x()); local
215 setLocationAndSizeFromEdges(left, top, right, bottom);
220 float left = min4(p0.x(), p1.x(), p2.x(), p3.x()); local
225 setLocationAndSizeFromEdges(left, to
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.h54 //UnicodeString operator+(const UnicodeString& left, int64_t num); // Some compilers don't allow this because of the long type.
55 UnicodeString operator+(const UnicodeString& left, long num);
56 UnicodeString operator+(const UnicodeString& left, unsigned long num);
57 UnicodeString operator+(const UnicodeString& left, double num);
58 UnicodeString operator+(const UnicodeString& left, char num);
59 UnicodeString operator+(const UnicodeString& left, short num);
60 UnicodeString operator+(const UnicodeString& left, int num);
61 UnicodeString operator+(const UnicodeString& left, unsigned char num);
62 UnicodeString operator+(const UnicodeString& left, unsigned short num);
63 UnicodeString operator+(const UnicodeString& left, unsigne
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineQuadraticIntersection.cpp156 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { argument
157 addHorizontalEndPoints(left, right, axisIntercept);
164 double lineT = (pt.x - left) / (right - left);
218 void addHorizontalEndPoints(double left, double right, double y) argument
224 if (quad[qIndex].x == left) {
332 int horizontalIntersect(const Quadratic& quad, double left, double right, argument
341 if (x < left || x > right) {
349 int horizontalIntersect(const Quadratic& quad, double left, double right, double y, argument
352 return q.horizontalIntersect(y, left, righ
[all...]
H A DLineIntersection.cpp150 // left * dy <= xIntercept * dy <= right * dy
151 // thus: left * dy <= (line[1].x - line[0].x) * (y - line[0].y) <= right * dy
154 int horizontalLineIntersect(const _Line& line, double left, double right, argument
162 if (xIntercept > right || xIntercept < left) {
168 int horizontalIntersect(const _Line& line, double left, double right, argument
177 if (xIntercept > right || xIntercept < left) {
180 intersections.fT[1][0] = (xIntercept - left) / (right - left);
190 double overlapL = SkTMax(left, lineL);
199 intersections.fT[1][0] = (overlapL - left) / (righ
[all...]
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dviewport.js299 return Math.round((x - this.imageBoundsOnScreen_.left) / this.scale_);
316 this.screenToImageX(rect.left),
335 return Math.round(this.imageBoundsOnScreen_.left + x * this.scale_);
352 this.imageToScreenX(rect.left),
430 var left = Math.max(this.imageBoundsOnScreen_.left, 0);
437 left, top, right - left, bottom - top);
527 (imageCropRect.left + imageCropRect.width / 2 - imageWidth / 2) *
551 var dx = screenRect.left
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_k_e_r_n.py110 left, right, value = struct.unpack(">HHh", data[:6])
112 left, right = int(left), int(right)
113 kernTable[(ttFont.getGlyphName(left), ttFont.getGlyphName(right))] = value
124 kernTable = sorted((getGlyphID(left), getGlyphID(right), value) for ((left,right),value) in self.kernTable.items())
125 for left, right, value in kernTable:
126 data = data + struct.pack(">HHh", left, right, value)
133 for (left, right), value in items:
135 ("l", left),
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_k_e_r_n.py110 left, right, value = struct.unpack(">HHh", data[:6])
112 left, right = int(left), int(right)
113 kernTable[(ttFont.getGlyphName(left), ttFont.getGlyphName(right))] = value
124 kernTable = sorted((getGlyphID(left), getGlyphID(right), value) for ((left,right),value) in self.kernTable.items())
125 for left, right, value in kernTable:
126 data = data + struct.pack(">HHh", left, right, value)
133 for (left, right), value in items:
135 ("l", left),
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dintltest.h54 //UnicodeString operator+(const UnicodeString& left, int64_t num); // Some compilers don't allow this because of the long type.
55 UnicodeString operator+(const UnicodeString& left, long num);
56 UnicodeString operator+(const UnicodeString& left, unsigned long num);
57 UnicodeString operator+(const UnicodeString& left, double num);
58 UnicodeString operator+(const UnicodeString& left, char num);
59 UnicodeString operator+(const UnicodeString& left, short num);
60 UnicodeString operator+(const UnicodeString& left, int num);
61 UnicodeString operator+(const UnicodeString& left, unsigned char num);
62 UnicodeString operator+(const UnicodeString& left, unsigned short num);
63 UnicodeString operator+(const UnicodeString& left, unsigne
[all...]
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc111 left()->PrintTo(stream);
304 left()->PrintTo(stream);
784 DCHECK(instr->left()->representation().IsDouble());
788 LOperand* left = UseFixedDouble(instr->left(), d0); local
790 LArithmeticD* result = new(zone()) LArithmeticD(Token::MOD, left, right);
793 LOperand* left = UseRegisterAtStart(instr->left()); local
795 LArithmeticD* result = new(zone()) LArithmeticD(op, left, right);
808 HValue* left local
863 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand()); local
877 LOperand* left = UseRegisterAtStart(instr->left()); local
948 LOperand* left = UseRegisterAtStart(instr->BetterLeftOperand()); local
1270 LOperand* left = UseRegisterOrConstantAtStart(instr->left()); local
1278 LOperand* left = UseConstant(instr->left()); local
1282 LOperand* left = UseRegisterAtStart(instr->left()); local
1293 LOperand* left = UseFixed(instr->left(), x1); local
1314 LOperand* left = UseRegisterAtStart(instr->left()); local
1840 LOperand* left = NULL; local
1952 LOperand* left = need_register ? UseRegister(least_const) local
1965 LOperand* left = UseRegisterAtStart(least_const); local
2012 LOperand* left = UseFixedDouble(instr->left(), d0); local
2101 CanTransformToShiftedOp(HValue* val, HValue** left) argument
2170 HValue* left; local
2186 LOperand* left = UseRegisterAtStart(hleft); local
2226 LOperand* left = instr->representation().IsSmi() local
2437 LOperand* left = UseFixed(instr->left(), x1); local
2469 LOperand* left = UseFixed(instr->left(), x1); local
2487 LOperand *left; local
[all...]
/external/chromium_org/cc/resources/
H A Dpicture_pile.cc261 // If you were to slide a vertical beam from the left edge of the
271 // either on the left or the right. The |left_rect| and |right_rect|,
321 int left = tiling_.TilePositionX(min_toss_x); local
322 int right = left + tiling_.TileSizeX(min_toss_x);
327 int right_until = std::max(interest_rect_over_tiles.right(), left);
335 DCHECK_GE(exposed_left, left);
337 gfx::Rect left_rect(left, top, left_until - left, bottom - top);
339 gfx::Rect top_rect(left, top, right - left, top_unti
359 int left = min_tiling_rect_over_tiles.x(); local
[all...]
/external/chromium_org/pdf/pdfium/
H A Dpdfium_page.cc23 const char kTextBoxLeft[] = "left";
118 double left, top, right, bottom; local
119 FPDFText_GetRect(GetTextPage(), i, &left, &top, &right, &bottom); local
121 GetTextBoxAsValue(height, left, top, right, bottom, rotation));
132 double left, double top,
137 FPDFText_GetBoundedText(GetTextPage(), left, top, right, bottom, NULL, 0);
142 left, top, right, bottom, local
147 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), left, top);
155 PageToScreen(pp::Point(), 1.0, left, top, right, bottom, rotation));
160 int char_index = FPDFText_GetCharIndexAtPos(GetTextPage(), left, to
131 GetTextBoxAsValue(double page_height, double left, double top, double right, double bottom, int rotation) argument
339 double left, right, bottom, top; local
340 FPDFText_GetCharBox(GetTextPage(), char_index, &left, &right, &bottom, &top); local
423 double left, top, right, bottom; local
433 PageToScreen(const pp::Point& offset, double zoom, double left, double top, double right, double bottom, int rotation) argument
[all...]
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp9_rtcd.h67 void vp9_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
70 void vp9_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
73 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
76 void vp9_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
79 void vp9_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
82 void vp9_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
85 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
88 void vp9_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
91 void vp9_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
94 void vp9_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DOrdering.java52 * public int compare(String left, String right) {
53 * return Ints.compare(left.length(), right.length());
220 @Override public int compare(Object left, Object right) { argument
221 if (left == right) {
224 int leftCode = identityHashCode(left);
231 int result = uids.get(left).compareTo(uids.get(right));
392 @Override public abstract int compare(@Nullable T left, @Nullable T right); argument
457 E[] values, int left, int right, int k) {
458 if (right > left) {
459 int pivotIndex = (left
456 quicksortLeastK( E[] values, int left, int right, int k) argument
468 partition( E[] values, int left, int right, int pivotIndex) argument
[all...]

Completed in 1749 milliseconds

<<21222324252627282930>>