OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stencilPath
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrPathRendering.h
114
virtual void
stencilPath
(const GrPath*, SkPath::FillType) = 0;
GrPathRenderer.h
63
* simultaneously. The path renderer does support the
stencilPath
() function
135
void
stencilPath
(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) {
174
* Subclass implementation of
stencilPath
(). Subclass must override iff it ever returns
GrStencilAndCoverPathRenderer.cpp
70
target->
stencilPath
(p, path.getFillType());
GrDrawTarget.h
320
void
stencilPath
(const GrPath*, SkPath::FillType fill);
[
all
...]
GrGpu.cpp
350
this->pathRendering()->
stencilPath
(path, fill);
GrClipMaskManager.cpp
[
all
...]
GrDrawTarget.cpp
529
void GrDrawTarget::
stencilPath
(const GrPath* path, SkPath::FillType fill) {
[
all
...]
GrInOrderDrawBuffer.cpp
367
StencilPath
* sp = this->recordStencilPath(path);
530
fDstGpu->
stencilPath
(stencilPathIter->path(), stencilPathIter->fFill);
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.h
42
virtual void
stencilPath
(const GrPath*, SkPath::FillType) SK_OVERRIDE;
GrGLPathRendering.cpp
155
void GrGLPathRendering::
stencilPath
(const GrPath* path, SkPath::FillType fill) {
Completed in 708 milliseconds