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

/external/chromium_org/ui/gfx/
H A Dcanvas.h106 // Creates a Canvas backed by an |sk_canvas| with |image_scale_|.
112 // Recreates the backing platform canvas with DIP |size| and |image_scale_|.
469 float image_scale() const { return image_scale_; }
478 // Returns the image rep which best matches the canvas |image_scale_|.
491 // Canvas::Scale() does not affect |image_scale_|.
492 float image_scale_; member in class:gfx::Canvas

Completed in 225 milliseconds