Searched defs:point (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/qt/
H A DPlatformTouchPointQt.cpp30 PlatformTouchPoint::PlatformTouchPoint(const QTouchEvent::TouchPoint& point) argument
33 m_id = static_cast<unsigned>(point.id());
34 switch (point.state()) {
40 m_screenPos = point.screenPos().toPoint();
41 m_pos = point.pos().toPoint();
/external/openssl/crypto/ec/
H A Dec_check.c64 EC_POINT *point = NULL; local
98 if ((point = EC_POINT_new(group)) == NULL) goto err;
106 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err;
107 if (!EC_POINT_is_at_infinity(group, point))
120 if (point)
121 EC_POINT_free(point);
H A Dec_oct.c71 int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, argument
80 if (group->meth != point->meth)
89 group, point, x, y_bit, ctx);
98 group, point, x, y_bit, ctx);
101 return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx);
105 int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, argument
114 if (group->meth != point->meth)
123 group, point, x, y_bit, ctx);
126 group, point, x, y_bit, ctx);
128 return group->meth->point_set_compressed_coordinates(group, point,
132 EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
167 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
[all...]
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8WebKitPointConstructor.cpp64 PassRefPtr<WebKitPoint> point = WebKitPoint::create(x, y); local
65 point->ref();
66 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, point.get());
/external/webkit/Source/WebCore/platform/graphics/brew/
H A DIntPointBrew.cpp33 IntPoint::IntPoint(const AEEPoint& point) argument
34 : m_x(point.x)
35 , m_y(point.y)
41 AEEPoint point; local
42 point.x = static_cast<int16>(m_x);
43 point.y = static_cast<int16>(m_y);
44 return point;
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFloatPointHaiku.cpp36 FloatPoint::FloatPoint(const BPoint& point) argument
37 : m_x(point.x)
38 , m_y(point.y)
H A DIntPointHaiku.cpp36 IntPoint::IntPoint(const BPoint& point) argument
37 : m_x(static_cast<int>(point.x))
38 , m_y(static_cast<int>(point.y))
/external/v8/test/cctest/
H A Dtest-fixed-dtoa.cc46 int point; local
48 CHECK(FastFixedDtoa(1.0, 1, buffer, &length, &point));
50 CHECK_EQ(1, point);
52 CHECK(FastFixedDtoa(1.0, 15, buffer, &length, &point));
54 CHECK_EQ(1, point);
56 CHECK(FastFixedDtoa(1.0, 0, buffer, &length, &point));
58 CHECK_EQ(1, point);
60 CHECK(FastFixedDtoa(0xFFFFFFFF, 5, buffer, &length, &point));
62 CHECK_EQ(10, point);
64 CHECK(FastFixedDtoa(4294967296.0, 5, buffer, &length, &point));
497 int point; local
[all...]
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DViewfinderResultPointCallback.java30 public void foundPossibleResultPoint(ResultPoint point) { argument
31 viewfinderView.addPossibleResultPoint(point);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DWTauNafMultiplier.java19 public ECPoint multiply(ECPoint point, BigInteger k, PreCompInfo preCompInfo) argument
21 if (!(point instanceof ECPoint.F2m))
27 ECPoint.F2m p = (ECPoint.F2m)point;
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_context_menu_gtk.cc43 void RenderViewContextMenuGtk::Popup(const gfx::Point& point) { argument
44 menu_gtk_->PopupAsContext(point, triggering_event_time_);
/external/chromium/chrome/browser/ui/views/
H A Dprofile_menu_model.cc25 void ProfileMenuModel::RunMenuAt(const gfx::Point& point) { argument
26 menu_->RunMenuAt(point, views::Menu2::ALIGN_TOPRIGHT);
/external/chromium/ui/gfx/
H A Dpoint.cc5 #include "ui/gfx/point.h"
22 Point::Point(DWORD point) { argument
23 POINTS points = MAKEPOINTS(point);
28 Point::Point(const POINT& point) : x_(point.x), y_(point.y) { argument
31 Point& Point::operator=(const POINT& point) { argument
32 x_ = point.x;
33 y_ = point.y;
44 Point::Point(const CGPoint& point) argument
[all...]
/external/openssh/
H A Dbufec.c39 * point type header.
47 * uncompressed point. Fortunately OpenSSL handles the gory details for us.
51 const EC_POINT *point)
61 len = EC_POINT_point2oct(curve, point, POINT_CONVERSION_UNCOMPRESSED,
64 error("%s: giant EC point: len = %lu (max %u)",
70 if (EC_POINT_point2oct(curve, point, POINT_CONVERSION_UNCOMPRESSED,
89 const EC_POINT *point)
91 if (buffer_put_ecpoint_ret(buffer, curve, point) == -1)
97 EC_POINT *point)
105 error("%s: invalid point", __func_
50 buffer_put_ecpoint_ret(Buffer *buffer, const EC_GROUP *curve, const EC_POINT *point) argument
88 buffer_put_ecpoint(Buffer *buffer, const EC_GROUP *curve, const EC_POINT *point) argument
96 buffer_get_ecpoint_ret(Buffer *buffer, const EC_GROUP *curve, EC_POINT *point) argument
139 buffer_get_ecpoint(Buffer *buffer, const EC_GROUP *curve, EC_POINT *point) argument
[all...]
/external/skia/tests/
H A DPointTest.cpp17 SkPoint point; local
18 point.set(x, y);
19 SkScalar s1 = point.length();
28 SkPoint point; local
29 point.set(x, y);
30 SkScalar oldLength = point.length();
31 SkScalar returned = SkPoint::Normalize(&point);
32 SkScalar newLength = point.length();
/external/v8/src/
H A Ddtoa.cc57 Vector<char> buffer, int* sign, int* length, int* point) {
72 *point = 1;
85 fast_worked = FastDtoa(v, FAST_DTOA_SHORTEST, 0, buffer, length, point);
88 fast_worked = FastFixedDtoa(v, requested_digits, buffer, length, point);
92 buffer, length, point);
102 BignumDtoa(v, bignum_mode, requested_digits, buffer, length, point);
56 DoubleToAscii(double v, DtoaMode mode, int requested_digits, Vector<char> buffer, int* sign, int* length, int* point) argument
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformTouchEventEfl.cpp44 void* point; local
46 EINA_LIST_FREE(points, point) {
47 Ewk_Touch_Point* p = static_cast<Ewk_Touch_Point*>(point);
/external/webkit/Source/WebCore/platform/win/
H A DPlatformMouseEventWin.cpp40 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)}; local
41 return point;
46 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)}; local
47 ClientToScreen(hWnd, &point);
48 return point;
/external/webkit/Source/WebCore/svg/
H A DSVGPointList.cpp41 const FloatPoint& point = at(i); local
42 builder.append(makeString(String::number(point.x()), ' ', String::number(point.y())));
/external/webkit/Source/WebKit/chromium/src/android/
H A DWebHitTestInfo.cpp69 WebPoint WebHitTestInfo::point() const function in class:WebKit::WebHitTestInfo
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebContextMenuProxyWin.cpp85 POINT point = POINT(origin); local
86 if (!::ClientToScreen(m_window, &point))
90 int selectedCommand = ::TrackPopupMenuEx(m_menu, flags, point.x, point.y, m_window, 0);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DEC5Util.java110 ECPoint point,
113 return convertPoint(convertCurve(ecSpec.getCurve()), point, withCompression);
118 ECPoint point,
121 return curve.createPoint(point.getAffineX(), point.getAffineY(), withCompression);
108 convertPoint( ECParameterSpec ecSpec, ECPoint point, boolean withCompression) argument
116 convertPoint( ECCurve curve, ECPoint point, boolean withCompression) argument
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_frame_view_chromeos.cc35 int BrowserFrameViewChromeos::NonClientHitTest(const gfx::Point& point) { argument
36 if (point.y() < kTopPad)
38 return OpaqueBrowserFrameView::NonClientHitTest(point);
48 const gfx::Point& point) {
49 if (point.y() < kTopPad) {
50 gfx::Point nc_point(point.x(), kTopPad);
55 return OpaqueBrowserFrameView::GetEventHandlerForPoint(point);
47 GetEventHandlerForPoint( const gfx::Point& point) argument
/external/chromium/chrome/browser/ui/views/frame/
H A Dpopup_non_client_frame_view.cc7 #include "ui/gfx/point.h"
32 int PopupNonClientFrameView::NonClientHitTest(const gfx::Point& point) { argument
33 return bounds().Contains(point) ? HTCLIENT : HTNOWHERE;
/external/icu4c/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);

Completed in 1367 milliseconds

1234567891011>>