MCPcopy Create free account
hub / github.com/creationix/node-sdl / UnwrapSurface

Function UnwrapSurface

src/helpers.cc:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101SDL_Surface* UnwrapSurface(Handle<Object> obj) {
102 Handle<External> field = Handle<External>::Cast(obj->GetInternalField(0));
103 void* ptr = field->Value();
104 return static_cast<SDL_Surface*>(ptr);
105}
106
107// Wrap/Unwrap Rect
108

Callers 15

FlipMethod · 0.85
FillRectMethod · 0.85
UpdateRectMethod · 0.85
BlitSurfaceMethod · 0.85
FreeSurfaceMethod · 0.85
SetColorKeyMethod · 0.85
DisplayFormatMethod · 0.85
DisplayFormatAlphaMethod · 0.85
SetAlphaMethod · 0.85
RenderTextBlendedMethod · 0.85
SetIconMethod · 0.85
GetSurfaceFlagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected