Searched refs:point (Results 151 - 175 of 2290) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/tests/
H A DPointTest.cpp28 SkPoint point; local
29 point.set(x, y);
30 SkScalar oldLength = point.length();
31 SkScalar returned = SkPoint::Normalize(&point);
32 SkScalar newLength = point.length();
41 SkPoint point; local
42 point.set(x, y);
43 SkScalar s1 = point.length();
54 // notices that I will generate an overflow... which is exactly the point
141 // Scale a (1,1) point t
[all...]
/external/chromium_org/ui/app_list/views/
H A Dpage_switcher.h27 // Returns the page index of the page switcher button under the point. If no
28 // page switcher button is under the point, -1 is return. |point| is in
30 int GetPageForPoint(const gfx::Point& point) const;
32 // Shows hover for button under the point. |point| is in PageSwitcher's
34 void UpdateUIForDragPoint(const gfx::Point& point);
/external/chromium_org/ui/message_center/views/
H A Dmessage_view_context_menu_controller.cc25 const gfx::Point& point,
40 gfx::Rect(point, gfx::Size()),
23 ShowContextMenuForView( views::View* source, const gfx::Point& point, ui::MenuSourceType source_type) argument
H A Dmessage_view_context_menu_controller.h24 const gfx::Point& point,
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_2.h31 // How the menu is aligned relative to the point it is shown at.
47 // Runs the menu at the specified point. This method blocks until done.
50 void RunMenuAt(const gfx::Point& point, Alignment alignment);
51 void RunContextMenuAt(const gfx::Point& point);
/external/chromium_org/ui/views/widget/
H A Dtooltip_manager_aura.h10 #include "ui/gfx/point.h"
46 View* GetViewUnderPoint(const gfx::Point& point);
48 const gfx::Point& point,
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.h77 float *point, float *normal);
79 float *point, float *normal);
/external/skia/tests/
H A DPointTest.cpp28 SkPoint point; local
29 point.set(x, y);
30 SkScalar oldLength = point.length();
31 SkScalar returned = SkPoint::Normalize(&point);
32 SkScalar newLength = point.length();
41 SkPoint point; local
42 point.set(x, y);
43 SkScalar s1 = point.length();
54 // notices that I will generate an overflow... which is exactly the point
141 // Scale a (1,1) point t
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dfpext_fail.stderr.exp3 Encountered an instruction that requires the floating point extension facility.
H A Dtest_sig.stdout.exp7 floating point is now: 1.000000 1.000000 1.000000 1.000000 1.000000
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Doct.c77 const EC_POINT *point,
93 if (EC_POINT_is_at_infinity(group, point)) {
131 if (!EC_POINT_get_affine_coordinates_GFp(group, point, x, y, ctx))
195 static int ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, argument
229 return EC_POINT_set_to_infinity(group, point);
261 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx))
277 if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx))
281 if (!EC_POINT_is_on_curve(group, point, ctx)) /* test required by X9.62 */
296 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, argument
304 if (group->meth != point
76 ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, uint8_t *buf, size_t len, BN_CTX *ctx) argument
315 EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, uint8_t *buf, size_t len, BN_CTX *ctx) argument
335 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
475 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_bezel_event_filter.h27 const gfx::Point& point) const;
/external/chromium_org/cc/test/
H A Dfake_picture_pile_impl.h37 void add_draw_bitmap(const SkBitmap& bitmap, const gfx::Point& point) { argument
38 client_.add_draw_bitmap(bitmap, point, default_paint_);
46 const gfx::Point& point,
48 client_.add_draw_bitmap(bitmap, point, paint);
45 add_draw_bitmap_with_paint(const SkBitmap& bitmap, const gfx::Point& point, const SkPaint& paint) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_view_delegate.h28 // The user has selected |point|, e.g. by hovering the mouse cursor. |point|
30 virtual void SetSelectionAtPoint(const gfx::Point& point) = 0;
H A Dtest_popup_controller_common.h24 const gfx::Point& point) const OVERRIDE;
/external/chromium_org/ppapi/proxy/
H A Dprinting_resource_unittest.cc37 return lhs.point.x == rhs.point.x &&
38 lhs.point.y == rhs.point.y &&
/external/chromium_org/ppapi/tests/
H A Dtest_printing.cc61 ASSERT_TRUE(g_print_settings.printable_area.point.x < 200);
62 ASSERT_TRUE(g_print_settings.printable_area.point.y < 200);
66 ASSERT_TRUE(g_print_settings.content_area.point.x < 200);
67 ASSERT_TRUE(g_print_settings.content_area.point.y < 200);
/external/chromium_org/rlz/win/lib/
H A Dmachine_deal.h24 static bool Get(AccessPoint point,
/external/icu/icu4c/source/layout/
H A DAnchorTables.cpp65 LEPoint point; local
67 if (! fontInstance->getGlyphPoint(glyphID, SWAPW(anchorPoint), point)) {
71 fontInstance->transformFunits(x, y, point);
75 fontInstance->pixelsToUnits(point, anchor);
/external/chromium_org/chrome/browser/rlz/
H A Drlz.cc269 // Prime the RLZ cache for the home page access point so that its avaiable
445 rlz_lib::AccessPoint point,
447 return GetInstance()->RecordProductEventImpl(product, point, event_id);
451 rlz_lib::AccessPoint point,
455 if (ScheduleRecordProductEvent(product, point, event_id))
458 bool ret = rlz_lib::RecordProductEvent(product, point, event_id);
463 ret &= rlz_lib::RecordProductEvent(product, point, event_id);
470 rlz_lib::AccessPoint point,
479 product, point, event_id),
485 void RLZTracker::RecordFirstSearch(rlz_lib::AccessPoint point) { argument
444 RecordProductEvent(rlz_lib::Product product, rlz_lib::AccessPoint point, rlz_lib::Event event_id) argument
450 RecordProductEventImpl(rlz_lib::Product product, rlz_lib::AccessPoint point, rlz_lib::Event event_id) argument
469 ScheduleRecordProductEvent(rlz_lib::Product product, rlz_lib::AccessPoint point, rlz_lib::Event event_id) argument
501 ScheduleRecordFirstSearch(rlz_lib::AccessPoint point) argument
513 GetAccessPointRecord(rlz_lib::AccessPoint point) argument
527 GetAccessPointHttpHeader(rlz_lib::AccessPoint point) argument
543 GetAccessPointRlz(rlz_lib::AccessPoint point, base::string16* rlz) argument
551 GetAccessPointRlzImpl(rlz_lib::AccessPoint point, base::string16* rlz) argument
582 ScheduleGetAccessPointRlz(rlz_lib::AccessPoint point) argument
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/
H A Durl_drop_target.h62 // at the given point (in that view's coordinates).
63 - (void)dropURLs:(NSArray*)urls inView:(NSView*)view at:(NSPoint)point;
65 // The given text was dropped in the given view at the given point (in that
67 - (void)dropText:(NSString*)text inView:(NSView*)view at:(NSPoint)point;
69 // Dragging is in progress over the owner view (at the given point, in view
72 - (void)indicateDropURLsInView:(NSView*)view at:(NSPoint)point;
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_frame_view.cc44 int MessageCenterFrameView::NonClientHitTest(const gfx::Point& point) { argument
47 if (!frame_bounds.Contains(point))
50 return GetWidget()->client_view()->NonClientHitTest(point);
/external/chromium_org/skia/ext/
H A Dskia_utils_win.cc30 POINT SkPointToPOINT(const SkPoint& point) { argument
32 SkScalarRoundToInt(point.fX), SkScalarRoundToInt(point.fY)
/external/chromium_org/third_party/skia/bench/
H A Dgen_bench_expectations.py78 for point in revision_data_points:
79 if (point.time_type or # Not walltime which has time_type ''
80 not point.config in CONFIGS_TO_INCLUDE):
84 if (bench_substr in point.bench and config_substr in point.config and
90 key = (point.config, point.bench)
95 if (data.bench == point.bench and data.config == point.config and
96 data.time_type == point
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_tree_host.cc21 #include "ui/gfx/point.h"
117 void WindowTreeHost::ConvertPointToNativeScreen(gfx::Point* point) const {
118 ConvertPointToHost(point);
120 point->Offset(location.x(), location.y());
123 void WindowTreeHost::ConvertPointFromNativeScreen(gfx::Point* point) const {
125 point->Offset(-location.x(), -location.y());
126 ConvertPointFromHost(point);
129 void WindowTreeHost::ConvertPointToHost(gfx::Point* point) const {
130 gfx::Point3F point_3f(*point);
132 *point
[all...]

Completed in 401 milliseconds

1234567891011>>