OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RenderTextPango
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/
render_text_pango.h
15
//
RenderTextPango
is the Linux implementation of RenderText using Pango.
16
class
RenderTextPango
: public RenderText {
18
RenderTextPango
();
19
virtual ~
RenderTextPango
();
83
DISALLOW_COPY_AND_ASSIGN(
RenderTextPango
);
render_text_pango.cc
69
RenderTextPango
::
RenderTextPango
()
77
RenderTextPango
::~
RenderTextPango
() {
81
Size
RenderTextPango
::GetStringSize() {
93
SelectionModel
RenderTextPango
::FindCursorPosition(const Point& point) {
122
std::vector<RenderText::FontSpan>
RenderTextPango
::GetFontSpansForTesting() {
139
int
RenderTextPango
::GetLayoutTextBaseline() {
144
SelectionModel
RenderTextPango
::AdjacentCharSelectionModel(
184
SelectionModel
RenderTextPango
::AdjacentWordSelectionModel
[
all
...]
render_text_unittest.cc
209
RenderTextPango
* rt_linux = static_cast<
RenderTextPango
*>(render_text.get());
[
all
...]
Completed in 60 milliseconds