MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / blit

Function blit

include/Array.h:631–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629
630
631 inline void blit(int inDestElement, Array<ELEM_> inSourceArray,
632 int inSourceElement, int inElementCount)
633 {
634 ArrayBase::Blit(inDestElement, inSourceArray.GetPtr(), inSourceElement, inElementCount);
635 }
636
637
638 void __Mark(hx::MarkContext *__inCtx) HXCPP_OVERRIDE

Callers 1

__blitFunction · 0.70

Calls 1

GetPtrMethod · 0.80

Tested by

no test coverage detected