Searched refs:_extent (Results 1 – 8 of 8) sorted by relevance
/haiku/src/add-ons/translators/rtf/ |
H A D | RTFTranslator.cpp | 256 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 D | FuncTranslator.cpp | 117 BView** _view, BRect* _extent) in MakeConfigurationView() argument 122 return fData.make_config_hook(ioExtension, _view, _extent); in MakeConfigurationView()
|
H A D | FuncTranslator.h | 31 status_t (*make_config_hook)(BMessage* ioExtension, BView** _view, BRect* _extent);
|
H A D | TranslatorRoster.cpp | 1687 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 D | Translator.h | 39 BView** _view, BRect* _extent);
|
H A D | TranslatorRoster.h | 94 BRect* _extent);
|
/haiku/docs/user/translation/ |
H A D | Translator.dox | 270 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 D | TranslatorRoster.dox | 318 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
|