HomeSort by relevance Sort by last modified time
    Searched refs:Evas (Results 1 - 25 of 33) sorted by null

1 2

  /external/webkit/Source/WebKit/efl/ewk/
EWebKit.h 26 * It includes the all header files that are exported to public API and Evas header.
42 #include <Evas.h>
ewk_util.h 29 #include <Evas.h>
32 Evas_Object* ewk_util_image_from_cairo_surface_add(Evas* canvas, cairo_surface_t* surface);
ewk_settings.h 27 #include <Evas.h>
49 EAPI Evas_Object *ewk_settings_icon_database_icon_object_add(const char *url, Evas *canvas);
ewk_tiled_model.h 27 #include <Evas.h>
30 EAPI Ewk_Tile *ewk_tile_new(Evas *evas, Evas_Coord w, Evas_Coord h, float zoom, Evas_Colorspace cspace);
ewk_tiled_matrix.h 27 #include <Evas.h>
40 EAPI Ewk_Tile *ewk_tile_matrix_tile_new(Ewk_Tile_Matrix *tm, Evas *evas, unsigned long col, unsigned int row, float zoom);
ewk_history.h 27 #include <Evas.h>
88 EAPI Evas_Object *ewk_history_item_icon_object_add(const Ewk_History_Item *item, Evas *canvas);
ewk_util.cpp 34 Evas_Object* ewk_util_image_from_cairo_surface_add(Evas* canvas, cairo_surface_t* surface)
92 ERR("evas' stride %d diverges from cairo's %d.",
ewk_tiled_backing_store.h 49 #include <Evas.h>
88 Evas_Object *image; /**< Evas Image, the tile to be rendered */
96 EAPI Evas_Object *ewk_tiled_backing_store_add(Evas *e);
ewk_main.cpp 37 #include <Evas.h>
93 CRITICAL("could not init evas.");
ewk_contextmenu.h 32 #include <Evas.h>
ewk_view_tiled.c 26 #include <Evas.h>
49 Evas_Object *bs = ewk_tiled_backing_store_add(sd->base.evas);
301 Evas_Object *ewk_view_tiled_add(Evas *e)
ewk_view.h 28 #include <Evas.h>
321 EAPI Evas_Object *ewk_view_single_add(Evas *e);
322 EAPI Evas_Object *ewk_view_tiled_add(Evas *e);
ewk_frame.h 25 #include <Evas.h>
ewk_settings.cpp 250 * (evas_object_image_filled_add()), saving some code to use it from Evas.
256 * @param canvas evas instance where to add resulting object
261 Evas_Object* ewk_settings_icon_database_icon_object_add(const char* url, Evas* canvas)
ewk_history.cpp 597 * (evas_object_image_filled_add()), saving some code to use it from Evas.
603 * @param canvas evas instance where to add resulting object.
608 Evas_Object* ewk_history_item_icon_object_add(const Ewk_History_Item* item, Evas* canvas)
  /external/webkit/Source/WebCore/platform/efl/
ScrollViewEfl.cpp 45 #include <Evas.h>
PlatformWheelEventEfl.cpp 36 #include <Evas.h>
WidgetEfl.cpp 46 #include <Evas.h>
130 Evas* m_evas;
233 m_data->m_cursorObject = edje_object_add(evas());
263 if (!evas())
324 Evas* Widget::evas() const function in class:WebCore::Widget
331 // FIXME EFL: XXX assume evas was created by ecore_evas
332 return static_cast<Ecore_Evas*>(evas_data_attach_get(evas()));
PlatformMouseEventEfl.cpp 35 #include <Evas.h>
ScrollbarEfl.cpp 38 #include <Evas.h>
101 object = edje_object_add(view->evas());
103 EINA_LOG_ERR("Could not create edje object for view=%p (evas=%p)",
104 view, view->evas());
CursorEfl.cpp 40 #include <Evas.h>
PlatformKeyboardEventEfl.cpp 39 #include <Evas.h>
  /external/webkit/Source/WebCore/platform/graphics/efl/
IntPointEfl.cpp 26 #include <Evas.h>
  /external/webkit/Source/WebCore/platform/
Widget.h 97 typedef struct _Evas Evas;
231 Evas* evas() const;
  /external/webkit/Tools/EWebLauncher/
main.c 39 #include <Evas.h>
107 ('e', "engine", "ecore-evas engine to use."),
109 ('E', "list-engines", "list ecore-evas engines.",
152 Evas *evas; member in struct:_ELauncher
469 on_mouse_down(void* data, Evas* e, Evas_Object* webview, void* event_info)
477 on_focus_out(void *data, Evas *e, Evas_Object *obj, void *event_info)
483 on_focus_in(void *data, Evas *e, Evas_Object *obj, void *event_info)
489 on_key_down(void *data, Evas *e, Evas_Object *obj, void *event_info)
617 on_browser_del(void *data, Evas *evas, Evas_Object *browser, void *event
    [all...]

Completed in 154 milliseconds

1 2