mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:30:38 +00:00
More imaging and compositing stuff
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5635 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0d72b6f34d
commit
745d515d38
12 changed files with 142 additions and 21 deletions
|
@ -587,6 +587,10 @@ NSGraphicsContext *GSCurrentContext()
|
|||
GET_IMP(@selector(DPSimage));
|
||||
methodTable.DPSimagemask =
|
||||
GET_IMP(@selector(DPSimagemask));
|
||||
methodTable.DPScolorimage =
|
||||
GET_IMP(@selector(DPScolorimage));
|
||||
methodTable.DPSalphaimage =
|
||||
GET_IMP(@selector(DPSalphaimage));
|
||||
methodTable.DPSkshow_ =
|
||||
GET_IMP(@selector(DPSkshow:));
|
||||
methodTable.DPSrectfill____ =
|
||||
|
@ -1419,6 +1423,16 @@ NSGraphicsContext *GSCurrentContext()
|
|||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
- (void) DPScolorimage
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
- (void) DPSalphaimage
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
- (void) DPSkshow: (const char *)s
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue