Searched refs:bounds (Results 1 – 5 of 5) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | PathEffects.java | 75 RectF bounds = new RectF(); in onDraw() local 76 mPath.computeBounds(bounds, false); in onDraw() 77 canvas.translate(10 - bounds.left, 10 - bounds.top); in onDraw()
|
D | MeasureText.java | 71 Rect bounds = new Rect(); in showText() local 76 mPaint.getTextBounds(text, 0, text.length(), bounds); in showText() 79 canvas.drawRect(bounds, mPaint); in showText()
|
/development/samples/BrowserPlugin/jni/paint/ |
D | PaintPlugin.cpp | 452 ANPRectF bounds; in paintTouch() local 453 gPathI.getBounds(m_touchPath, &bounds); in paintTouch() 456 ANPCanvas* canvas = getCanvas(&bounds); in paintTouch()
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
D | AccessibilityNodeProviderActivity.java | 336 public VirtualView(int id, Rect bounds, int color, String text) { in VirtualView() argument 339 mBounds = bounds; in VirtualView()
|
/development/ndk/platforms/android-3/include/linux/ |
D | videodev2.h | 352 struct v4l2_rect bounds; member
|