Searched refs:Paint (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium/chrome/browser/chromeos/views/
H A Dcopy_background.cc20 void CopyBackground::Paint(gfx::Canvas* canvas, views::View* view) const { function in class:chromeos::CopyBackground
30 background->Paint(canvas, background_owner_);
H A Dcopy_background.h25 virtual void Paint(gfx::Canvas* canvas, views::View* view) const;
/external/quake/src/com/android/quake/
H A DQuakeViewNoData.java21 import android.graphics.Paint;
36 Paint paint = new Paint();
38 paint.setStyle(Paint.Style.FILL);
/external/webkit/Source/WebCore/inspector/front-end/
H A DTimelineAgent.js40 Paint: "Paint",
/external/chromium/chrome/browser/ui/views/
H A Dtheme_background.h33 virtual void Paint(gfx::Canvas* canvas, views::View* view) const;
H A Dtheme_background.cc22 void ThemeBackground::Paint(gfx::Canvas* canvas, views::View* view) const { function in class:ThemeBackground
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_background.h23 virtual void Paint(gfx::Canvas* canvas, views::View* view) const;
H A Dinfobar_button_border.h30 virtual void Paint(const views::View& view, gfx::Canvas* canvas) const;
H A Dtranslate_infobar_base.cc104 GetBackground().Paint(canvas, this);
132 background.Paint(canvas, this);
H A Dinfobar_background.cc42 void InfoBarBackground::Paint(gfx::Canvas* canvas, views::View* view) const { function in class:InfoBarBackground
/external/chromium/webkit/glue/media/
H A Dweb_video_renderer.h23 // This method is called with the same rect as the Paint() method and could
26 // same thread as the Paint method, we just ignore the call for now.
31 // Paint the current front frame on the |canvas| stretching it to fit the
35 virtual void Paint(SkCanvas* canvas,
H A Dvideo_renderer_impl.h33 virtual void Paint(SkCanvas* canvas, const gfx::Rect& dest_rect);
/external/chromium/chrome/browser/chromeos/login/
H A Drounded_view.h45 virtual void Paint(gfx::Canvas* canvas);
61 void RoundedView<C>::Paint(gfx::Canvas* canvas) { function in class:chromeos::RoundedView
66 C::Paint(canvas);
H A Dshutdown_button.cc46 virtual void Paint(gfx::Canvas* canvas, views::View* view) const { function in class:__anon1117::HoverBackground
49 hover_->Paint(canvas, view);
51 normal_->Paint(canvas, view);
H A Drounded_rect_painter.cc146 virtual void Paint(int w, int h, gfx::Canvas* canvas) { function in class:chromeos::__anon1113::RoundedRectPainter
164 virtual void Paint(const views::View& view, gfx::Canvas* canvas) const;
173 void RoundedRectBorder::Paint(const views::View& view, function in class:chromeos::__anon1113::RoundedRectBorder
198 virtual void Paint(gfx::Canvas* canvas, views::View* view) const { function in class:chromeos::__anon1113::RoundedBackground
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dinfobar_arrow_model.h43 void Paint(GtkWidget* widget,
/external/skia/src/animator/
H A DSkTextToPath.cpp28 SK_MEMBER(paint, Paint),
H A DSkDrawSaveLayer.cpp28 SK_MEMBER(paint, Paint)
H A DSkDrawPaint.h34 DECLARE_DRAW_MEMBER_INFO(Paint);
/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble_border.h112 virtual void Paint(const views::View& view, gfx::Canvas* canvas) const;
164 virtual void Paint(gfx::Canvas* canvas, views::View* view) const;
/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab_strip.cc203 // Paint the new tab and separator first so that any tabs animating appear on
205 separator_->Paint(canvas);
206 newtab_button_->Paint(canvas);
213 tab->Paint(canvas);
217 dragging_tabs[i]->Paint(canvas);
221 scroll_down_button_->Paint(canvas);
222 scroll_up_button_->Paint(canvas);
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dicon_label_bubble_view.cc51 background_painter_.Paint(width(), height(), canvas);
/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab_strip.cc301 tab->Paint(canvas);
318 // Paint the selected tab last, so it overlaps all the others.
320 selected_tab->Paint(canvas);
324 dragging_tab->Paint(canvas);
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationDialogActivity.java25 import android.graphics.Paint;
86 Paint paint = new Paint();
/external/webkit/Source/WebCore/inspector/
H A DInspectorTimelineAgent.cpp57 static const char Paint[] = "Paint"; member in namespace:WebCore::TimelineRecordType
201 pushCurrentRecord(TimelineRecordFactory::createPaintData(rect), TimelineRecordType::Paint); member in class:WebCore::TimelineRecordType
206 didCompleteCurrentRecord(TimelineRecordType::Paint);

Completed in 474 milliseconds

123