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 55 DrawImageInt(ImageSkia(image_rep), 0, 0);
328 void Canvas::DrawImageInt(const ImageSkia& image, int x, int y) {
330 DrawImageInt(image, x, y, paint);
333 void Canvas::DrawImageInt(const ImageSkia& image, int x, int y, uint8 a) {
336 DrawImageInt(image, x, y, paint);
339 void Canvas::DrawImageInt(const ImageSkia& image,
359 void Canvas::DrawImageInt(const ImageSkia& image,
370 DrawImageInt(image, src_x, src_y, src_w, src_h, dest_x, dest_y,
374 void Canvas::DrawImageInt(const ImageSkia& image,
  /external/chromium_org/ui/native_theme/
native_theme_base.cc     [all...]

Completed in 376 milliseconds