OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrConvexPolyEffect
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/effects/
GrConvexPolyEffect.h
24
class
GrConvexPolyEffect
: public GrFragmentProcessor {
46
return new
GrConvexPolyEffect
(edgeType, n, edges);
62
virtual ~
GrConvexPolyEffect
();
73
GrConvexPolyEffect
(GrPrimitiveEdgeType edgeType, int n, const SkScalar edges[]);
GrConvexPolyEffect.cpp
8
#include "
GrConvexPolyEffect
.h"
183
SkScalar fPrevEdges[3 *
GrConvexPolyEffect
::kMaxEdges];
188
const
GrConvexPolyEffect
& cpe = args.fFp.cast<
GrConvexPolyEffect
>();
221
const
GrConvexPolyEffect
& cpe = effect.cast<
GrConvexPolyEffect
>();
231
const
GrConvexPolyEffect
& cpe = processor.cast<
GrConvexPolyEffect
>();
239
GrFragmentProcessor*
GrConvexPolyEffect
::Create(GrPrimitiveEdgeType type, const SkPath& path,
290
GrFragmentProcessor*
GrConvexPolyEffect
::Create(GrPrimitiveEdgeType edgeType, const SkRect& rect)
[
all
...]
GrRRectEffect.cpp
10
#include "
GrConvexPolyEffect
.h"
[
all
...]
/external/skia/gm/
convexpolyeffect.cpp
28
#include "effects/
GrConvexPolyEffect
.h"
119
for (int i = 0; i <
GrConvexPolyEffect
::kMaxEdges; ++i) {
120
SkScalar angle = 2 * SK_ScalarPI * i /
GrConvexPolyEffect
::kMaxEdges;
190
SkAutoTUnref<GrFragmentProcessor> fp(
GrConvexPolyEffect
::Create(edgeType, p));
236
SkAutoTUnref<GrFragmentProcessor> fp(
GrConvexPolyEffect
::Create(edgeType, rect));
/external/skia/src/gpu/
GrClipMaskManager.cpp
24
#include "effects/
GrConvexPolyEffect
.h"
250
fps[fpCnt] =
GrConvexPolyEffect
::Create(edgeType, iter.get()->getPath(),
262
fps[fpCnt] =
GrConvexPolyEffect
::Create(edgeType, rect);
[
all
...]
/external/skia/
Android.mk
468
src/gpu/effects/
GrConvexPolyEffect
.cpp \
Completed in 97 milliseconds