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

/external/chromium_org/ui/gfx/image/
H A Dimage_skia_rep.cc9 ImageSkiaRep::ImageSkiaRep() : scale_(1.0f) { function in class:gfx::ImageSkiaRep
12 ImageSkiaRep::~ImageSkiaRep() {
15 ImageSkiaRep::ImageSkiaRep(const gfx::Size& size, float scale) : scale_(scale) { function in class:gfx::ImageSkiaRep
22 ImageSkiaRep::ImageSkiaRep(const SkBitmap& src, float scale) function in class:gfx::ImageSkiaRep
27 int ImageSkiaRep::GetWidth() const {
31 int ImageSkiaRep
[all...]
H A Dimage_skia_rep.h14 // An ImageSkiaRep represents a bitmap and the scale factor it is intended for.
15 class GFX_EXPORT ImageSkiaRep { class in namespace:gfx
18 ImageSkiaRep();
19 ~ImageSkiaRep();
23 ImageSkiaRep(const gfx::Size& size, float scale);
27 ImageSkiaRep(const SkBitmap& src, float scale);

Completed in 118 milliseconds