HomeSort by relevance Sort by last modified time
    Searched refs:NativeRegion (Results 1 - 17 of 17) 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 43 NativeRegion Path::CreateNativeRegion() const {
48 NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) {
55 NativeRegion Path::CombineRegions(NativeRegion r1, NativeRegion r2) {
62 NativeRegion Path::SubtractRegion(NativeRegion r1, NativeRegion r2)
    [all...]
native_widget_types.h 116 typedef SkRegion* NativeRegion;
127 typedef void* NativeRegion;
133 typedef void* NativeRegion;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 96 virtual void SetShape(gfx::NativeRegion native_region) = 0;
desktop_window_tree_host_x11.h 113 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
desktop_native_widget_aura.h 138 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
desktop_window_tree_host_win.h 71 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
desktop_window_tree_host_win.cc 283 void DesktopWindowTreeHostWin::SetShape(gfx::NativeRegion native_region) {
287 gfx::NativeRegion shape = native_region;
    [all...]
desktop_native_widget_aura.cc 731 void DesktopNativeWidgetAura::SetShape(gfx::NativeRegion shape) {
    [all...]
desktop_window_tree_host_x11.cc 494 void DesktopWindowTreeHostX11::SetShape(gfx::NativeRegion native_region) {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 68 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
native_widget_private.h 183 virtual void SetShape(gfx::NativeRegion shape) = 0;
native_widget_aura.h 94 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
widget.h 444 void SetShape(gfx::NativeRegion shape);
    [all...]
native_widget_aura.cc 440 void NativeWidgetAura::SetShape(gfx::NativeRegion region) {
    [all...]
widget.cc 560 void Widget::SetShape(gfx::NativeRegion shape) {
    [all...]

Completed in 477 milliseconds