HomeSort by relevance Sort by last modified time
    Searched refs:NativeRegion (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/ui/gfx/
path.h 36 // Creates a NativeRegion from the path. The caller is responsible for freeing
38 NativeRegion CreateNativeRegion() const;
42 static gfx::NativeRegion IntersectRegions(gfx::NativeRegion r1,
43 gfx::NativeRegion r2);
46 static gfx::NativeRegion CombineRegions(gfx::NativeRegion r1,
47 gfx::NativeRegion r2);
51 static gfx::NativeRegion SubtractRegion(gfx::NativeRegion r1
    [all...]
path_aura.cc 26 NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) {
33 NativeRegion Path::CombineRegions(NativeRegion r1, NativeRegion r2) {
40 NativeRegion Path::SubtractRegion(NativeRegion r1, NativeRegion r2) {
path_win.cc 28 NativeRegion Path::CreateNativeRegion() const {
33 NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) {
40 NativeRegion Path::CombineRegions(NativeRegion r1, NativeRegion r2) {
47 NativeRegion Path::SubtractRegion(NativeRegion r1, NativeRegion r2)
    [all...]
path_gtk.cc 35 NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) {
42 NativeRegion Path::CombineRegions(NativeRegion r1, NativeRegion r2) {
49 NativeRegion Path::SubtractRegion(NativeRegion r1, NativeRegion r2) {
native_widget_types.h 124 typedef SkRegion* NativeRegion;
130 typedef HRGN NativeRegion;
146 typedef GdkRegion* NativeRegion;
152 typedef void* NativeRegion;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host.h 70 virtual void SetShape(gfx::NativeRegion native_region) = 0;
desktop_root_window_host_x11.h 96 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
desktop_native_widget_aura.h 115 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
desktop_root_window_host_win.h 69 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
desktop_native_widget_aura.cc 445 void DesktopNativeWidgetAura::SetShape(gfx::NativeRegion shape) {
desktop_root_window_host_win.cc 273 void DesktopRootWindowHostWin::SetShape(gfx::NativeRegion native_region) {
desktop_root_window_host_x11.cc 373 void DesktopRootWindowHostX11::SetShape(gfx::NativeRegion native_region) {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_private.h 175 virtual void SetShape(gfx::NativeRegion shape) = 0;
native_widget_aura.h 88 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
native_widget_win.h 109 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
widget.h 392 void SetShape(gfx::NativeRegion shape);
    [all...]
native_widget_aura.cc 407 void NativeWidgetAura::SetShape(gfx::NativeRegion region) {
    [all...]
native_widget_win.cc 286 void NativeWidgetWin::SetShape(gfx::NativeRegion region) {
widget.cc 520 void Widget::SetShape(gfx::NativeRegion shape) {
    [all...]

Completed in 249 milliseconds