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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.h 53 virtual LayoutUnit marginLeft() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.left())); return m_marginBox.left(); }
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
navigatorView.css 82 float: left;
88 padding-left: 2px;
104 padding-left: 0;
112 margin-left: 2px;
resourcesPanel.css 35 padding-left: 0;
50 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(162, 177, 207)), to(rgb(120, 138, 177)));
56 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(92, 147, 213)), to(rgb(21, 83, 170)));
61 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(180, 180, 180)), to(rgb(138, 138, 138)));
68 float: left;
75 padding-left: 2px;
84 padding-left: 2px
    [all...]
  /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,

Completed in 521 milliseconds

<<21222324252627282930>>