HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 626 - 650 of 3812) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.css 47 padding-left: 2em;
  /external/chromium_org/third_party/skia/include/core/
SkRegion.h 101 * If the region is empty, returns false, and path is left unmodified.
118 * If left < right and top < bottom, set this region to that rectangle and
121 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
195 bool quickContains(int32_t left, int32_t top, int32_t right,
199 return left < right && top < bottom &&
201 /* fBounds.contains(left, top, right, bottom); */
202 fBounds.fLeft <= left && fBounds.fTop <= top &&
262 bool op(int left, int top, int right, int bottom, Op op) {
264 rect.set(left, top, right, bottom);
347 * Y scanline, clipped to the specified left and right X values
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrRenderTarget.h 46 virtual bool readPixels(int left, int top, int width, int height,
52 virtual void writePixels(int left, int top, int width, int height,
GrSurface.h 84 * @param left left edge of the rectangle to read (inclusive)
97 virtual bool readPixels(int left, int top, int width, int height,
106 * @param left left edge of the rectangle to write (inclusive)
116 virtual void writePixels(int left, int top, int width, int height,
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsLine.h 30 static double ExactPointH(const SkDPoint& xy, double left, double right, double y);
34 static double NearPointH(const SkDPoint& xy, double left, double right, double y);
  /external/chromium_org/ui/views/controls/
focusable_border.cc 63 void FocusableBorder::SetInsets(int top, int left, int bottom, int right) {
64 insets_.Set(top, left, bottom, right);
  /external/clang/www/
menu.css 11 margin-left:29ex;
  /external/compiler-rt/www/
menu.css 12 left:29ex;
  /external/e2fsprogs/intl/
plural.y 107 new_exp_2 (enum operator op, struct expression *left, struct expression *right)
111 args[0] = left;
136 %left '|' /* || */
137 %left '&' /* && */
138 %left EQUOP2 /* == != */
139 %left CMPOP2 /* < > <= >= */
140 %left ADDOP2 /* + - */
141 %left MULOP2 /* * / % */
  /external/guava/guava/src/com/google/common/collect/
ByFunctionOrdering.java 45 @Override public int compare(F left, F right) {
46 return ordering.compare(function.apply(left), function.apply(right));
CompoundOrdering.java 46 @Override public int compare(T left, T right) {
48 int result = comparator.compare(left, right);
ExplicitOrdering.java 39 @Override public int compare(T left, T right) {
40 return rank(left) - rank(right); // safe because both are nonnegative
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
EscapeMode.java 92 * values are provided by {@code left} and {@code right} respectively. For now, if either of the
99 public static EscapeMode combineModes(EscapeMode left, EscapeMode right) {
100 if (left.equals(ESCAPE_NONE) || right.equals(ESCAPE_NONE)) {
  /external/libvorbis/doc/
10-tables.tex 9 lookup table consiting of the following values (read left to right
  /external/libvpx/libvpx/tools/
intersect-diffs.py 46 lhs_file = lhs_hunk.left.filename.split("/")[1:]
57 # Join the right hand side of the older diff with the left hand side of the
63 new_lines = new_hunk.left
  /external/skia/include/core/
SkRegion.h 101 * If the region is empty, returns false, and path is left unmodified.
118 * If left < right and top < bottom, set this region to that rectangle and
121 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
195 bool quickContains(int32_t left, int32_t top, int32_t right,
199 return left < right && top < bottom &&
201 /* fBounds.contains(left, top, right, bottom); */
202 fBounds.fLeft <= left && fBounds.fTop <= top &&
262 bool op(int left, int top, int right, int bottom, Op op) {
264 rect.set(left, top, right, bottom);
347 * Y scanline, clipped to the specified left and right X values
    [all...]
  /external/skia/include/gpu/
GrRenderTarget.h 46 virtual bool readPixels(int left, int top, int width, int height,
52 virtual void writePixels(int left, int top, int width, int height,
GrSurface.h 84 * @param left left edge of the rectangle to read (inclusive)
97 virtual bool readPixels(int left, int top, int width, int height,
106 * @param left left edge of the rectangle to write (inclusive)
116 virtual void writePixels(int left, int top, int width, int height,
  /external/skia/src/pathops/
SkPathOpsLine.h 30 static double ExactPointH(const SkDPoint& xy, double left, double right, double y);
34 static double NearPointH(const SkDPoint& xy, double left, double right, double y);
  /external/skia/tests/
PathOpsDLineTest.cpp 20 static const SkDPoint left[] = { variable
39 const SkDPoint& pt = left[index];
43 SkDebugf("%s [%d] expected left\n", __FUNCTION__, index);
StrokeTest.cpp 15 return SkScalarNearlyEqual(a.left(), b.left()) &&
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
ViewfinderView.java 93 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,
  /frameworks/base/core/java/android/view/
DisplayList.java 585 * Sets the left position for the display list.
587 * @param left The left position, in pixels, of the display list
592 public abstract void setLeft(int left);
595 * Returns the left position for the display list in pixels.
653 * Sets the left and top positions for the display list
655 * @param left The left position of the display list, in pixels
665 public abstract void setLeftTopRightBottom(int left, int top, int right, int bottom);
668 * Offsets the left and right positions for the display lis
    [all...]
  /frameworks/base/libs/hwui/
LayerRenderer.h 51 virtual status_t prepareDirty(float left, float top, float right, float bottom, bool opaque);
52 virtual status_t clear(float left, float top, float right, float bottom, bool opaque);
  /frameworks/support/v4/java/android/support/v4/view/
PagerTabStrip.java 151 public void setPadding(int left, int top, int right, int bottom) {
155 super.setPadding(left, top, right, bottom);
261 final int left = mCurrText.getLeft() - mTabPadding; local
266 canvas.drawRect(left, top, right, bottom, mTabPaint);
279 int left = mCurrText.getLeft() - mTabPadding; local
283 r.set(left, top, right, bottom);
288 left = mCurrText.getLeft() - mTabPadding;
290 r.union(left, top, right, bottom);

Completed in 3222 milliseconds

<<21222324252627282930>>