Home
last modified time | relevance | path

Searched refs:bounds (Results 1 – 5 of 5) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPathEffects.java75 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()
DMeasureText.java71 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/
DPaintPlugin.cpp452 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/
DAccessibilityNodeProviderActivity.java336 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/
Dvideodev2.h352 struct v4l2_rect bounds; member