OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:text_actor
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/viz/src/
widget.cpp
119
vtkTextActor*
text_actor
= vtkTextActor::SafeDownCast(actor);
local
120
CV_Assert("Widget does not have text content." &&
text_actor
);
121
text_actor
->GetTextProperty()->SetFontSize(int(value));
189
vtkTextActor*
text_actor
= vtkTextActor::SafeDownCast(actor);
local
190
CV_Assert("Widget does not have text content." &&
text_actor
);
191
value =
text_actor
->GetTextProperty()->GetFontSize();;
Completed in 579 milliseconds