MCPcopy Create free account
hub / github.com/MyGUI/mygui / lock

Method lock

MyGUIEngine/src/MyGUI_Canvas.cpp:196–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 void* Canvas::lock(TextureUsage _usage)
197 {
198 void* data = mTexture->lock(_usage);
199
200 mTexData = reinterpret_cast<uint8*>(data);
201
202 return data;
203 }
204
205 void Canvas::unlock()
206 {

Callers 11

updateTextureMethod · 0.45
renderToTargetMethod · 0.45
initialiseFreeTypeMethod · 0.45
loadMethod · 0.45
updateTextureMethod · 0.45
setValueMethod · 0.45
initialiseMethod · 0.45
lock_blockMethod · 0.45
setTypeMethod · 0.45
insertChildMethod · 0.45
removeChildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected