OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkPathHeap
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPathHeap.h
19
class
SkPathHeap
: public SkRefCnt {
21
SK_DECLARE_INST_COUNT(
SkPathHeap
)
23
SkPathHeap
();
24
SkPathHeap
(SkFlattenableReadBuffer&);
25
virtual ~
SkPathHeap
();
SkPathHeap.cpp
8
#include "
SkPathHeap
.h"
16
SkPathHeap
::
SkPathHeap
() : fHeap(kPathCount * sizeof(SkPath)) {
19
SkPathHeap
::
SkPathHeap
(SkFlattenableReadBuffer& buffer)
35
SkPathHeap
::~
SkPathHeap
() {
44
int
SkPathHeap
::append(const SkPath& path) {
51
void
SkPathHeap
::flatten(SkFlattenableWriteBuffer& buffer) const {
SkPicturePlayback.h
20
#include "
SkPathHeap
.h"
210
SkAutoTUnref<
SkPathHeap
> fPathHeap;
SkPictureRecord.h
13
#include "
SkPathHeap
.h"
256
SkPathHeap
* fPathHeap; // reference counted
SkPicturePlayback.cpp
610
fPathHeap.reset(SkNEW_ARGS(
SkPathHeap
, (buffer)));
[
all
...]
SkPictureRecord.cpp
[
all
...]
/external/skia/src/core/
SkPathHeap.h
19
class
SkPathHeap
: public SkRefCnt {
21
SK_DECLARE_INST_COUNT(
SkPathHeap
)
23
SkPathHeap
();
24
SkPathHeap
(SkFlattenableReadBuffer&);
25
virtual ~
SkPathHeap
();
SkPathHeap.cpp
8
#include "
SkPathHeap
.h"
16
SkPathHeap
::
SkPathHeap
() : fHeap(kPathCount * sizeof(SkPath)) {
19
SkPathHeap
::
SkPathHeap
(SkFlattenableReadBuffer& buffer)
35
SkPathHeap
::~
SkPathHeap
() {
44
int
SkPathHeap
::append(const SkPath& path) {
51
void
SkPathHeap
::flatten(SkFlattenableWriteBuffer& buffer) const {
SkPicturePlayback.h
20
#include "
SkPathHeap
.h"
210
SkAutoTUnref<
SkPathHeap
> fPathHeap;
SkPictureRecord.h
13
#include "
SkPathHeap
.h"
256
SkPathHeap
* fPathHeap; // reference counted
SkPicturePlayback.cpp
610
fPathHeap.reset(SkNEW_ARGS(
SkPathHeap
, (buffer)));
[
all
...]
SkPictureRecord.cpp
[
all
...]
/external/skia/
Android.mk
163
src/core/
SkPathHeap
.cpp \
Completed in 86 milliseconds