/external/chromium_org/ppapi/examples/2d/ |
scroll.cc | 29 x < std::min(image->size().width(), rect.right());
|
/external/chromium_org/skia/ext/ |
recursive_gaussian_convolution_unittest.cc | 63 for (int x = box.left(); x < box.right(); ++x) 77 for (int x = box.left(); x < box.right(); ++x) 379 box.right() + spread, 385 box.right() - spread,
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
VisiblePosition.h | 83 VisiblePosition right(bool stayInEditableContent = false) const;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
AbstractInlineTextBox.cpp | 164 if (m_inlineTextBox->nextTextBox() && m_inlineTextBox->nextTextBox()->start() > m_inlineTextBox->end() && result.length() && !result.right(1).containsOnlyWhitespace())
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
BorderData.h | 116 const BorderValue& right() const { return m_right; } function in class:blink::BorderData
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
elementsPanel.css | 107 padding-right: 2px; 177 .metrics .right { 270 float: right; 385 margin-right: 2px; 500 margin-right: 1px; 549 margin-right: 4px; 671 right: 0; 675 float: right;
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
URLPatternMatcher.cpp | 92 m_path = pattern.right(pattern.length() - pathStartPos);
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatBoxTest.cpp | 45 EXPECT_EQ(5, box.right());
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
unorm.h | 422 * If both the left and the right strings are in 427 * dest=normalize(left+right, mode, options) 440 * @param right Right source string. Must not be the same as dest, nor overlap. 441 * @param rightLength Length of right source string, or -1 if NUL-terminated. 458 const UChar *right, int32_t rightLength,
|
/external/chromium_org/third_party/icu/source/common/ |
uvector.cpp | 496 sortComparator(const void *context, const void *left, const void *right) { 499 UElement e2 = *static_cast<const UElement *>(right); 510 sortiComparator(const void * /*context */, const void *left, const void *right) { 512 const UElement *e2 = static_cast<const UElement *>(right);
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/ |
graw_gdi.c | 106 rect.right - rect.left,
|
/external/chromium_org/third_party/skia/debugger/QT/ |
SkInspectorWidget.cpp | 67 fClipEntry[2].setText(QString::number(clip.right()));
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawRectangle.cpp | 30 SK_MEMBER_ALIAS(right, fRect.fRight, Float), 57 SkDebugf("left=\"%g\" top=\"%g\" right=\"%g\" bottom=\"%g\" />\n", 138 SkDebugf("left=\"%g\" top=\"%g\" right=\"%g\" bottom=\"%g\" rx=\"%g\" ry=\"%g\" />\n",
|
/external/chromium_org/third_party/skia/src/core/ |
SkAAClip.h | 63 bool quickContains(int left, int top, int right, int bottom) const;
|
SkDeviceLooper.cpp | 84 // can we move to the right? 85 if (offset->x() + delta < boundary.right()) { 121 // left to right, until we wrap around and move down
|
/external/chromium_org/third_party/skia/tests/ |
InfRectTest.cpp | 44 REPORTER_ASSERT(reporter, ((r.left() + r.right()) >> 1) == cx);
|
/external/chromium_org/third_party/webrtc/base/ |
win32windowpicker.cc | 130 *width = monitor_info.rcMonitor.right - monitor_info.rcMonitor.left;
|
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/ |
VideoEngine.java | 77 float right, float bottom);
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ |
audio_buffer.cc | 54 void StereoToMono(const float* left, const float* right, float* out, 57 out[i] = (left[i] + right[i]) / 2; 61 void StereoToMono(const int16_t* left, const int16_t* right, int16_t* out, 64 out[i] = (left[i] + right[i]) >> 1;
|
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/ |
remote_bitrate_estimator_unittest_helper.h | 89 const std::pair<unsigned int, RtpStream*>& right);
|
/external/chromium_org/ui/metro_viewer/ |
metro_viewer_messages.h | 220 IPC_STRUCT_TRAITS_MEMBER(right)
|
/external/chromium_org/v8/test/mjsunit/ |
context-calls-maintained.js | 78 // Test: verify that a load with IC does the right thing. 98 // Test: verify that a store with IC does the right thing.
|
/external/clang/test/SemaCXX/ |
c99-variable-length-array.cpp | 90 float right; member in struct:PR7206::edge_info
|
/external/eigen/demos/opengl/ |
camera.h | 73 Eigen::Vector3f right(void) const;
|
/external/gtest/test/ |
Android.mk | 41 # generate the right make target (host vs device). $(4) is used in the 43 # device builds. Finally $(4) is used to pick up the right set of
|