extensions.st
changeset 39 8af34937e1ec
parent 38 9c94e463018a
child 41 17bc740cbc2a
equal deleted inserted replaced
38:9c94e463018a 39:8af34937e1ec
    96 
    96 
    97 displayId
    97 displayId
    98     ^ displayId
    98     ^ displayId
    99 
    99 
   100     "Created: / 04-07-2008 / 12:58:56 / Jan Vrany <vranyj1@fel.cvut.cz>"
   100     "Created: / 04-07-2008 / 12:58:56 / Jan Vrany <vranyj1@fel.cvut.cz>"
       
   101 ! !
       
   102 
       
   103 !GraphicsMedium methodsFor:'misc'!
       
   104 
       
   105 cairoify
       
   106     "Change to use Cairo for rendering"
       
   107     
       
   108     gc := CairoGraphicsContext onDeviceGraphicsContext:gc.
       
   109 
       
   110     "Created: / 15-02-2016 / 21:24:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   101 ! !
   111 ! !
   102 
   112 
   103 !Image methodsFor:'accessing'!
   113 !Image methodsFor:'accessing'!
   104 
   114 
   105 bitsARGB32Into: buffer stride: stride fg: fg bg: bg
   115 bitsARGB32Into: buffer stride: stride fg: fg bg: bg