Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
We want the srcRect size and not the original surface size
|
|
Like in create(), when using copyFrom the whole surface gets new data
and is now completely dirty so let's use markAllDirty.
|
|
When calling ManagedSurface::copyFrom, _disposeAfterUse should be set to
YES because inner surface frees up old pixels array and creates a new one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|