OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImageSkiaRep
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/image/
image_skia_rep.cc
9
ImageSkiaRep
::
ImageSkiaRep
() : scale_(1.0f) {
12
ImageSkiaRep
::~
ImageSkiaRep
() {
15
ImageSkiaRep
::
ImageSkiaRep
(const gfx::Size& size, float scale) : scale_(scale) {
22
ImageSkiaRep
::
ImageSkiaRep
(const SkBitmap& src, float scale)
27
int
ImageSkiaRep
::GetWidth() const {
31
int
ImageSkiaRep
::GetHeight() const
[
all
...]
image_skia_rep.h
14
// An
ImageSkiaRep
represents a bitmap and the scale factor it is intended for.
15
class GFX_EXPORT
ImageSkiaRep
{
18
ImageSkiaRep
();
19
~
ImageSkiaRep
();
23
ImageSkiaRep
(const gfx::Size& size, float scale);
27
ImageSkiaRep
(const SkBitmap& src, float scale);
Completed in 219 milliseconds