Searched defs:Paint (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium_org/ash/system/tray/
H A Dtray_popup_label_button_border.cc65 void TrayPopupLabelButtonBorder::Paint(const views::View& view, function in class:ash::TrayPopupLabelButtonBorder
92 LabelButtonBorder::Paint(view, canvas);
95 LabelButtonBorder::Paint(view, canvas);
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_background.cc26 void InfoBarBackground::Paint(gfx::Canvas* canvas, views::View* view) const { function in class:InfoBarBackground
/external/chromium_org/ppapi/c/dev/
H A Dppb_widget_dev.h43 * Paint the given rectangle of the widget into the given image.
46 PP_Bool (*Paint)(PP_Resource widget, member in struct:PPB_Widget_Dev_0_4
72 PP_Bool (*Paint)(PP_Resource widget, member in struct:PPB_Widget_Dev_0_3
/external/chromium_org/ppapi/cpp/dev/
H A Dwidget_dev.cc35 bool Widget_Dev::Paint(const Rect& rect, ImageData* image) { function in class:pp::Widget_Dev
37 return PP_ToBool(get_interface<PPB_Widget_Dev_0_4>()->Paint(
40 return PP_ToBool(get_interface<PPB_Widget_Dev_0_3>()->Paint(
/external/chromium_org/ui/native_theme/
H A Dnative_theme_aurawin.cc57 void NativeThemeAuraWin::Paint(SkCanvas* canvas, function in class:ui::NativeThemeAuraWin
64 NativeThemeWin::instance()->Paint(canvas, part, state, rect, extra);
68 NativeThemeAura::Paint(canvas, part, state, rect, extra);
/external/chromium_org/ui/views/controls/
H A Dseparator.cc41 void Separator::Paint(gfx::Canvas* canvas, const views::CullSet& cull_set) { function in class:views::Separator
H A Dfocusable_border.cc38 void FocusableBorder::Paint(const View& view, gfx::Canvas* canvas) { function in class:views::FocusableBorder
/external/chromium_org/ui/views/
H A Dround_rect_painter.cc25 void RoundRectPainter::Paint(gfx::Canvas* canvas, const gfx::Size& size) { function in class:views::RoundRectPainter
H A Dshadow_border.cc30 void ShadowBorder::Paint(const views::View& view, gfx::Canvas* canvas) { function in class:views::ShadowBorder
/external/chromium_org/content/renderer/pepper/
H A Dppb_widget_impl.cc32 PP_Bool PPB_Widget_Impl::Paint(const PP_Rect* rect, PP_Resource image_id) { function in class:content::PPB_Widget_Impl
/external/chromium_org/ppapi/thunk/
H A Dppb_widget_dev_thunk.cc25 PP_Bool Paint(PP_Resource widget, function in namespace:ppapi::thunk::__anon10329
28 VLOG(4) << "PPB_Widget_Dev::Paint()";
32 return enter.object()->Paint(rect, image);
69 &Paint,
77 &Paint,
/external/chromium_org/ui/app_list/views/
H A Dapp_list_background.cc41 void AppListBackground::Paint(gfx::Canvas* canvas, function in class:app_list::AppListBackground
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_android.cc42 void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) { function in class:content::WebPluginDelegateImpl
H A Dwebplugin_delegate_impl_aura.cc29 void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) { function in class:content::WebPluginDelegateImpl
/external/chromium_org/media/tools/player_x11/
H A Dx11_video_renderer.cc86 void X11VideoRenderer::Paint( function in class:X11VideoRenderer
/external/chromium_org/pdf/
H A Dcontrol.h43 virtual void Paint(pp::ImageData* image_data, const pp::Rect& rc) {} function in class:chrome_pdf::Control
48 // Paint control into multiple destination rects.
H A Dbutton.cc46 void Button::Paint(pp::ImageData* image_data, const pp::Rect& rc) { function in class:chrome_pdf::Button
H A Dpage_indicator.cc55 void PageIndicator::Paint(pp::ImageData* image_data, const pp::Rect& rc) { function in class:chrome_pdf::PageIndicator
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dgles2_spinning_cube.cc45 void Paint(int32_t result);
118 Paint(PP_OK);
121 void DemoInstance::Paint(int32_t result) { function in class:__anon10058::DemoInstance
128 context_->SwapBuffers(callback_factory_.NewCallback(&DemoInstance::Paint));
/external/chromium_org/cc/layers/
H A Dcontent_layer.cc27 void ContentLayerPainter::Paint(SkCanvas* canvas, function in class:cc::ContentLayerPainter
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_icon_painter.cc67 void WrenchIconPainter::Paint(gfx::Canvas* canvas, function in class:WrenchIconPainter
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_view.cc37 virtual void Paint(gfx::Canvas* canvas, views::View* view) const OVERRIDE;
55 void DropdownBackground::Paint(gfx::Canvas* canvas, views::View* view) const { function in class:__anon5247::DropdownBackground
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_label.cc28 virtual void Paint(const views::View& view, gfx::Canvas* canvas) OVERRIDE;
57 void AvatarLabelBorder::Paint(const views::View& view, gfx::Canvas* canvas) { function in class:__anon5323::AvatarLabelBorder
58 // Paint the default background using the image assets provided by UI. This
60 painter_->Paint(canvas, view.size());
71 // Paint the inner border with a color slightly darker than the background.
77 // Paint the inner background using the color provided by the ThemeProvider.
/external/chromium_org/media/filters/
H A Dskcanvas_video_renderer.cc297 void SkCanvasVideoRenderer::Paint(const scoped_refptr<VideoFrame>& video_frame, function in class:media::SkCanvasVideoRenderer
313 // Paint black rectangle if there isn't a frame available or the
363 // Paint using |last_frame_|.
371 Paint(video_frame,
/external/chromium_org/ppapi/examples/flash_topmost/
H A Dflash_topmost.cc41 Paint();
54 Paint();
60 Paint();
63 void Paint() { function in class:MyInstance

Completed in 563 milliseconds

1234