Searched refs:point (Results 126 - 150 of 1574) sorted by relevance

1234567891011>>

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPath.java35 Point point = new Point(x, y, LINE_TO);
36 points.add(point);
41 quadDescription = "Add a quadratic bezier from last point, approaching (" + x1 + "," + y1 + "), " +
87 Point point = (Point) o;
89 if (Float.compare(point.x, x) != 0) return false;
90 if (Float.compare(point.y, y) != 0) return false;
91 if (type != point.type) return false;
/external/skia/bench/
H A Dgen_bench_ranges.py135 for point in bench_util.parse('', contents.getvalue().split('\n'),
137 if point.config in CONFIGS_TO_FILTER:
140 key = '%s_%s_%s,%s-%s' % (point.bench, point.config, point.time_type,
144 expectation_dic[key] = point.time
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dinput_event.cc17 #include "ppapi/cpp/point.h"
219 pp::TouchPoint point = local
221 stream << " x[" << point.id() << "]:" << point.position().x()
222 << " y[" << point.id() << "]:" << point.position().y()
223 << " radii_x[" << point.id() << "]:" << point.radii().x()
224 << " radii_y[" << point.id() << "]:" << point
[all...]
/external/chromium_org/third_party/libxml/src/
H A DgenUnicode.py112 point = string.strip(fields[0]) variable
114 while point != '':
116 if point[0] >= '0' and point[0] <= '9':
117 value = value + ord(point[0]) - ord('0')
118 elif point[0] >= 'A' and point[0] <= 'F':
119 value = value + 10 + ord(point[0]) - ord('A')
120 elif point[0] >= 'a' and point[
122 point = point[1:] variable
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec_lib.c727 void EC_POINT_free(EC_POINT *point) argument
729 if (!point) return;
731 if (point->meth->point_finish != 0)
732 point->meth->point_finish(point);
733 OPENSSL_free(point);
737 void EC_POINT_clear_free(EC_POINT *point) argument
739 if (!point) return;
741 if (point->meth->point_clear_finish != 0)
742 point
787 EC_POINT_method_of(const EC_POINT *point) argument
793 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
809 EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
826 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
843 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
860 EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
877 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
894 EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
959 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
975 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1007 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1060 EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) argument
[all...]
/external/chromium_org/tools/gyp/tools/emacs/
H A Dgyp.el94 (defun gyp-invalidate-parse-states-after (target-point)
95 "Erase any parse information after target-point."
96 (while (> (caar gyp-parse-history) target-point)
99 (defun gyp-parse-point ()
100 "The point of the last parse state added by gyp-parse-to."
104 "A list of section symbols holding at the last parse state point."
111 (defun gyp-add-parse-history (point sections)
114 (while (>= (caar gyp-parse-history) point)
116 (setq gyp-parse-history (cons (cons point sections) gyp-parse-history)))
118 (defun gyp-parse-to (target-point)
[all...]
/external/openssl/crypto/ec/
H A Dec_lib.c727 void EC_POINT_free(EC_POINT *point) argument
729 if (!point) return;
731 if (point->meth->point_finish != 0)
732 point->meth->point_finish(point);
733 OPENSSL_free(point);
737 void EC_POINT_clear_free(EC_POINT *point) argument
739 if (!point) return;
741 if (point->meth->point_clear_finish != 0)
742 point
787 EC_POINT_method_of(const EC_POINT *point) argument
793 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
809 EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
826 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
843 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
860 EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
877 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
894 EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
959 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
975 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1007 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1060 EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) argument
[all...]
/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/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/chromium_org/ash/magnifier/
H A Dmagnification_controller.h11 #include "ui/gfx/point.h"
39 // Set the top-left point of the magnification window.
41 virtual void MoveWindow(const gfx::Point& point, bool animate) = 0;
42 // Returns the current top-left point of the magnification window.
45 // Ensures that the given point/rect is inside the magnification window. If
46 // not, the controller moves the window to contain the given point/rect.
48 virtual void EnsurePointIsVisible(const gfx::Point& point, bool animate) = 0;
/external/chromium_org/cc/test/
H A Dfake_content_layer_client.cc38 canvas->drawBitmap(it->bitmap, it->point.x(), it->point.y(), &it->paint);
/external/chromium_org/chrome/browser/ui/cocoa/browser/
H A Dprofile_chooser_controller.h27 - (id)initWithBrowser:(Browser*)browser anchoredAt:(NSPoint)point;
58 - (id)initWithBrowser:(Browser*)browser anchoredAt:(NSPoint)point;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dpopup_non_client_frame_view.cc9 #include "ui/gfx/point.h"
27 int PopupNonClientFrameView::NonClientHitTest(const gfx::Point& point) { argument
28 return bounds().Contains(point) ? HTCLIENT : HTNOWHERE;
/external/chromium_org/content/renderer/pepper/
H A Dgfx_conversion.h11 #include "ui/gfx/point.h"
29 return gfx::Rect(r.point.x, r.point.y, r.size.width, r.size.height);
/external/chromium_org/ppapi/tests/
H A Dtest_pdf.cc9 #include "ppapi/cpp/point.h"
41 pp::Point point(i, j);
42 ASSERT_NE(*data.GetAddr32(point), 0);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8WebKitPointCustom.cpp57 RefPtr<DOMPoint> point = DOMPoint::create(x, y); local
59 V8DOMWrapper::associateObjectWithWrapper<V8WebKitPoint>(point.release(), &wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRenderedDocumentMarker.h43 bool contains(const LayoutPoint& point) const { return isRendered() && m_renderedRect.contains(point); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGEllipse.cpp116 bool RenderSVGEllipse::shapeDependentStrokeContains(const FloatPoint& point) argument
123 return RenderSVGShape::shapeDependentStrokeContains(point);
127 FloatPoint center = FloatPoint(m_center.x() - point.x(), m_center.y() - point.y());
129 // This works by checking if the point satisfies the ellipse equation,
141 bool RenderSVGEllipse::shapeDependentFillContains(const FloatPoint& point, const WindRule fillRule) const argument
144 return RenderSVGShape::shapeDependentFillContains(point, fillRule);
146 FloatPoint center = FloatPoint(m_center.x() - point.x(), m_center.y() - point.y());
148 // This works by checking if the point satisfie
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.h77 float *point, float *normal);
79 float *point, float *normal);
/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/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/chromium_org/ui/views/window/
H A Dnative_frame_view.cc45 int NativeFrameView::NonClientHitTest(const gfx::Point& point) { argument
46 return frame_->client_view()->NonClientHitTest(point);
/external/clang/tools/clang-format/
H A Dclang-format.el23 (min (line-beginning-position) (1- (point-max)))))
32 (clang-format (point-min) (point-max)))
38 (orig-point (point))
41 (call-process-region (point-min) (point-max) clang-format-binary t t nil
44 "-cursor" (number-to-string (1- (point)))
46 (goto-char (point-min))
49 (point
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.h77 float *point, float *normal);
79 float *point, float *normal);

Completed in 1066 milliseconds

1234567891011>>