Home
last modified time | relevance | path

Searched refs:_extent (Results 1 – 8 of 8) sorted by relevance

/haiku/src/add-ons/translators/rtf/
H A DRTFTranslator.cpp256 BRect *_extent) in MakeConfigurationView() argument
258 if (_view == NULL || _extent == NULL) in MakeConfigurationView()
263 return BTranslator::MakeConfigurationView(ioExtension, _view, _extent); in MakeConfigurationView()
266 *_extent = view->Bounds(); in MakeConfigurationView()
/haiku/src/kits/translation/
H A DFuncTranslator.cpp117 BView** _view, BRect* _extent) in MakeConfigurationView() argument
122 return fData.make_config_hook(ioExtension, _view, _extent); in MakeConfigurationView()
H A DFuncTranslator.h31 status_t (*make_config_hook)(BMessage* ioExtension, BView** _view, BRect* _extent);
H A DTranslatorRoster.cpp1687 BMessage* ioExtension, BView** _view, BRect* _extent) in MakeConfigurationView() argument
1689 if (_view == NULL || _extent == NULL) in MakeConfigurationView()
1698 return translator->MakeConfigurationView(ioExtension, _view, _extent); in MakeConfigurationView()
/haiku/headers/os/translation/
H A DTranslator.h39 BView** _view, BRect* _extent);
H A DTranslatorRoster.h94 BRect* _extent);
/haiku/docs/user/translation/
H A DTranslator.dox270 extension, BView** _view, BRect* _extent)
282 \param _extent Where the size of the newly created configuration view will
287 \retval B_BAD_VALUE \a _view or \a _extent were \c NULL or \a extension
H A DTranslatorRoster.dox318 BRect* _extent);
328 \param _extent Where the size of of the newly created configuration view
332 \retval B_BAD_VALUE \a _view or \a _extent were \c NULL or \a ioExtension