MCPcopy Create free account
hub / github.com/cinder/Cinder / getTextBounds

Method getTextBounds

samples/iosKeyboard/src/iosKeyboardApp.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 float mPadding;
20
21 Rectf getTextBounds() const { return Rectf( mBounds.x1 + mPadding, mBounds.y1 + mPadding, mBounds.x2 - mPadding, mBounds.y2 - mPadding ); }
22};
23
24class iosKeyboardApp : public AppCocoaTouch {

Callers 2

processNumericalMethod · 0.80
drawTextViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected