MCPcopy Create free account
hub / github.com/ImageEngine/cortex / image

Method image

src/IECoreImage/Font.cpp:286–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286const ImagePrimitive *Font::image( char c ) const
287{
288 return m_implementation->image( c );
289}
290
291ImagePrimitivePtr Font::image() const
292{

Callers 6

testImagesMethod · 0.95
testWholeImageMethod · 0.95
testImagePoolMethod · 0.45
textureMethod · 0.45
imageFunction · 0.45
imageFunction · 0.45

Calls

no outgoing calls

Tested by 3

testImagesMethod · 0.76
testWholeImageMethod · 0.76
testImagePoolMethod · 0.36