OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:font_
(Results
26 - 33
of
33
) sorted by null
1
2
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.h
381
static gfx::Font*
font_
;
member in class:Tab
tab.cc
483
gfx::Font* Tab::
font_
= NULL;
member in class:Tab
[
all
...]
/external/chromium_org/ui/views/controls/table/
table_view.h
319
gfx::Font
font_
;
member in class:views::TableView
/external/chromium_org/ui/views/controls/tree/
tree_view.h
380
gfx::Font
font_
;
member in class:views::TreeView
/external/chromium/chrome/browser/ui/views/download/
download_item_view.h
203
gfx::Font
font_
;
member in class:DownloadItemView
download_item_view.cc
224
font_
= ResourceBundle::GetSharedInstance().GetFont(ResourceBundle::BaseFont);
225
box_height_ = std::max<int>(2 * kVerticalPadding +
font_
.GetHeight() +
226
kVerticalTextPadding +
font_
.GetHeight(),
474
height = 2 * kVerticalPadding + 2 *
font_
.GetHeight() + kVerticalTextPadding;
765
// Add
font_
.height() to compensate for title, which is drawn later.
766
int y = box_y_ + kVerticalPadding +
font_
.GetHeight() +
780
canvas->DrawStringInt(WideToUTF16Hack(status_text_),
font_
,
local
782
font_
.GetHeight());
875
font_
, kTextWidth);
880
int status_string_width =
font_
.GetStringWidth(status_string)
[
all
...]
/external/chromium_org/ui/views/controls/button/
text_button.h
148
gfx::Font font() const { return
font_
; }
255
gfx::Font
font_
;
member in class:views::TextButtonBase
/external/chromium_org/ppapi/examples/ime/
ime.cc
137
font_
= pp::Font_Dev(instance_, desc);
149
int left_x =
font_
.MeasureSimpleText(
151
int right_x =
font_
.MeasureSimpleText(
159
font_
.DrawTextAt(
166
offset +=
font_
.MeasureSimpleText(str);
173
int left_x =
font_
.MeasureSimpleText(
175
int right_x =
font_
.MeasureSimpleText(
181
font_
.DrawTextAt(
192
int lx =
font_
.MeasureSimpleText(str.substr(0, l));
193
int rx =
font_
.MeasureSimpleText(str.substr(0, r))
389
pp::Font_Dev
font_
;
member in class:MyTextField
[
all
...]
Completed in 93 milliseconds
1
2