Searched defs:DrawImageInt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dcanvas.cc55 DrawImageInt(ImageSkia(image_rep), 0, 0);
328 void Canvas::DrawImageInt(const ImageSkia& image, int x, int y) { function in class:gfx::Canvas
330 DrawImageInt(image, x, y, paint);
333 void Canvas::DrawImageInt(const ImageSkia& image, int x, int y, uint8 a) { function in class:gfx::Canvas
336 DrawImageInt(image, x, y, paint);
339 void Canvas::DrawImageInt(const ImageSkia& image, function in class:gfx::Canvas
359 void Canvas::DrawImageInt(const ImageSkia& image, function in class:gfx::Canvas
370 DrawImageInt(image, src_x, src_y, src_w, src_h, dest_x, dest_y,
374 void Canvas::DrawImageInt(const ImageSkia& image, function in class:gfx::Canvas
/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.cc959 DrawImageInt(canvas, *left_border_image, 0, 0, left_border_image->width(),
964 DrawImageInt(canvas, *right_border_image, 0, 0, right_border_image->width(),
977 void NativeThemeBase::DrawImageInt( function in class:ui::NativeThemeBase
982 canvas->DrawImageInt(image, src_x, src_y, src_w, src_h,

Completed in 326 milliseconds