OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrStencilAndCoverPathRenderer
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverPathRenderer.h
21
class
GrStencilAndCoverPathRenderer
: public GrPathRenderer {
26
virtual ~
GrStencilAndCoverPathRenderer
();
48
GrStencilAndCoverPathRenderer
(GrGpu*);
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,
46
GrPathRenderer::StencilSupport
GrStencilAndCoverPathRenderer
::onGetStencilSupport(
53
void
GrStencilAndCoverPathRenderer
::onStencilPath(const SkPath& path
[
all
...]
GrAddPathRenderers_default.cpp
10
#include "
GrStencilAndCoverPathRenderer
.h"
27
if (GrPathRenderer* pr =
GrStencilAndCoverPathRenderer
::Create(ctx)) {
/external/skia/src/gpu/
GrStencilAndCoverPathRenderer.h
21
class
GrStencilAndCoverPathRenderer
: public GrPathRenderer {
26
virtual ~
GrStencilAndCoverPathRenderer
();
48
GrStencilAndCoverPathRenderer
(GrGpu*);
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,
46
GrPathRenderer::StencilSupport
GrStencilAndCoverPathRenderer
::onGetStencilSupport(
53
void
GrStencilAndCoverPathRenderer
::onStencilPath(const SkPath& path
[
all
...]
GrAddPathRenderers_default.cpp
10
#include "
GrStencilAndCoverPathRenderer
.h"
27
if (GrPathRenderer* pr =
GrStencilAndCoverPathRenderer
::Create(ctx)) {
/external/skia/
Android.mk
471
src/gpu/
GrStencilAndCoverPathRenderer
.cpp \
Completed in 320 milliseconds