HomeSort by relevance Sort by last modified time
    Searched full:right (Results 251 - 275 of 23064) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/angle/src/compiler/translator/
Types.h 392 bool sameElementType(const TType &right) const
394 return type == right.type &&
395 primarySize == right.primarySize &&
396 secondarySize == right.secondarySize &&
397 structure == right.structure;
399 bool operator==(const TType &right) const
401 return type == right.type &&
402 primarySize == right.primarySize &&
403 secondarySize == right.secondarySize &&
404 array == right.array && (!array || arraySize == right.arraySize) &
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRect.cpp 12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) {
14 if (left >= right || top >= bottom) {
20 this->set(left, top, right, bottom);
24 if (right > fRight) fRight = right;
102 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right,
104 if (left < right && top < bottom && !this->isEmpty() && // check for empties
105 fLeft < right && left < fRight && fTop < bottom && top < fBottom)
109 if (fRight > right) fRight = right;
    [all...]
  /external/pdfium/fpdfsdk/include/
fpdf_transformpage.h 21 * @param[in] right - The right of the rectangle.
25 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, float top);
32 * @param[in] right - The right of the rectangle.
36 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, float top);
43 * @param[in] right - Pointer to a double value receiving the right of the rectangle.
47 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top);
53 * @param[in] right - Pointer to a double value receiving the right of the rectangle.
    [all...]
  /external/skia/src/core/
SkRect.cpp 12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) {
14 if (left >= right || top >= bottom) {
20 this->set(left, top, right, bottom);
24 if (right > fRight) fRight = right;
102 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right,
104 if (left < right && top < bottom && !this->isEmpty() && // check for empties
105 fLeft < right && left < fRight && fTop < bottom && top < fBottom)
109 if (fRight > right) fRight = right;
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
RecursiveAction.java 77 * right-hand-sides of repeated divisions by two, and keeping track of
96 * Applyer next; // keeps track of right-hand-side tasks
112 * Applyer right = null;
115 * right = new Applyer(array, mid, h, right);
116 * right.fork();
120 * while (right != null) {
121 * if (right.tryUnfork()) // directly calculate if not stolen
122 * sum += right.atLeaf(right.lo, right.hi)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.hpp 71 // R - right argument
533 template <class Left, class Right>
534 predicate_result equal_impl( Left const& left, Right const& right )
536 return left == right;
541 predicate_result BOOST_TEST_DECL equal_impl( char const* left, char const* right );
542 inline predicate_result equal_impl( char* left, char const* right ) { return equal_impl( static_cast<char const*>(left), static_cast<char const*>(right) ); }
543 inline predicate_result equal_impl( char const* left, char* right ) { return equal_impl( static_cast<char const*>(left), static_cast<char const*>(right) ); }
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/6/changes/
jdiff_statistics.html 42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
61 <div class="and-diff-id" style="margin-right:8px;">
92 <TD ALIGN="right">0</TD>
93 <TD ALIGN="right">4</TD>
94 <TD ALIGN="right">0</TD>
95 <TD ALIGN="right">4</TD>
99 <TD ALIGN="right">0</TD>
100 <TD ALIGN="right">4</TD>
101 <TD ALIGN="right">0</TD>
102 <TD ALIGN="right">4</TD
    [all...]
  /external/chromium_org/printing/
page_setup_unittest.cc 25 margins.right = rand() % kMax;
51 effective_margins.right = std::max(margins.right,
53 printable_area.right());
59 page_size.width() - effective_margins.right -
94 EXPECT_EQ(effective_margins.right, setup.effective_margins().right) << seed <<
109 margins.right = 4;
128 effective_margins.right = 4;
159 EXPECT_EQ(effective_margins.right, setup.effective_margins().right) <
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.c 77 it->nil->right = it->nil;
83 it->root->right = it->nil;
130 y=x->right;
131 x->right=y->left;
145 x->parent->right=y;
149 x->maxHigh=ITMax(x->left->maxHigh,ITMax(x->right->maxHigh,x->high));
150 y->maxHigh=ITMax(x->maxHigh,ITMax(y->right->maxHigh,y->high));
196 y->left=x->right;
198 if (it->nil != x->right)
199 x->right->parent=y; /*used to use sentinel here *
    [all...]
  /external/chromium_org/cc/resources/
layer_tiling_data.cc 73 int* right,
83 *right = tiling_data_.TileXIndexFromSrcCoord(content_rect.right() - 1);
99 int left, top, right, bottom; local
100 ContentRectToTileIndices(content_rect, &left, &top, &right, &bottom);
102 for (int i = left; i <= right; ++i) {
124 int left, top, right, bottom; local
125 ContentRectToTileIndices(tiling_rect, &left, &top, &right, &bottom);
128 if (it->first.first > right || it->first.second > bottom)
  /external/chromium_org/third_party/skia/experimental/Intersection/
ActiveEdge_Test.cpp 70 UnitTest::ActiveEdge left, right; local
72 right.fWorkEdge.fEdge = &rightIn;
76 right.fAbove = leftRight[x][2];
77 right.fTangent = right.fBelow = leftRight[x][3];
78 SkASSERT(left < right);
79 SkASSERT(operator_less_than(left, right));
80 SkASSERT(!(right < left));
81 SkASSERT(!operator_less_than(right, left));
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_Utils.cpp 16 rcRet.right = FFL_MAX(rect1.right,rect2.right);
26 crRect.right + fSize,
36 crRect.right - fSize,
45 return (father.left <= son.left && father.right >= son.right &&
52 return (father.left <= son.x && father.right >= son.x &&
58 return (father.left <= x && father.right >= x &&
  /external/skia/experimental/Intersection/
ActiveEdge_Test.cpp 70 UnitTest::ActiveEdge left, right; local
72 right.fWorkEdge.fEdge = &rightIn;
76 right.fAbove = leftRight[x][2];
77 right.fTangent = right.fBelow = leftRight[x][3];
78 SkASSERT(left < right);
79 SkASSERT(operator_less_than(left, right));
80 SkASSERT(!(right < left));
81 SkASSERT(!operator_less_than(right, left));
  /external/tinyxml/docs/
doxygen.css 41 margin-right: 15px;
92 margin-right: 8px;
94 padding-right: 6px;
117 margin-right: 20px;
123 padding-right : 10px;
128 margin-right : 0px;
136 padding-right : 10px;
141 margin-right : 0px;
172 border-right: 1px none #E0E0E0;
183 border-right: 1px none #E0E0E0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
PathTraversalState.cpp 58 void split(QuadraticBezier& left, QuadraticBezier& right) const
61 right.control = midPoint(control, end);
63 FloatPoint leftControlToRightControl = midPoint(left.control, right.control);
65 right.start = leftControlToRightControl;
68 right.end = end;
70 left.splitDepth = right.splitDepth = splitDepth + 1;
100 void split(CubicBezier& left, CubicBezier& right) const
108 right.control2 = midPoint(control2, end);
109 right.control1 = midPoint(right.control2, startToControl1)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimateableViewBounds.java 61 mSourceView.getWidth() - Math.max(mClipRect.right, mOutlineClipRect.right),
103 /** Animates the right clip. */
104 void animateClipRight(int right, int duration) {
109 mClipRightAnimator = ObjectAnimator.ofInt(this, "clipRight", right);
115 /** Sets the right clip. */
116 public void setClipRight(int right) {
117 if (right != mClipRect.right) {
118 mClipRect.right = right
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 46 left = top = right = bottom = 0.0f;
50 FX_FLOAT right,FX_FLOAT bottom)
54 this->right = right;
62 this->right = rect.right;
68 left = top = right = bottom = 0.0f;
75 this->right = rect.right;
93 return this->right - this->left;
    [all...]
  /development/samples/ApiDemos/res/layout/
table_layout_11.xml 29 android:gravity="right"
41 android:gravity="right"
56 android:gravity="right"
77 <!-- Aligns the content of the cell to the bottom right -->
81 android:layout_gravity="right|bottom"
86 android:gravity="right"
  /device/asus/fugu/libaudio/
alsa_utils.h 80 kSA_FLFR = (1 << 0), // Front Left/Right
83 kSA_RLRR = (1 << 3), // Rear Left/Right
85 kSA_FLCFRC = (1 << 5), // Front Left/Right Center
86 kSA_RLCRRC = (1 << 6), // Rear Left/Right Center
87 kSA_FLWFRW = (1 << 7), // Front Left/Right Wide
88 kSA_FLHFRH = (1 << 8), // Front Left/Right High
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Bool.java 38 * @param right non-null reference to the evaluated right operand.
44 public XObject operate(XObject right) throws javax.xml.transform.TransformerException
47 if (XObject.CLASS_BOOLEAN == right.getType())
48 return right;
50 return right.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
Number.java 38 * @param right non-null reference to the evaluated right operand.
44 public XObject operate(XObject right) throws javax.xml.transform.TransformerException
47 if (XObject.CLASS_NUMBER == right.getType())
48 return right;
50 return new XNumber(right.num());
  /external/chromium_org/chrome/browser/resources/user_manager/
control_bar.css 17 right: 0;
30 background-position: right center;
34 background-position: right center;
47 border-right: 1px solid #e2e2e2;
48 margin-right: 10px;
73 right: 16px;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
feed.css 27 margin-right: 140px;
71 margin-right: 125px;
79 padding-right: 10px;
81 text-align: right;
91 padding-right: 5px;
97 float: right;
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/
ppp_8h.html 22 <tr><td class="memItemLeft" align="right" valign="top">typedef int32_t(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___typedefs.html#gae33224cdac15cf8596127fe7b5f08325">PP_InitializeModule_Func</a> )(<a class="el" href="group___typedefs.html#gab780dd451cd7f51284cb752edd88f9a0">PP_Module</a> module, <a class="el" href="group___typedefs.html#ga68ad7c927b86e0c29d890603edd33154">PPB_GetInterface</a> get_browser_interface)</td></tr>
23 <tr><td class="memItemLeft" align="right" valign="top">typedef void(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___typedefs.html#gad2b49167bcbf6c2c895ffb1a61bc720c">PP_ShutdownModule_Func</a> )(void)</td></tr>
24 <tr><td class="memItemLeft" align="right" valign="top">typedef const void *(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___typedefs.html#ga893cfdc559fdf7ae3004816357c3d7e9">PP_GetInterface_Func</a> )(const char *interface_name)</td></tr>
27 <tr><td class="memItemLeft" align="right" valign="top">int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___functions.html#ga2fc7b396531c19417d8d7171d56da8b6">PPP_InitializeModule</a> (<a class="el" href="group___typedefs.html#gab780dd451cd7f51284cb752edd88f9a0">PP_Module</a> module, <a class="el" href="group___typedefs.html#ga68ad7c927b86e0c29d890603edd33154">PPB_GetInterface</a> get_browser_interface)</td></tr>
28 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___functions.html#gaa3021aba7ddc17a8cecb4bc4f8374e98">PPP_ShutdownModule</a> (void)</td></tr>
29 <tr><td class="memItemLeft" align="right" valign="top">const void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___functions.html#ga4127b148b2bd0f3bc2c078dd38cbe4cf">PPP_GetInterface</a> (const char *interface_name)</td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/
ppp_8h.html 22 <tr><td class="memItemLeft" align="right" valign="top">typedef int32_t(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___typedefs.html#gae33224cdac15cf8596127fe7b5f08325">PP_InitializeModule_Func</a> )(<a class="el" href="group___typedefs.html#gab780dd451cd7f51284cb752edd88f9a0">PP_Module</a> module, <a class="el" href="group___typedefs.html#ga68ad7c927b86e0c29d890603edd33154">PPB_GetInterface</a> get_browser_interface)</td></tr>
23 <tr><td class="memItemLeft" align="right" valign="top">typedef void(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___typedefs.html#gad2b49167bcbf6c2c895ffb1a61bc720c">PP_ShutdownModule_Func</a> )(void)</td></tr>
24 <tr><td class="memItemLeft" align="right" valign="top">typedef const void *(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___typedefs.html#ga893cfdc559fdf7ae3004816357c3d7e9">PP_GetInterface_Func</a> )(const char *interface_name)</td></tr>
27 <tr><td class="memItemLeft" align="right" valign="top">int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___functions.html#ga2fc7b396531c19417d8d7171d56da8b6">PPP_InitializeModule</a> (<a class="el" href="group___typedefs.html#gab780dd451cd7f51284cb752edd88f9a0">PP_Module</a> module, <a class="el" href="group___typedefs.html#ga68ad7c927b86e0c29d890603edd33154">PPB_GetInterface</a> get_browser_interface)</td></tr>
28 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___functions.html#gaa3021aba7ddc17a8cecb4bc4f8374e98">PPP_ShutdownModule</a> (void)</td></tr>
29 <tr><td class="memItemLeft" align="right" valign="top">const void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___functions.html#ga4127b148b2bd0f3bc2c078dd38cbe4cf">PPP_GetInterface</a> (const char *interface_name)</td></tr>

Completed in 804 milliseconds

<<11121314151617181920>>