OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLayoutTextBaseline
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ui/gfx/
render_text_pango.h
28
virtual int
GetLayoutTextBaseline
() OVERRIDE;
render_text_mac.h
36
virtual int
GetLayoutTextBaseline
() OVERRIDE;
render_text_win.h
72
virtual int
GetLayoutTextBaseline
() OVERRIDE;
render_text_pango.cc
140
int RenderTextPango::
GetLayoutTextBaseline
() {
380
Vector2d offset(GetLineOffset(0) + Vector2d(0,
GetLayoutTextBaseline
()));
render_text.h
427
//
GetLayoutTextBaseline
() returns the baseline determined by the underlying
430
virtual int
GetLayoutTextBaseline
() = 0;
render_text_mac.cc
57
int RenderTextMac::
GetLayoutTextBaseline
() {
render_text.cc
[
all
...]
render_text_win.cc
568
int RenderTextWin::
GetLayoutTextBaseline
() {
[
all
...]
Completed in 45 milliseconds