OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AwPicture
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/android_webview/native/
aw_picture.h
20
class
AwPicture
{
22
AwPicture
(skia::RefPtr<SkPicture> picture);
23
~
AwPicture
();
34
DISALLOW_IMPLICIT_CONSTRUCTORS(
AwPicture
);
aw_picture.cc
14
AwPicture
::
AwPicture
(skia::RefPtr<SkPicture> picture)
19
AwPicture
::~
AwPicture
() {}
21
void
AwPicture
::Destroy(JNIEnv* env, jobject obj) {
25
jint
AwPicture
::GetWidth(JNIEnv* env, jobject obj) {
29
jint
AwPicture
::GetHeight(JNIEnv* env, jobject obj) {
40
void
AwPicture
::Draw(JNIEnv* env, jobject obj, jobject canvas) {
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPicture.java
18
class
AwPicture
extends Picture {
38
* @param nativeAwPicture is an instance of the
AwPicture
native class. Ownership is
41
AwPicture
(long nativeAwPicture) {
79
throw new IllegalStateException("Unsupported in
AwPicture
");
Completed in 201 milliseconds