OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fill_path_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/infobars/
infobar_view.cc
57
fill_path_
(new SkPath),
152
fill_path_
->rewind();
174
*
fill_path_
= *stroke_path_;
177
fill_path_
->offset(0, -separator_height * SK_ScalarHalf);
181
fill_path_
->rLineTo(-epsilon, 0);
182
fill_path_
->rLineTo(0, separator_height);
183
fill_path_
->rLineTo(epsilon - (arrow_fill_half_width * 2), 0);
184
fill_path_
->close();
188
fill_path_
->addRect(0.0, SkIntToScalar(arrow_height()),
272
// TODO(scr): This really should be the |
fill_path_
|, but the clipPath seem
[
all
...]
infobar_view.h
37
SkPath* fill_path() const { return
fill_path_
.get(); }
128
scoped_ptr<SkPath>
fill_path_
;
member in class:InfoBarView
Completed in 5193 milliseconds