Searched refs:gdouble (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dvarargs.c5 typedef double gdouble; typedef
9 mfloat = __builtin_va_arg((pa), gdouble);
/external/webkit/Source/WebCore/platform/gtk/
H A DGtkVersioning.h106 void gtk_adjustment_configure(GtkAdjustment* adjustment, gdouble value, gdouble lower, gdouble upper,
107 gdouble stepIncrement, gdouble pageIncrement, gdouble pageSize);
109 void gtk_adjustment_set_value(GtkAdjustment* adjusment, gdouble value);
H A DGtkVersioning.c26 void gtk_adjustment_set_value(GtkAdjustment* adjusment, gdouble value)
32 void gtk_adjustment_configure(GtkAdjustment* adjustment, gdouble value, gdouble lower, gdouble upper,
33 gdouble stepIncrement, gdouble pageIncrement, gdouble pageSize)
H A DScrollbarThemeGtk3.cpp159 gdouble angle;
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_custom_menu_item.h106 gdouble x, gdouble y);
H A Dgtk_chrome_button.h57 gdouble state);
H A Dgtk_chrome_button.cc35 gdouble hover_state;
164 gdouble state) {
H A Dcustom_button.h51 gboolean OnExpose(GtkWidget* widget, GdkEventExpose* e, gdouble hover_state);
H A Dgtk_custom_menu_item.cc368 gdouble x, gdouble y) {
H A Dcustom_button.cc72 gdouble hover_state) {
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebinspector.h68 webkit_web_inspector_inspect_coordinates(WebKitWebInspector* web_inspector, gdouble x, gdouble y);
H A Dwebkitdownload.h100 WEBKIT_API gdouble
103 WEBKIT_API gdouble
H A Dwebkitwebhistoryitem.h82 WEBKIT_API gdouble
H A Dwebkitdownload.cpp800 * Returns: a #gdouble ranging from 0.0 to 1.0.
804 gdouble webkit_download_get_progress(WebKitDownload* download)
812 gdouble total_size = static_cast<gdouble>(webkit_download_get_total_size(download));
817 return ((gdouble)priv->currentSize) / total_size;
828 * Returns: seconds since the download was started, as a #gdouble
832 gdouble webkit_download_get_elapsed_time(WebKitDownload* download)
876 static gdouble lastProgress = 0;
877 static gdouble lastElapsed = 0;
878 gdouble currentElapse
[all...]
H A Dwebkitglobals.cpp119 gdouble deadDecodedDataDeletionInterval;
H A Dwebkitwebinspector.cpp538 void webkit_web_inspector_inspect_coordinates(WebKitWebInspector* webInspector, gdouble x, gdouble y)
H A Dwebkitwebview.h371 WEBKIT_API gdouble
H A Dwebkitwebhistoryitem.cpp422 gdouble webkit_web_history_item_get_last_visited_time(WebKitWebHistoryItem* webHistoryItem)
/external/webkit/Source/JavaScriptCore/wtf/gobject/
H A DGTypedefs.h27 typedef double gdouble; typedef
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_gtk.cc38 const gdouble kTransparentAlpha = (200.0f / 255.0f);
39 const gdouble kOpaqueAlpha = 1.0f;
H A Dtab_gtk.cc281 gdouble new_x;
282 gdouble new_y;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFullscreenVideoController.cpp121 static void volumeValueChanged(GtkScaleButton *button, gdouble value, FullscreenVideoController* controller)
508 gdouble value = 0.0;
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DGStreamerGWorld.cpp147 gdouble rate;
/external/webkit/Tools/GtkLauncher/
H A Dmain.c45 gdouble loadProgress = webkit_web_view_get_progress(webView) * 100;
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebViewWidget.cpp281 gdouble x, y;

Completed in 1030 milliseconds

12