OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NativeImageSkia
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/skia/
NativeImageSkia.cpp
37
#include "
NativeImageSkia
.h"
43
NativeImageSkia
::
NativeImageSkia
()
50
NativeImageSkia
::
NativeImageSkia
(const SkBitmap& other)
59
NativeImageSkia
::~
NativeImageSkia
()
63
// Chromium, this is
NativeImageSkia
, which inherits from SkBitmap. On
72
int
NativeImageSkia
::decodedSize() const
77
bool
NativeImageSkia
::hasResizedBitmap(int w, int h) cons
[
all
...]
NativeImageSkia.h
42
class
NativeImageSkia
: public SkBitmap {
44
NativeImageSkia
();
45
~
NativeImageSkia
();
50
explicit
NativeImageSkia
(const SkBitmap&);
Completed in 43 milliseconds