HomeSort by relevance Sort by last modified time
    Searched refs:Point (Results 276 - 300 of 575) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macmouse.c 117 Point where;
  /external/stlport/test/unit/
deque_test.cpp 232 struct Point {
236 struct PointEx : public Point {
238 PointEx(const Point&) : builtFromBase(true) {}
265 deque<Point> d1(1);
  /ndk/tests/device/test-gnustl-full/unit/
deque_test.cpp 232 struct Point {
236 struct PointEx : public Point {
238 PointEx(const Point&) : builtFromBase(true) {}
265 deque<Point> d1(1);
  /ndk/tests/device/test-stlport/unit/
deque_test.cpp 232 struct Point {
236 struct PointEx : public Point {
238 PointEx(const Point&) : builtFromBase(true) {}
265 deque<Point> d1(1);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanelTrack.java 24 import android.graphics.Point;
43 private Point mTouchPoint;
226 mTouchPoint = new Point();
344 public Point getTouchPoint() {
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 24 import android.graphics.Point;
123 final Point globalOffset = new Point();
160 // Set the pivot point for SCALE_X and SCALE_Y transformations to the top-left corner of
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 83 gfx::Point origin(screen_bounds.origin());
126 // Get the top left point of this button in screen coordinates.
127 gfx::Point menu_origin;
147 void PageActionImageView::ShowContextMenu(const gfx::Point& p,
  /external/skia/legacy/src/animator/
SkMatrixParts.cpp 39 SK_MEMBER(center, Point),
60 SK_MEMBER(center, Point),
82 SK_MEMBER(center, Point),
  /external/skia/src/animator/
SkMatrixParts.cpp 39 SK_MEMBER(center, Point),
60 SK_MEMBER(center, Point),
82 SK_MEMBER(center, Point),
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 23 import android.graphics.Point;
284 final Point size = new Point();
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 21 import android.graphics.Point;
275 private Point mGlobalVisibleOffset = new Point();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
ParametricEditor.java 20 import android.graphics.Point;
133 Point size = new Point();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
CompletionProposal.java 41 import org.eclipse.swt.graphics.Point;
106 public Point getSelection(IDocument document) {
107 return new Point(mReplacementOffset + mCursorPosition, 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ActivityMenuListener.java 32 import org.eclipse.swt.graphics.Point;
135 Point location = new Point(bounds.x, bounds.y + bounds.height);
DeviceMenuListener.java 37 import org.eclipse.swt.graphics.Point;
193 Point location = new Point(bounds.x, bounds.y + bounds.height);
OrientationMenuAction.java 31 import org.eclipse.swt.graphics.Point;
89 Point location = new Point(bounds.x, bounds.y + bounds.height);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltipManager.java 26 import org.eclipse.swt.graphics.Point;
128 Point size = mTip.computeSize(SWT.DEFAULT, SWT.DEFAULT);
129 Point pos = mCanvas.toDisplay(rect.x, rect.y + rect.height);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
FlagXmlPropertyDialog.java 33 import org.eclipse.swt.graphics.Point;
128 protected Point getDefaultSize() {
129 return new Point(450, 400);
  /external/opencv/cvaux/src/
cvlee.cpp 565 Description : Compute the bisector of point and site
568 pNode : in, point
581 Description : Compute the bisector of point and site
584 pNode : in, point
630 Description : Compute the bisector of segment and point. Since
631 it is parabola, it is defined by its focus (site - point)
634 pFocus : in, point, which defines the focus of parabola
649 Description : Compute the bisector of segment and point. Since
650 it is parabola, it is defined by its focus (site - point)
653 pFocus : in, point, which defines the focus of parabol
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_win.cc 48 static void MoveMouse(const POINT& point) {
49 SetCursorPos(point.x, point.y);
54 PostMessage(NULL, WM_MOUSEMOVE, 0, MAKELPARAM(point.x, point.y));
62 gfx::Point cursor_point(pos);
63 DCHECK_EQ(point.x, cursor_point.x());
64 DCHECK_EQ(point.y, cursor_point.y());
81 const gfx::Point& point
    [all...]
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 336 balloon_->SetPosition(gfx::Point(pos_x, pos_y), false);
350 gfx::Point BalloonViewImpl::GetContentsOffset() const {
351 return gfx::Point(kLeftShadowWidth + kLeftMargin,
376 gfx::Point offset = GetContentsOffset();
437 gfx::Point offset = GetContentsOffset();
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.cc 69 gfx::Point screen_loc;
77 // at this point.
92 int id, const gfx::Point& screen_loc) {
209 const gfx::Point& p,
253 const gfx::Point& screen_point,
259 gfx::Point bookmark_bar_loc(screen_point);
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 99 POINT cursor_point = {GET_X_LPARAM(pos), GET_Y_LPARAM(pos)};
273 void BaseTabStrip::ShowContextMenuForTab(BaseTab* tab, const gfx::Point& p) {
341 drag_controller_->Init(this, tab, tabs, gfx::Point(x, y),
369 const gfx::Point& tab_in_tab_coordinates) {
370 gfx::Point local_point = tab_in_tab_coordinates;
530 BaseTab* BaseTabStrip::GetTabAtLocal(const gfx::Point& local_point) {
533 return NULL; // No tab contains the point.
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 20 import java.awt.Point;
56 public void addLayer(String name, BufferedImage image, Point offset) {
60 public void addLayer(String name, BufferedImage image, Point offset, boolean visible) {
247 void addLayer(String name, BufferedImage image, Point offset, boolean visible) {
316 Layer(String name, BufferedImage image, Point offset, boolean visible) {
  /packages/apps/Camera/src/com/android/camera/ui/
PieRenderer.java 27 import android.graphics.Point;
75 private Point mCenter;
106 private Point mPoint1;
107 private Point mPoint2;
116 private Point mDown;
162 mCenter = new Point(0,0);
177 mPoint1 = new Point();
178 mPoint2 = new Point();
186 mDown = new Point();
327 private Path makeSlice(float start, float end, int outer, int inner, Point center)
    [all...]

Completed in 1207 milliseconds

<<11121314151617181920>>