OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Picture
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/media/video/
picture.cc
5
#include "media/video/
picture
.h"
25
Picture
::
Picture
(int32 picture_buffer_id, int32 bitstream_buffer_id)
picture.h
15
// A
picture
buffer that is composed of a GLES2 texture.
53
// A decoded
picture
frame.
55
class MEDIA_EXPORT
Picture
{
57
Picture
(int32 picture_buffer_id, int32 bitstream_buffer_id);
59
// Returns the id of the
picture
buffer where this
picture
is contained.
/external/jmonkeyengine/engine/src/core/com/jme3/ui/
Picture.java
47
* A <code>
Picture
</code> represents a 2D image drawn on the screen.
52
public class
Picture
extends Geometry {
58
* Create a named
picture
.
60
* By default a
picture
's width and height are 1
63
* @param name the name of the
picture
in the scene graph
66
public
Picture
(String name, boolean flipY){
73
* Creates a named
picture
.
74
* By default a
picture
's width and height are 1
78
* @param name the name of the
picture
in the scene graph
80
public
Picture
(String name)
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
Pictures.java
37
private
Picture
mPicture;
56
mPicture = new
Picture
();
77
canvas.drawPicture(
Picture
.createFromStream(is));
/external/chromium_org/cc/resources/
picture.cc
5
#include "cc/resources/
picture
.h"
84
scoped_refptr<
Picture
>
Picture
::Create(gfx::Rect layer_rect) {
85
return make_scoped_refptr(new
Picture
(layer_rect));
88
Picture
::
Picture
(gfx::Rect layer_rect)
92
// the
picture
to be recorded in
Picture
::Record.
95
scoped_refptr<
Picture
>
Picture
::CreateFromSkpValue(const base::Value* value)
[
all
...]
picture.h
39
class CC_EXPORT
Picture
40
: public base::RefCountedThreadSafe<
Picture
> {
46
static scoped_refptr<
Picture
> Create(gfx::Rect layer_rect);
47
static scoped_refptr<
Picture
> CreateFromValue(const base::Value* value);
48
static scoped_refptr<
Picture
> CreateFromSkpValue(const base::Value* value);
54
scoped_refptr<
Picture
> GetCloneForDrawingOnThread(
78
// Draw the
picture
directly into the given canvas, without applying any
87
PixelRefIterator(gfx::Rect layer_rect, const
Picture
*
picture
);
107
const
Picture
* picture_
[
all
...]
/frameworks/base/graphics/java/android/graphics/
Picture.java
23
* A
Picture
records drawing calls (via the canvas returned by beginRecording)
24
* and can then play them back into Canvas (via {@link
Picture
#draw(Canvas)} or
25
* {@link Canvas#drawPicture(
Picture
)}).For most content (e.g. text, lines, rectangles),
26
* drawing a sequence from a
picture
can be faster than the equivalent API
27
* calls, since the
picture
performs its playback without incurring any
30
public class
Picture
{
42
* Creates an empty
picture
that is ready to record.
44
public
Picture
() {
49
* Create a
picture
by making a copy of what has already been recorded in
51
* changes will not be reflected in this
picture
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java
65
// Returns the size for the specified
picture
. If the size information is
69
// Returns the media item for the specified
picture
.
72
// Returns the rotation for the specified
picture
.
187
// The
picture
entries, the valid index is from -SCREEN_NAIL_MAX to
189
private final RangeArray<
Picture
> mPictures =
190
new RangeArray<
Picture
>(-SCREEN_NAIL_MAX, SCREEN_NAIL_MAX);
218
// model, if we assume the index of current focused
picture
is 0. So if
429
Picture
p = mPictures.get(i);
473
Picture
p = mPictures.get(index);
500
Picture
p = mPictures.get(i)
[
all
...]
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 783 milliseconds