OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrStencilAndCoverPathRenderer
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp
10
#include "
GrStencilAndCoverPathRenderer
.h"
17
GrPathRenderer*
GrStencilAndCoverPathRenderer
::Create(GrContext* context) {
21
return SkNEW_ARGS(
GrStencilAndCoverPathRenderer
, (context->getGpu()));
27
GrStencilAndCoverPathRenderer
::
GrStencilAndCoverPathRenderer
(GrGpu* gpu) {
33
GrStencilAndCoverPathRenderer
::~
GrStencilAndCoverPathRenderer
() {
37
bool
GrStencilAndCoverPathRenderer
::canDrawPath(const SkPath& path,
47
GrPathRenderer::StencilSupport
GrStencilAndCoverPathRenderer
::onGetStencilSupport(
54
void
GrStencilAndCoverPathRenderer
::onStencilPath(const SkPath& path
[
all
...]
GrStencilAndCoverPathRenderer.h
21
class
GrStencilAndCoverPathRenderer
: public GrPathRenderer {
26
virtual ~
GrStencilAndCoverPathRenderer
();
48
GrStencilAndCoverPathRenderer
(GrGpu*);
/external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp
10
#include "
GrStencilAndCoverPathRenderer
.h"
17
GrPathRenderer*
GrStencilAndCoverPathRenderer
::Create(GrContext* context) {
21
return SkNEW_ARGS(
GrStencilAndCoverPathRenderer
, (context->getGpu()));
27
GrStencilAndCoverPathRenderer
::
GrStencilAndCoverPathRenderer
(GrGpu* gpu) {
33
GrStencilAndCoverPathRenderer
::~
GrStencilAndCoverPathRenderer
() {
37
bool
GrStencilAndCoverPathRenderer
::canDrawPath(const SkPath& path,
47
GrPathRenderer::StencilSupport
GrStencilAndCoverPathRenderer
::onGetStencilSupport(
54
void
GrStencilAndCoverPathRenderer
::onStencilPath(const SkPath& path
[
all
...]
GrStencilAndCoverPathRenderer.h
21
class
GrStencilAndCoverPathRenderer
: public GrPathRenderer {
26
virtual ~
GrStencilAndCoverPathRenderer
();
48
GrStencilAndCoverPathRenderer
(GrGpu*);
Completed in 28 milliseconds