Searched defs:coords (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/geolocation/
H A DGeoposition.h49 Coordinates* coords() const { return m_coordinates.get(); } function in class:WebCore::Geoposition
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dscale.rb88 def coords(val=None) method in class:Tk
H A Dcanvastag.rb89 def coords(*args) method in class:TkcTagAccess
H A Dcanvas.rb183 def coords(tag, *args) method in class:Tk
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/vu/
H A Ddial.rb33 def coords(val = nil) method in class:Tk
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dscrolledcanvas.rb158 def coords(tag, *args) method in class:Tk
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tkHTML/
H A Dhtmlwidget.rb199 def coords(index=None, percent=None) method in class:Tk
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_imagemap.c133 static int pointinrect(const double point[2], double coords[MAXVERTS][2]) argument
158 pointincircle(const double point[2], double coords[MAXVERTS][2]) argument
203 is_closer(const double point[2], double coords[MAXVERTS][2], double *closest) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DWebKitAccessibleInterfaceText.cpp336 static IntRect textExtents(AtkText* text, gint startOffset, gint length, AtkCoordType coords) argument
1080 static void webkitAccessibleTextGetCharacterExtents(AtkText* text, gint offset, gint* x, gint* y, gint* width, gint* height, AtkCoordType coords) argument
1092 static void webkitAccessibleTextGetRangeExtents(AtkText* text, gint startOffset, gint endOffset, AtkCoordType coords, AtkTextRectangle* rect) argument
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkCanvSect.c48 double *coords; member in struct:SectionItem
1067 double *coords = sectPtr->coords; local
1114 SectionToPoint(Tk_Canvas canvas, Tk_Item *itemPtr, double *coords) argument
1165 double *coords = sectPtr->coords; local
1193 double *coords = sectPtr->coords; local
[all...]
H A DjkCanvWave.c1326 WaveToPoint(Tk_Canvas canvas, Tk_Item *itemPtr, double *coords) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DPublicDOMInterfaces.h338 @property (copy) NSString *coords; variable
375 @property (copy) NSString *coords; variable
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.cpp1338 POINT coords = { GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam) }; local
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c174 COORD_STRUCT coords[14]; /* Outline of subregion */ member in struct:__anon13197
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c1078 Tcl_Obj *coords[2]; local
1112 Tcl_SetListObj(Tcl_GetObjResult(interp), 2, coords); local
1145 Tcl_SetListObj(Tcl_GetObjResult(interp), 2, coords); local
2769 Tcl_Obj *coords[2]; local
2790 Tcl_SetListObj(Tcl_GetObjResult(interp), 2, coords); local
[all...]
H A DtkCanvas.c4013 double coords[2], halo; local
4496 double coords[2]; local
4707 CanvasFindClosest( TkCanvas *canvasPtr, double coords[2]) argument
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCanvas.c4138 double coords[2], halo; variable
4650 double coords[2]; local
[all...]
H A DtkPanedWindow.c1036 Tcl_Obj *coords[2]; local
1070 Tcl_SetListObj(Tcl_GetObjResult(interp), 2, coords); local
1104 Tcl_SetListObj(Tcl_GetObjResult(interp), 2, coords); local
2671 Tcl_Obj *coords[2]; local
2692 Tcl_SetListObj(Tcl_GetObjResult(interp), 2, coords); local
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSParser.cpp1982 Vector<int> coords; local

Completed in 405 milliseconds