/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftpfr.h | 112 * right :: Index of the right glyph. 131 FT_UInt right,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/ |
serial.s | 3 # In the following examples, the right-subinstructions 6 trap r21 -> add r2, r0, r0 ; right instruction will never be executed.
|
/frameworks/base/libs/hwui/ |
OpenGLRenderer.cpp | 119 float left, float top, float right, float bottom, bool opaque) { 122 left, top, right, bottom, mLightCenter); 124 mTilingClip.set(left, top, right, bottom); 133 discardFramebuffer(mTilingClip.left, mTilingClip.top, mTilingClip.right, mTilingClip.bottom); 140 mTilingClip.right, mTilingClip.bottom, mOpaque); 144 float left, float top, float right, float bottom, bool opaque) { 146 setupFrameState(viewportWidth, viewportHeight, left, top, right, bottom, opaque); 160 void OpenGLRenderer::discardFramebuffer(float left, float top, float right, float bottom) { 165 left <= 0.0f && top <= 0.0f && right >= mState.getWidth() && bottom >= mState.getHeight()) { 174 void OpenGLRenderer::clear(float left, float top, float right, float bottom, bool opaque) 1519 float right = FLT_MIN; local 2391 float right = FLT_MIN; local [all...] |
/external/icu/icu4c/source/i18n/ |
tzrule.cpp | 23 compareDates(const void * /*context*/, const void *left, const void *right) { 25 UDate r = *((UDate*)right); 45 TimeZoneRule::operator=(const TimeZoneRule& right) { 46 if (this != &right) { 47 fName = right.fName; 48 fRawOffset = right.fRawOffset; 49 fDSTSavings = right.fDSTSavings; 114 InitialTimeZoneRule::operator=(const InitialTimeZoneRule& right) { 115 if (this != &right) { 116 TimeZoneRule::operator=(right); [all...] |
/external/opencv3/modules/calib3d/src/opencl/ |
stereobm.cl | 92 __global const uchar * left, * right; 95 right = rightptr + (idx - d); 103 costdiff += abs( left[0] - right[0] ); 105 right += cols; 113 costdiff += abs(left[i] - right[i]); 125 __global const uchar * left, * right; 128 right = rightptr + (idx - d); 131 uchar corrner1 = abs(left[0] - right[0]), 132 corrner2 = abs(left[WSZ] - right[WSZ]), 133 corrner3 = abs(left[idx2] - right[idx2]) [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...] |
/external/pdfium/fpdfsdk/src/ |
fpdf_transformpage.cpp | 17 float right, 23 pBoundingBoxArray->Add(new CPDF_Number(right)); 32 float* right, 41 *right = pArray->GetFloat(2); 51 float right, 57 SetBoundingBox(pPage, "MediaBox", left, bottom, right, top); 63 float right, 69 SetBoundingBox(pPage, "CropBox", left, bottom, right, top); 75 float* right, 78 return pPage && GetBoundingBox(pPage, "MediaBox", left, bottom, right, top) [all...] |
fpdf_flatten.cpp | 17 enum FPDF_VALUE { TOP, LEFT, RIGHT, BOTTOM }; 20 if (rect.left - rect.right > 0.000001f || rect.bottom - rect.top > 0.000001f) 23 if (rect.left == 0.0f && rect.top == 0.0f && rect.right == 0.0f && 29 rect.right - rcPage.right > 10.000001f || 54 rc.right = pPageObject->m_Right; 148 case RIGHT: { 150 pArray[i] = CPDF_Rect(array.GetAt(i)).right; 182 rcRet.right = GetMinMaxValue(*pRectArray, MAX, RIGHT); [all...] |
/external/v8/src/compiler/mips/ |
instruction-selector-mips.cc | 100 inputs[input_count++] = g.UseOperand(m.right().node(), opcode); 259 m.right().HasValue()) { 260 uint32_t mask = m.right().Value(); 270 if (mleft.right().HasValue()) { 272 uint32_t lsb = mleft.right().Value() & 0x1f; 288 if (m.right().HasValue()) { 289 uint32_t mask = m.right().Value(); 312 m.right().Is(-1)) { 314 if (!mleft.right().HasValue()) { 318 g.UseRegister(mleft.right().node())) 993 Node* right = node->InputAt(1); local 1295 Node* right = node->InputAt(1); local 1304 Node* right = node->InputAt(1); local [all...] |
/external/opencv3/modules/core/test/ |
test_countnonzero.cpp | 79 void print_information(int right, int result); 135 double left = -1.0, right = 1.0; local 142 rng.fill(src, RNG::UNIFORM, Scalar::all(left), Scalar::all(right)); 164 void CV_CountNonZeroTest::print_information(int right, int result) 181 cout << "True count non zero elements: " << right << " Result: " << result << endl; 202 int right = get_count_non_zero(), result = countNonZero(src); local 203 if (result != right) 207 print_information(right, result); 234 int right = get_count_non_zero(), result = countNonZero(src); local 235 if (right != result [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
BackgroundCollisionComponent.java | 144 final int right = left + mWidth; local 170 right, centerOffsetY, mHorizontalHitPoint, mHorizontalHitNormal, 181 right, centerOffsetY, mHorizontalHitPoint, mHorizontalHitNormal, 193 } else if (mCurrentPosition.x + right > level.getLevelWidth()) { 194 mCurrentPosition.x = (level.getLevelWidth() - right - 1); 251 float xEnd = right; 253 xStart = right; 276 mCurrentPosition.x = (mHorizontalHitPoint.x - right); 325 int left, int right, float centerY, Vector2 hitPoint, Vector2 hitNormal, 331 // Shoot a ray from the center of the previous frame's box to the edge (left or right, [all...] |
/libcore/ojluni/src/main/java/java/text/ |
DigitList.java | 62 * derived by placing all the digits of the list to the right of the 92 * the right of the decimal. 532 int right; local 540 for (right = MAX_COUNT - 1; digits[right] == '0'; --right) 542 count = right - left + 1; 581 int right; local 582 for (right = len - 1; right >= 0 && digits[right] == '0'; --right [all...] |
/external/valgrind/cachegrind/ |
cg_merge.c | 566 // Did we get the right number? 982 struct _AvlNode* right; member in struct:_AvlNode 1013 AvlNode* b = a->right; 1015 a->right = b->left; 1019 /* Swing to the right. Warning: no balance maintainance. */ 1025 a->left = b->right; 1026 b->right = a; 1035 root->right->balance = 1; 1039 root->right->balance = 0; 1043 root->right->balance = 0 [all...] |
/frameworks/base/core/java/android/view/ |
FocusFinder.java | 128 // make up a rect at top left or bottom right of root 277 * @param direction the direction (up, down, left, right) 375 return (srcRect.right > destRect.right || srcRect.left >= destRect.right) 378 return (srcRect.left < destRect.left || srcRect.right <= destRect.left) 379 && srcRect.right < destRect.right; 394 * @param direction the direction (up, down, left, right) 406 return (rect2.right >= rect1.left) && (rect2.left <= rect1.right) [all...] |
/art/compiler/optimizing/ |
instruction_simplifier_arm64.cc | 95 HInstruction* right; local 98 right = use->InputAt(1); 101 right = use->AsNeg()->InputAt(0); 102 left = GetGraph()->GetConstant(right->GetType(), 0); 104 DCHECK(left == bitfield_op || right == bitfield_op); 106 if (left == right) { 115 if (bitfield_op == right) { 119 other_input = right;
|
/build/tools/droiddoc/templates-sac/ |
footer.cs | 2 <style>.feedback { float: right !Important }</style>
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
LineGestureStrokeHelper.java | 68 Assert.assertEquals(LINE_MIDWAY_POINT, bounds.right); 82 Assert.assertEquals(LINE_END_POINT, bounds.right);
|
/cts/tests/tests/view/src/android/view/cts/ |
ActionModeCallback2Test.java | 44 assertEquals(VIEW_WIDTH, outRect.right); 55 assertEquals(0, outRect.right);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixStack.java | 42 public void glFrustumf(float left, float right, float bottom, float top, 44 Matrix.frustumM(mMatrix, mTop, left, right, bottom, top, near, far); 47 public void glFrustumx(int left, int right, int bottom, int top, int near, 49 glFrustumf(fixedToFloat(left),fixedToFloat(right), 102 public void glOrthof(float left, float right, float bottom, float top, 104 Matrix.orthoM(mMatrix, mTop, left, right, bottom, top, near, far); 107 public void glOrthox(int left, int right, int bottom, int top, int near, 109 glOrthof(fixedToFloat(left), fixedToFloat(right),
|
/external/avahi/man/ |
xmltoman.css | 22 p { margin-left:1cm; margin-right:1cm; }
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
common.css | 31 border-right: 1px solid #3366CC;
|
/external/chromium-trace/catapult/third_party/polymer/components/core-item/ |
core-item.css | 39 right: 0;
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
box-handler.js | 31 function mergeComponent(left, right) { 32 if (left == 'auto' || right == 'auto') { 34 var result = t ? left : right; 43 return scope.mergeDimensions(left, right);
|
/external/clang/www/ |
menu.css | 12 padding-right:4ex;
|
/external/compiler-rt/www/ |
menu.css | 13 padding-right:4ex;
|