MCPcopy Create free account
hub / github.com/AshampooSystems/boden / imageLoaded

Method imageLoaded

framework/ui/platforms/android/src/ImageViewCore.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 void ImageViewCore::imageLoaded(int width, int height) { _imageSize = Size{(double)width, (double)height}; }
23
24 Size ImageViewCore::sizeForSpace(Size availableSpace) const
25 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected