Closed mzgreen closed 4 years ago
Added more bindings for Surface:
Surface
int getWidth() int getHeight() ImageInfo getImageInfo() int generationId() void notifyContentWillChange(ContentChangeMode) DirectContext getRecordingContext() Surface makeSurfaceI(ImageInfo); Surface makeSurface(int, int); Image makeImageSnapshotR(IRect); void draw(Canvas, float, float, Paint); boolean readPixels(Bitmap, int, int); void writePixels(Bitmap, int, int); void flushAndSubmit(boolean); void flush(); boolean isUnique();
Not sure how those ascii progress bars in readme are calculated so I haven't updated it 😅
Awesome, thank you!
Added more bindings for
Surface
: