OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkPathRef
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkPathRef.h
24
* modify the contents. To modify or append to the verbs/points wrap the
SkPathRef
in an
25
*
SkPathRef
::Editor object. Installing the editor resets the generation ID. It also performs
26
* copy-on-write if the
SkPathRef
is shared by multiple SkPaths. The caller passes the Editor's
27
* constructor a SkAutoTUnref, which may be updated to point to a new
SkPathRef
after the editor's
37
class SK_API
SkPathRef
: public ::SkRefCnt {
39
SK_DECLARE_INST_COUNT(
SkPathRef
);
43
Editor(SkAutoTUnref<
SkPathRef
>* pathRef,
101
SkPathRef
* pathRef() { return fPathRef; }
108
SkPathRef
* fPathRef;
115
static
SkPathRef
* CreateEmpty()
[
all
...]
/external/skia/include/core/
SkPathRef.h
24
* modify the contents. To modify or append to the verbs/points wrap the
SkPathRef
in an
25
*
SkPathRef
::Editor object. Installing the editor resets the generation ID. It also performs
26
* copy-on-write if the
SkPathRef
is shared by multiple SkPaths. The caller passes the Editor's
27
* constructor a SkAutoTUnref, which may be updated to point to a new
SkPathRef
after the editor's
37
class SK_API
SkPathRef
: public ::SkRefCnt {
39
SK_DECLARE_INST_COUNT(
SkPathRef
);
43
Editor(SkAutoTUnref<
SkPathRef
>* pathRef,
101
SkPathRef
* pathRef() { return fPathRef; }
108
SkPathRef
* fPathRef;
115
static
SkPathRef
* CreateEmpty()
[
all
...]
Completed in 56 milliseconds