Searched refs:NativeRegion (Results 1 – 18 of 18) sorted by relevance
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,52 gfx::NativeRegion r2);
26 NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) { in IntersectRegions()33 NativeRegion Path::CombineRegions(NativeRegion r1, NativeRegion r2) { in CombineRegions()40 NativeRegion Path::SubtractRegion(NativeRegion r1, NativeRegion r2) { in SubtractRegion()
43 NativeRegion Path::CreateNativeRegion() const { in CreateNativeRegion()48 NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) { in IntersectRegions()55 NativeRegion Path::CombineRegions(NativeRegion r1, NativeRegion r2) { in CombineRegions()62 NativeRegion Path::SubtractRegion(NativeRegion r1, NativeRegion r2) { in SubtractRegion()
116 typedef SkRegion* NativeRegion; typedef127 typedef void* NativeRegion;133 typedef void* NativeRegion;
96 virtual void SetShape(gfx::NativeRegion native_region) = 0;
113 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
71 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
138 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
281 void DesktopWindowTreeHostWin::SetShape(gfx::NativeRegion native_region) { in SetShape()
734 void DesktopNativeWidgetAura::SetShape(gfx::NativeRegion shape) { in SetShape()
494 void DesktopWindowTreeHostX11::SetShape(gfx::NativeRegion native_region) { in SetShape()
186 virtual void SetShape(gfx::NativeRegion shape) = 0;
62 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
92 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
203 void NativeWidgetMac::SetShape(gfx::NativeRegion shape) {
444 void SetShape(gfx::NativeRegion shape);
440 void NativeWidgetAura::SetShape(gfx::NativeRegion region) { in SetShape()
560 void Widget::SetShape(gfx::NativeRegion shape) { in SetShape()