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

<<21222324252627282930>>

  /external/chromium_org/third_party/skia/include/gpu/
GrRect.h 42 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) {
45 fRight = right;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsLine.cpp 31 // isLeft(): tests if a point is Left|On|Right of an infinite line.
35 // <0 for P2 right of the line
126 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) {
131 if (xy.fX == right) {
138 double SkDLine::NearPointH(const SkDPoint& xy, double left, double right, double y) {
142 if (!AlmostBetweenUlps(left, xy.fX, right)) {
145 double t = (xy.fX - left) / (right - left);
148 double realPtX = (1 - t) * left + t * right;
152 double tiniest = SkTMin(SkTMin(y, left), right);
153 double largest = SkTMax(SkTMax(y, left), right);
    [all...]
SkPathOpsLine.h 30 static double ExactPointH(const SkDPoint& xy, double left, double right, double y);
35 static double NearPointH(const SkDPoint& xy, double left, double right, double y);
  /external/chromium_org/third_party/skia/tests/
StrokeTest.cpp 17 SkScalarNearlyEqual(a.right(), b.right()) &&
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
cursor_unittest.cc 25 // compares pixels with |right|. Returns true of MouseCursor bits match |right|.
26 // |right| must be a 32bpp cursor with alpha channel.
27 bool ConvertToMouseShapeAndCompare(unsigned left, unsigned right) {
43 // Load |right|.
45 LoadImage(instance, MAKEINTRESOURCE(right), IMAGE_CURSOR, 0, 0, 0)));
68 // Compare the 32bpp image in |mouse_shape| with the one loaded from |right|.
  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_android_native_opengl2.h 33 const float right, const float bottom);
85 const float right,
video_render_android_surface_view.h 32 const float right, const float bottom);
73 const float right,
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_gles20.h 39 float right,
50 const float right,
  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_x11_channel.h 43 int32_t Init(Window window, float left, float top, float right,
48 float& top, float& right, float& bottom) const;
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
processes.css 21 float: right;
  /external/chromium_org/tools/sheriffing/
style.css 66 text-align: right;
76 text-align: right;
94 text-align: right;
108 border-right: 1px solid #666666;
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
menu.css 37 float: right;
  /external/chromium_org/ui/views/controls/
focusable_border.cc 64 void FocusableBorder::SetInsets(int top, int left, int bottom, int right) {
65 insets_.Set(top, left, bottom, right);
  /external/clang/www/
menu.css 12 padding-right:4ex;
  /external/compiler-rt/www/
menu.css 13 padding-right:4ex;
  /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 26 // subsequent template contents to determine the right escaping command to use.
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/libcxx/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/
Android.mk 23 test_name := input.output/iostreams.base/std.ios.manip/adjustfield.manip/right
24 test_src := right.pass.cpp
  /external/libcxx/www/
menu.css 13 padding-right:4ex;
  /external/libcxxabi/www/
menu.css 13 padding-right:4ex;
  /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 43 rhs_file = rhs_hunk.right.filename.split("/")[1:]
57 # Join the right hand side of the older diff with the left hand side of the
62 old_lines = old_hunk.right
  /external/lldb/include/lldb/Core/
IOStreamMacros.h 16 #define RAW_HEXBASE std::setfill('0') << std::hex << std::right
30 #define LEFT_STRING_WIDTH(s, w) std::left << std::setfill(' ') << std::setw(w) << (s) << std::right

Completed in 893 milliseconds

<<21222324252627282930>>