HomeSort by relevance Sort by last modified time
    Searched defs:DrawImageInt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
canvas.cc 57 DrawImageInt(gfx::ImageSkia(image_rep), 0, 0);
288 void Canvas::DrawImageInt(const gfx::ImageSkia& image, int x, int y) {
290 DrawImageInt(image, x, y, paint);
293 void Canvas::DrawImageInt(const gfx::ImageSkia& image, int x, int y, uint8 a) {
296 DrawImageInt(image, x, y, paint);
299 void Canvas::DrawImageInt(const gfx::ImageSkia& image,
318 void Canvas::DrawImageInt(const gfx::ImageSkia& image,
323 DrawImageInt(image, src_x, src_y, src_w, src_h, dest_x, dest_y,
327 void Canvas::DrawImageInt(const gfx::ImageSkia& image,
  /external/chromium_org/ui/native_theme/
native_theme_base.cc     [all...]

Completed in 261 milliseconds