OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkTCopyOnFirstWrite
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkTLazy.h
124
*
SkTCopyOnFirstWrite
<Thing> thing(&constThing);
141
class
SkTCopyOnFirstWrite
{
143
SkTCopyOnFirstWrite
(const T& initial) : fObj(&initial) {}
146
SkTCopyOnFirstWrite
() : fObj(NULL) {}
/external/skia/include/core/
SkTLazy.h
124
*
SkTCopyOnFirstWrite
<Thing> thing(&constThing);
141
class
SkTCopyOnFirstWrite
{
143
SkTCopyOnFirstWrite
(const T& initial) : fObj(&initial) {}
146
SkTCopyOnFirstWrite
() : fObj(NULL) {}
/external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp
67
SkTCopyOnFirstWrite
<SkPath> path(origPath);
295
SkTCopyOnFirstWrite
<SkPath> path(element->getPath());
330
SkTCopyOnFirstWrite
<SkPath> path(element->getPath());
647
SkTCopyOnFirstWrite
<SkPath> clipPath;
[
all
...]
GrDefaultPathRenderer.cpp
334
SkTCopyOnFirstWrite
<SkStrokeRec> stroke(origStroke);
GrContext.cpp
640
SkTCopyOnFirstWrite
<GrPaint> paint(origPaint);
[
all
...]
/external/skia/src/gpu/
GrClipMaskManager.cpp
67
SkTCopyOnFirstWrite
<SkPath> path(origPath);
295
SkTCopyOnFirstWrite
<SkPath> path(element->getPath());
330
SkTCopyOnFirstWrite
<SkPath> path(element->getPath());
647
SkTCopyOnFirstWrite
<SkPath> clipPath;
[
all
...]
GrDefaultPathRenderer.cpp
334
SkTCopyOnFirstWrite
<SkStrokeRec> stroke(origStroke);
GrContext.cpp
640
SkTCopyOnFirstWrite
<GrPaint> paint(origPaint);
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkBlitter.cpp
873
SkTCopyOnFirstWrite
<SkPaint> paint(origPaint);
SkDraw.cpp
[
all
...]
/external/skia/src/core/
SkBlitter.cpp
873
SkTCopyOnFirstWrite
<SkPaint> paint(origPaint);
SkDraw.cpp
[
all
...]
/external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp
[
all
...]
/external/skia/src/device/xps/
SkXPSDevice.cpp
[
all
...]
Completed in 499 milliseconds