MCPcopy Create free account
hub / github.com/Tencent/libpag / height

Method height

src/rendering/graphics/Picture.cpp:234–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 int height() const override {
235 return image->height();
236 }
237
238 bool isTemporary() const override {
239 return false;

Callers 8

memoryUsageMethod · 0.45
RescaleImageFunction · 0.45
measureBoundsMethod · 0.45
makeSnapshotMethod · 0.45
heightMethod · 0.45
MeasureFeatherMaskBoundsFunction · 0.45
drawMethod · 0.45
applyToGraphicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected