Searched refs:Paint (Results 1 - 25 of 62) 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:__anon1840::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::__anon1836::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::__anon1836::RoundedRectBorder
198 virtual void Paint(gfx::Canvas* canvas, views::View* view) const { function in class:chromeos::__anon1836::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.cpp20 SK_MEMBER(paint, Paint),
H A DSkDrawSaveLayer.cpp20 SK_MEMBER(paint, Paint)
H A DSkDrawPaint.h26 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/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DViewfinderView.java26 import android.graphics.Paint;
49 private final Paint paint;
65 paint = new Paint(Paint.ANTI_ALIAS_FLAG);
H A DCaptureActivity.java29 import android.graphics.Paint;
227 Paint paint = new Paint();
230 paint.setStyle(Paint.Style.STROKE);
252 private static void drawLine(Canvas canvas, Paint paint, ResultPoint a, ResultPoint b) {
/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);

Completed in 2081 milliseconds

123