Searched refs:point (Results 226 - 250 of 537) sorted by relevance

1234567891011>>

/external/openssl/crypto/ec/
H A Deck_prn.c153 const EC_POINT *point=NULL; local
228 if ((point = EC_GROUP_get0_generator(x)) == NULL)
242 if ((gen = EC_POINT_point2bn(x, point,
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm414 CGPoint point = [m_layer.get() position];
415 return FloatPoint3D(point.x, point.y, [m_layer.get() zPosition]);
428 CGPoint point = [m_layer.get() anchorPoint];
433 return FloatPoint3D(point.x, point.y, z);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.h541 until a new load starts, at which point it will be reset to 0. The value is an
557 @param point A point in the coordinates of the WebView
558 @result An element dictionary describing the point
560 - (NSDictionary *)elementAtPoint:(NSPoint)point;
594 @param point A point in the coordinates of the WebView
598 - (void)moveDragCaretToPoint:(NSPoint)point;
702 - (DOMRange *)editableDOMRangeForPoint:(NSPoint)point;
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility.h97 // Returns the deepest descendant that contains the specified point.
98 BrowserAccessibility* BrowserAccessibilityForPoint(const gfx::Point& point);
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.h114 void OnMouseMotion(const gfx::Point& point);
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_folder_controller.h229 - (BookmarkButton*)buttonForDroppingOnAtPoint:(NSPoint)point;
/external/chromium/chrome/browser/ui/gtk/
H A Dmenu_gtk.h16 #include "ui/gfx/point.h"
86 // |point| is the point where to put the menu.
88 void PopupAsContext(const gfx::Point& point, guint32 event_time);
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_gtk.h64 virtual void MaybeStartDrag(TabGtk* tab, const gfx::Point& point) = 0;
/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.h48 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE;
H A Dglass_browser_frame_view.h44 virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE;
/external/freetype/src/autofit/
H A Dafcjk.c351 /* now compute min or max point indices and coordinates */
371 /* Avoid single-point contours since they are never */
2039 AF_Point point = seg->first; local
2046 point->x = edge->pos;
2047 point->flags |= AF_FLAG_TOUCH_X;
2051 point->y = edge->pos;
2052 point->flags |= AF_FLAG_TOUCH_Y;
2055 if ( point == seg->last )
2058 point = point
2072 AF_Point point = seg->first; local
[all...]
/external/icu4c/layout/
H A DLEFontInstance.h64 * An instance of an <code>LEFontInstance</code> represents a font at a particular point
284 * point in the outline of the given glyph.
287 * @param pointNumber - the number of the point
288 * @param point - the point's X and Y pixel values will be stored here
290 * @return <code>TRUE</code> if the point coordinates could be stored.
294 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const = 0;
410 * This method transforms an X, Y point in font design units to a
428 * values in a 16.16 fixed point format to floating point
[all...]
/external/icu4c/samples/layout/
H A DGDIFontInstance.h95 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
H A DGnomeFontInstance.h90 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
/external/oprofile/events/mips/rm9000/
H A Devents6 event:0x02 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS_ISSUED : Floating-point instructions issued
26 event:0x17 counters:0,1 um:zero minimum:500 name:FP_POSSIBLE_EXCEPTION_CYCLES : Floating-point possible exception cycles
/external/quake/quake/src/QW/client/
H A Dbspfile.h111 float point[3]; member in struct:__anon8866
H A Dmathlib.h74 void RotatePointAroundVector( vec3_t dst, const vec3_t dir, const vec3_t point, float degrees );
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultUIDelegate.m205 - (NSUInteger)webView:(WebView *)webView dragSourceActionMaskForPoint:(NSPoint)point
210 - (void)webView:(WebView *)webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPasteboard:(NSPasteboard *)pasteboard
/external/freetype/src/raster/
H A Dftraster.c1048 /* x1 :: The x-coordinate of the segment's start point. */
1050 /* y1 :: The y-coordinate of the segment's start point. */
1052 /* x2 :: The x-coordinate of the segment's end point. */
1054 /* y2 :: The y-coordinate of the segment's end point. */
1187 /* x1 :: The x-coordinate of the segment's start point. */
1189 /* y1 :: The y-coordinate of the segment's start point. */
1191 /* x2 :: The x-coordinate of the segment's end point. */
1193 /* y2 :: The y-coordinate of the segment's end point. */
1419 /* x :: The x-coordinate of the segment's end point (its start point */
1797 FT_Vector* point; local
[all...]
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc91 void Run(const gfx::Point& point) { argument
103 menu_->RunMenuAt(point, alignment);
635 gfx::Point point = p; local
653 point.set_y(height());
655 point.set_x(drop_down_x_right_);
657 point.set_x(drop_down_x_left_);
660 views::View::ConvertPointToScreen(this, &point);
668 context_menu_->Run(point);
700 // WARNING: we are deleted at this point. Don't access 'this'.
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc169 bool TabStrip::IsPositionInWindowCaption(const gfx::Point& point) { argument
170 views::View* v = GetEventHandlerForPoint(point);
177 // Check to see if the point is within the non-button parts of the new tab
180 gfx::Point point_in_newtab_coords(point);
182 if (newtab_button_->bounds().Contains(point) &&
398 views::View* TabStrip::GetEventHandlerForPoint(const gfx::Point& point) { argument
401 views::View* v = View::GetEventHandlerForPoint(point);
411 if (next_tab && next_tab->IsActive() && IsPointInTab(next_tab, point))
414 if (IsPointInTab(tab, point))
746 // Mirror the center point i
[all...]
/external/libffi/
H A DLibffi.mk16 # point OS-specific issues started to creep in. In some cases there
/external/oprofile/events/mips/5K/
H A Devents30 event:0x5 counters:1 um:zero minimum:500 name:FP_INSNS_EXECED : Floating-point instructions executed
/external/stlport/test/eh/
H A Degcs.mak8 # point this to proper location
H A Dgcc7.mak8 # point this to proper location

Completed in 620 milliseconds

1234567891011>>