/external/pixman/test/ |
composite-traps-test.c | 182 t->right.p1.x = t->left.p1.x + random_fixed (MAX_DST_WIDTH); 183 t->right.p1.y = t->top - random_fixed (50); 184 t->right.p2.x = t->left.p2.x + random_fixed (MAX_DST_WIDTH); 185 t->right.p2.y = t->bottom - random_fixed (50);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/ |
SDL_dcaudio.c | 112 uint32 *right = (uint32*)(rightpos+SPU_RAM_BASE); local 125 g2_write_32(right++,rval); 134 uint32 *right = (uint32*)(rightpos+SPU_RAM_BASE); local 143 g2_write_32(right++,rval);
|
/external/skia/gm/ |
imageblurtiled.cpp | 41 for (SkScalar x = bounds.left(); x < bounds.right(); x += tile_size) {
|
/external/skia/include/views/ |
SkTextBox.h | 51 void setBox(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom);
|
/external/skia/src/gpu/gl/ |
GrGLNameAllocator.cpp | 124 * AVL tree with non-null, non-adjacent left and right children. 128 SparseNameTree(SparseNameRange* left, SparseNameRange* right) 130 fRight(right) { 231 // Ensure we are in the 'Left Left' or 'Right Right' case: 260 SkASSERT(fLeft->end() < fRight->first()); // There must be a gap between left and right. 323 SparseNameRange* right = this->takeRef(); variable 325 return SkNEW_ARGS(SparseNameTree, (left, right));
|
/external/skia/tests/ |
PathOpsCubicLineIntersectionTest.cpp | 106 double right = line[1].fX; local 107 flipped = left > right; 109 SkTSwap<double>(left, right); 111 result = intersections.horizontal(cubic, left, right, line[0].fY, flipped);
|
/frameworks/av/media/img_utils/include/img_utils/ |
DngUtils.h | 96 uint32_t right,
|
/frameworks/av/services/audioflinger/ |
AudioResamplerCubic.h | 62 state left, right; member in class:android::AudioResamplerCubic
|
AudioResamplerSinc.h | 47 virtual void setVolume(float left, float right);
|
/frameworks/base/core/java/android/util/ |
DayOfMonthCursor.java | 26 * <li>Provides methods to move the cursor up / down / left / right.</li> 161 * Move right one box, potentially flipping to the next month. 165 public boolean right() { method in class:DayOfMonthCursor
|
/frameworks/base/core/java/android/view/ |
HardwareCanvas.java | 114 CanvasProperty<Float> right, CanvasProperty<Float> bottom,
|
/frameworks/base/services/core/java/com/android/server/wm/ |
DisplaySettings.java | 74 outRect.right = entry.overscanRight; 81 public void setOverscanLocked(String name, int left, int top, int right, int bottom) { 82 if (left == 0 && top == 0 && right == 0 && bottom == 0) { 83 // Right now all we are storing is overscan; if there is no overscan, 95 entry.overscanRight = right;
|
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
TestWallpaper.java | 209 width-mMainInsets.right, height-mMainInsets.bottom, paint); 213 width - mStableInsets.right, height - mStableInsets.bottom, 238 + ") - (" + mStableInsets.right + ", " + mStableInsets.bottom + ")", 242 + ") - (" + mMainInsets.right + ", " + mMainInsets.bottom + ")",
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ListViewCompat.java | 84 mSelectionRightPadding = padding.right; 204 selectorRect.right += mSelectionRightPadding; 363 public void setHotspotBounds(int left, int top, int right, int bottom) { 365 super.setHotspotBounds(left, top, right, bottom);
|
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/ |
CardViewEclairMr1.java | 61 bounds.right - cornerRadius + 1f, bounds.top + cornerRadius, 64 bounds.bottom - cornerRadius + 1f, bounds.right - cornerRadius + 1f, 69 bounds.right, bounds.bottom - cornerRadius + 1f, paint); 97 shadowPadding.right, shadowPadding.bottom);
|
/hardware/libhardware/tests/hwc/ |
test-arrows.c | 79 int right = (w / 4) * 3; local 86 vtx[4] = right; 89 vtx[6] = right; 91 vtx[8] = right;
|
/packages/apps/Browser/src/com/android/browser/ |
TabScrollView.java | 85 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 86 super.onLayout(changed, left, top, right, bottom); 154 // need scrolling to right 233 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 234 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Calendar/src/com/android/calendar/ |
DayOfMonthCursor.java | 28 * <li>Provides methods to move the cursor up / down / left / right.</li> 163 * Move right one box, potentially flipping to the next month. 167 public boolean right() { method in class:DayOfMonthCursor
|
DayOfMonthDrawable.java | 54 canvas.drawText(mDayOfMonth, bounds.right / 2, ((float) bounds.bottom + textHeight + 1) / 2,
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Pyramid.h | 47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
AutoFocusHelper.java | 149 meteringRegion.left = CameraUtil.clamp(meteringRegion.left, cropRegion.left, cropRegion.right); 151 meteringRegion.right = CameraUtil.clamp(meteringRegion.right, cropRegion.left, cropRegion.right); 162 * (0, 0) top left and (1, 1) bottom right. Rotation has no effect. 178 * (0, 0) top left and (1, 1) bottom right. Rotation has no effect. 194 * (0, 0) top left and (1, 1) bottom right. Rotation has no effect.
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
GridLines.java | 58 mDrawBounds.right, mDrawBounds.top + y, mPaint);
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
Cling.java | 38 public void onLayoutChange(View v, int left, int top, int right, int bottom,
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
TimeBar.java | 117 mPlayedBar.right = 120 mPlayedBar.right = mProgressBar.left; 124 mScrubberLeft = mPlayedBar.right - mScrubber.getWidth() / 2; 162 int max = mProgressBar.right - half;
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
Face.java | 39 mPosition.right = Integer.parseInt(tokenizer.nextToken());
|