Searched refs:GrDrawTarget (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDefaultPathRenderer.h24 const GrDrawTarget*,
31 const GrDrawTarget*) const SK_OVERRIDE;
35 GrDrawTarget*,
40 GrDrawTarget*) SK_OVERRIDE;
44 GrDrawTarget*,
50 GrDrawTarget*,
54 GrDrawTarget::AutoReleaseGeometry*);
H A DGrStencilAndCoverPathRenderer.h30 const GrDrawTarget*,
36 const GrDrawTarget*) const SK_OVERRIDE;
40 GrDrawTarget*,
45 GrDrawTarget*) SK_OVERRIDE;
H A DGrAAConvexPathRenderer.h18 const GrDrawTarget* target,
24 GrDrawTarget* target,
H A DGrSoftwarePathRenderer.h29 const GrDrawTarget*,
34 const GrDrawTarget*) const SK_OVERRIDE;
38 GrDrawTarget*,
H A DGrAAHairLinePathRenderer.h22 const GrDrawTarget* target,
32 GrDrawTarget* target,
41 GrDrawTarget* target,
44 GrDrawTarget::AutoReleaseGeometry* arg,
48 GrDrawTarget* target,
55 GrDrawTarget::AutoReleaseGeometry* arg,
H A DGrPathRenderer.h13 #include "GrDrawTarget.h"
25 * Base class for drawing paths into a GrDrawTarget.
86 const GrDrawTarget* target) const {
105 const GrDrawTarget* target,
118 GrDrawTarget* target,
135 void stencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) {
147 const GrDrawTarget*) const {
156 GrDrawTarget* target,
163 virtual void onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) {
164 GrDrawTarget
[all...]
H A DGrDrawTarget.cpp11 #include "GrDrawTarget.h"
20 SK_DEFINE_INST_COUNT(GrDrawTarget)
24 GrDrawTarget::DrawInfo& GrDrawTarget::DrawInfo::operator =(const DrawInfo& di) {
49 bool GrDrawTarget::DrawInfo::isInstanced() const {
66 void GrDrawTarget::DrawInfo::adjustInstanceCount(int instanceOffset) {
74 void GrDrawTarget::DrawInfo::adjustStartVertex(int vertexOffset) {
79 void GrDrawTarget::DrawInfo::adjustStartIndex(int indexOffset) {
90 GrDrawTarget::GrDrawTarget(GrContex function in class:GrDrawTarget
[all...]
H A DGrDrawTarget.h31 class GrDrawTarget : public GrRefCnt { class in inherits:GrRefCnt
36 SK_DECLARE_INST_COUNT(GrDrawTarget)
40 // The context may not be fully constructed and should not be used during GrDrawTarget
42 GrDrawTarget(GrContext* context);
43 virtual ~GrDrawTarget();
69 * make a copy. The GrDrawTarget will take a reference to passed object.
70 * Passing NULL will cause the GrDrawTarget to use its own internal draw
76 * Read-only access to the GrDrawTarget's current draw state.
81 * Read-write access to the GrDrawTarget's current draw state. Note that
150 * GrDrawTarget subclas
[all...]
H A DGrSoftwarePathRenderer.cpp16 const GrDrawTarget*,
34 const GrDrawTarget*) const {
44 bool get_path_and_clip_bounds(const GrDrawTarget* target,
82 void draw_around_inv_path(GrDrawTarget* target,
118 GrDrawTarget* target,
14 canDrawPath(const SkPath&, const SkStrokeRec&, const GrDrawTarget*, bool antiAlias) const argument
/external/skia/src/gpu/
H A DGrDefaultPathRenderer.h24 const GrDrawTarget*,
31 const GrDrawTarget*) const SK_OVERRIDE;
35 GrDrawTarget*,
40 GrDrawTarget*) SK_OVERRIDE;
44 GrDrawTarget*,
50 GrDrawTarget*,
54 GrDrawTarget::AutoReleaseGeometry*);
H A DGrStencilAndCoverPathRenderer.h30 const GrDrawTarget*,
36 const GrDrawTarget*) const SK_OVERRIDE;
40 GrDrawTarget*,
45 GrDrawTarget*) SK_OVERRIDE;
H A DGrAAConvexPathRenderer.h18 const GrDrawTarget* target,
24 GrDrawTarget* target,
H A DGrSoftwarePathRenderer.h29 const GrDrawTarget*,
34 const GrDrawTarget*) const SK_OVERRIDE;
38 GrDrawTarget*,
H A DGrAAHairLinePathRenderer.h22 const GrDrawTarget* target,
32 GrDrawTarget* target,
41 GrDrawTarget* target,
44 GrDrawTarget::AutoReleaseGeometry* arg,
48 GrDrawTarget* target,
55 GrDrawTarget::AutoReleaseGeometry* arg,
H A DGrPathRenderer.h13 #include "GrDrawTarget.h"
25 * Base class for drawing paths into a GrDrawTarget.
86 const GrDrawTarget* target) const {
105 const GrDrawTarget* target,
118 GrDrawTarget* target,
135 void stencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) {
147 const GrDrawTarget*) const {
156 GrDrawTarget* target,
163 virtual void onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) {
164 GrDrawTarget
[all...]
H A DGrDrawTarget.cpp11 #include "GrDrawTarget.h"
20 SK_DEFINE_INST_COUNT(GrDrawTarget)
24 GrDrawTarget::DrawInfo& GrDrawTarget::DrawInfo::operator =(const DrawInfo& di) {
49 bool GrDrawTarget::DrawInfo::isInstanced() const {
66 void GrDrawTarget::DrawInfo::adjustInstanceCount(int instanceOffset) {
74 void GrDrawTarget::DrawInfo::adjustStartVertex(int vertexOffset) {
79 void GrDrawTarget::DrawInfo::adjustStartIndex(int indexOffset) {
90 GrDrawTarget::GrDrawTarget(GrContex function in class:GrDrawTarget
[all...]
H A DGrDrawTarget.h31 class GrDrawTarget : public GrRefCnt { class in inherits:GrRefCnt
36 SK_DECLARE_INST_COUNT(GrDrawTarget)
40 // The context may not be fully constructed and should not be used during GrDrawTarget
42 GrDrawTarget(GrContext* context);
43 virtual ~GrDrawTarget();
69 * make a copy. The GrDrawTarget will take a reference to passed object.
70 * Passing NULL will cause the GrDrawTarget to use its own internal draw
76 * Read-only access to the GrDrawTarget's current draw state.
81 * Read-write access to the GrDrawTarget's current draw state. Note that
150 * GrDrawTarget subclas
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrOvalRenderer.h16 class GrDrawTarget;
35 bool drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
37 bool drawSimpleRRect(GrDrawTarget* target, GrContext* context, bool useAA,
41 bool drawEllipse(GrDrawTarget* target, bool useAA,
44 void drawCircle(GrDrawTarget* target, bool useAA,
H A DGrAARectRenderer.h17 class GrDrawTarget;
42 GrDrawTarget* target,
63 GrDrawTarget* target,
72 GrDrawTarget* target,
89 GrDrawTarget* target,
96 GrDrawTarget* target,
101 GrDrawTarget* target,
106 GrDrawTarget* target,
H A DGrPathRendererChain.h17 class GrDrawTarget;
62 const GrDrawTarget* target,
H A DGrTextContext.h18 class GrDrawTarget;
33 GrDrawTarget* fDrawTarget;
/external/skia/include/gpu/
H A DGrOvalRenderer.h16 class GrDrawTarget;
35 bool drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
37 bool drawSimpleRRect(GrDrawTarget* target, GrContext* context, bool useAA,
41 bool drawEllipse(GrDrawTarget* target, bool useAA,
44 void drawCircle(GrDrawTarget* target, bool useAA,
H A DGrAARectRenderer.h17 class GrDrawTarget;
42 GrDrawTarget* target,
63 GrDrawTarget* target,
72 GrDrawTarget* target,
89 GrDrawTarget* target,
96 GrDrawTarget* target,
101 GrDrawTarget* target,
106 GrDrawTarget* target,
H A DGrPathRendererChain.h17 class GrDrawTarget;
62 const GrDrawTarget* target,
H A DGrTextContext.h18 class GrDrawTarget;
33 GrDrawTarget* fDrawTarget;

Completed in 214 milliseconds

123