OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkPicture
(Results
1 - 25
of
194
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/third_party/skia/include/core/
SkMultiPictureDraw.h
16
class
SkPicture
;
42
const
SkPicture
* picture,
60
const
SkPicture
* picture; // reffed
SkPicture.h
35
/** \class
SkPicture
37
The
SkPicture
class records the drawing commands made to a canvas, to
40
class SK_API
SkPicture
: public SkRefCnt {
42
SK_DECLARE_INST_COUNT(
SkPicture
)
89
* @return A new
SkPicture
representing the serialized data, or NULL if the stream is
92
static
SkPicture
* CreateFromStream(SkStream*,
98
* SkReadBuffer::setBitmapDecoder() before calling
SkPicture
::CreateFromBuffer().
100
* @return A new
SkPicture
representing the serialized data, or NULL if the buffer is
103
static
SkPicture
* CreateFromBuffer(SkReadBuffer&);
105
virtual ~
SkPicture
();
[
all
...]
SkDocument.h
12
#include "
SkPicture
.h"
53
SkPicture
::EncodeBitmap encoder = NULL,
80
SkPicture
::EncodeBitmap encoder = NULL,
/external/chromium_org/third_party/skia/bench/
RecordingBench.h
12
#include "
SkPicture
.h"
16
RecordingBench(const char* name, const
SkPicture
*, bool useBBH);
25
SkAutoTUnref<const
SkPicture
> fSrc;
SKPBench.h
13
#include "
SkPicture
.h"
16
* Runs an
SkPicture
as a benchmark by repeatedly drawing it scaled inside a device clip.
20
SKPBench(const char* name, const
SkPicture
*, const SkIRect& devClip, SkScalar scale);
30
SkAutoTUnref<const
SkPicture
> fPic;
/external/chromium_org/third_party/skia/dm/
DMSKPTask.h
7
#include "
SkPicture
.h"
17
SKPTask(Reporter*, TaskRunner*, const
SkPicture
*, SkString name);
24
SkAutoTUnref<const
SkPicture
> fPicture;
DMPDFTask.h
7
#include "
SkPicture
.h"
26
const
SkPicture
*,
39
SkAutoTUnref<const
SkPicture
> fPicture;
DMUtil.h
22
SkPicture
* RecordPicture(skiagm::GM* gm,
32
void DrawPicture(const
SkPicture
& picture, SkBitmap* bitmap);
/external/chromium_org/third_party/skia/include/effects/
SkPictureImageFilter.h
12
#include "
SkPicture
.h"
19
static SkPictureImageFilter* Create(const
SkPicture
* picture, int32_t uniqueID = 0) {
27
static SkPictureImageFilter* Create(const
SkPicture
* picture, const SkRect& cropRect, uint32_t uniqueID = 0) {
34
explicit SkPictureImageFilter(const
SkPicture
* picture, uint32_t uniqueID);
35
SkPictureImageFilter(const
SkPicture
* picture, const SkRect& cropRect, uint32_t uniqueID);
53
const
SkPicture
* fPicture;
/external/chromium_org/third_party/skia/src/gpu/
GrPictureUtils.h
11
#include "
SkPicture
.h"
15
// for a single
SkPicture
16
class GrAccelData : public
SkPicture
::AccelData {
18
// Information about a given saveLayer in an
SkPicture
32
const
SkPicture
* fPicture;
70
static
SkPicture
::AccelData::Key ComputeAccelDataKey();
75
typedef
SkPicture
::AccelData INHERITED;
78
const GrAccelData* GPUOptimize(const
SkPicture
* pict);
GrLayerHoister.h
11
#include "
SkPicture
.h"
27
const
SkPicture
* fPicture;
40
static bool FindLayersToHoist(const
SkPicture
* topLevelPicture,
/external/chromium_org/android_webview/native/
aw_picture.h
16
class
SkPicture
;
22
AwPicture(skia::RefPtr<
SkPicture
> picture);
32
skia::RefPtr<
SkPicture
> picture_;
aw_picture.cc
10
#include "third_party/skia/include/core/
SkPicture
.h"
14
AwPicture::AwPicture(skia::RefPtr<
SkPicture
> picture)
34
bool RenderPictureToCanvas(
SkPicture
* picture, SkCanvas* canvas) {
/external/chromium_org/third_party/skia/src/pdf/
SkPDFImage.h
13
#include "
SkPicture
.h"
32
const SkBitmap&, const SkIRect& subset,
SkPicture
::EncodeBitmap);
53
SkPicture
::EncodeBitmap encoder);
75
SkPicture
::EncodeBitmap fEncoder;
95
const SkIRect& srcRect,
SkPicture
::EncodeBitmap encoder);
/external/chromium_org/third_party/skia/tools/
pinspect.cpp
14
#include "
SkPicture
.h"
19
static
SkPicture
* inspect(const char path[]) {
38
SkPicture
* pic =
SkPicture
::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap);
40
SkDebugf("Could not create
SkPicture
: %s\n", path);
49
static void dumpOps(
SkPicture
* pic) {
76
SkAutoTUnref<
SkPicture
> pic(inspect(argv[index]));
CopyTilesRenderer.h
14
class
SkPicture
;
30
virtual void init(const
SkPicture
* pict,
gpuveto.cpp
10
#include "
SkPicture
.h"
17
// This tool just loads a single skp, replays into a new
SkPicture
(to
45
SkPicture
::InstallPixelRefProc proc = &sk_tools::LazyDecodeBitmap;
47
SkAutoTUnref<
SkPicture
> picture(
SkPicture
::CreateFromStream(&inputStream, proc));
50
SkDebugf("Could not read the
SkPicture
\n");
55
// The
SkPicture
tracking information is only generated during recording
61
SkAutoTUnref<
SkPicture
> recorded(recorder.endRecording());
/external/chromium_org/third_party/skia/src/core/
SkPicture.cpp
23
#include "
SkPicture
.h"
130
/** SkRecords visitor to determine heuristically whether or not a
SkPicture
133
struct
SkPicture
::PathCounter {
145
const
SkPicture
::Analysis& analysis = op.picture->fAnalysis;
197
SkPicture
::Analysis::Analysis(const SkRecord& record) {
219
bool
SkPicture
::Analysis::suitableForGpuRasterization(const char** reason,
254
SkPicture
::
SkPicture
(SkScalar width, SkScalar height,
267
// Create an SkPictureData-backed
SkPicture
from an SkRecord.
269
static
SkPicture
* backport(const SkRecord& src, const SkRect& cullRect)
[
all
...]
SkPictureShader.h
14
class
SkPicture
;
17
* An SkPictureShader can be used to draw
SkPicture
-based patterns.
19
* The
SkPicture
is first rendered into a tile, which is then used to shade the area according
24
static SkPictureShader* Create(const
SkPicture
*, TileMode, TileMode, const SkMatrix*,
42
SkPictureShader(const
SkPicture
*, TileMode, TileMode, const SkMatrix*, const SkRect*);
46
const
SkPicture
* fPicture;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder.h
37
#include "third_party/skia/include/core/
SkPicture
.h"
56
GraphicsContextSnapshot(PassRefPtr<
SkPicture
>);
60
RefPtr<
SkPicture
> m_picture;
71
RefPtr<
SkPicture
> m_picture;
RecordingImageBufferSurface.h
15
class
SkPicture
;
31
virtual PassRefPtr<
SkPicture
> getPicture() OVERRIDE;
57
RefPtr<
SkPicture
> m_previousFrame;
ImageBufferSurface.h
43
class
SkPicture
;
76
virtual PassRefPtr<
SkPicture
> getPicture();
/external/chromium_org/android_webview/public/browser/
draw_sw.h
16
class
SkPicture
;
37
// Called to create an Android Picture object encapsulating a native
SkPicture
.
38
typedef jobject (AwCreatePictureFunction)(JNIEnv* env,
SkPicture
* picture);
/external/chromium_org/skia/ext/
pixel_ref_utils.h
10
#include "
SkPicture
.h"
24
SkPicture
* picture,
/external/chromium_org/third_party/skia/samplecode/
SamplePdfFileViewer.cpp
19
#include "
SkPicture
.h"
35
SkPicture
* fPicture; // TODO(edisonn): multiple pages, one page / picture, make it an array
37
static
SkPicture
* LoadPdf(const char path[]) {
43
SkPicture
* pic = SkNEW(
SkPicture
);
Completed in 260 milliseconds
1
2
3
4
5
6
7
8