OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PictureLayerContent
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/layers/
PictureLayerContent.h
34
class
PictureLayerContent
: public LayerContent {
36
PictureLayerContent
(SkPicture* picture);
37
PictureLayerContent
(const
PictureLayerContent
& content);
38
~
PictureLayerContent
();
PictureLayerContent.cpp
1
#define LOG_TAG "
PictureLayerContent
"
5
#include "
PictureLayerContent
.h"
16
PictureLayerContent
::
PictureLayerContent
(SkPicture* picture)
24
PictureLayerContent
::
PictureLayerContent
(const
PictureLayerContent
& content)
32
PictureLayerContent
::~
PictureLayerContent
()
37
int
PictureLayerContent
::width(
[
all
...]
/external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp
41
#include "
PictureLayerContent
.h"
188
content = new
PictureLayerContent
(picture);
545
content = new
PictureLayerContent
(picture);
/external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp
43
#include "
PictureLayerContent
.h"
773
PictureLayerContent
* layerContent = new
PictureLayerContent
(picture);
[
all
...]
/external/webkit/Source/WebCore/
Android.mk
672
platform/graphics/android/layers/
PictureLayerContent
.cpp \
[
all
...]
Completed in 1039 milliseconds