MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / renderSprite

Method renderSprite

src/render/render.cpp:529–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529void Render::renderSprite(
530 Image* dstImage,
531 const Sprite* sprite,
532 frame_t frame)
533{
534 renderSprite(dstImage, sprite, frame,
535 gfx::Clip(sprite->bounds()), Zoom(1, 1));
536}
537
538void Render::renderSprite(
539 Image* dstImage,

Callers 15

TESTFunction · 0.80
TYPED_TESTFunction · 0.80
get_sprite_pixelFunction · 0.80
loadBgThreadMethod · 0.80
renderSampleMethod · 0.80
trimSpriteMethod · 0.80
onPaintFunction · 0.80
onExecuteMethod · 0.80
onExecuteMethod · 0.80
ToolLoopImplMethod · 0.80

Calls 15

get_image_compositionFunction · 0.85
rgba_getaFunction · 0.85
fill_rectFunction · 0.85
blend_rectFunction · 0.85
backgroundLayerMethod · 0.80
getEntryMethod · 0.80
transparentColorMethod · 0.80
dstBoundsMethod · 0.80
folderMethod · 0.80
ClipClass · 0.70
ZoomClass · 0.70
boundsMethod · 0.45

Tested by 2

TESTFunction · 0.64
TYPED_TESTFunction · 0.64