Searched defs:GrDrawTarget (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
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
H A DGrDrawTarget.cpp11 #include "GrDrawTarget.h"
23 GrDrawTarget::DrawInfo& GrDrawTarget::DrawInfo::operator =(const DrawInfo& di) {
48 bool GrDrawTarget::DrawInfo::isInstanced() const {
65 void GrDrawTarget::DrawInfo::adjustInstanceCount(int instanceOffset) {
73 void GrDrawTarget::DrawInfo::adjustStartVertex(int vertexOffset) {
78 void GrDrawTarget::DrawInfo::adjustStartIndex(int indexOffset) {
89 GrDrawTarget::GrDrawTarget(GrContext* context) function in class:GrDrawTarget
108 GrDrawTarget
[all...]
H A DGrDrawTarget.h29 class GrDrawTarget : public SkRefCnt { class in inherits:SkRefCnt
34 SK_DECLARE_INST_COUNT(GrDrawTarget)
38 // The context may not be fully constructed and should not be used during GrDrawTarget
40 GrDrawTarget(GrContext* context);
41 virtual ~GrDrawTarget();
67 * make a copy. The GrDrawTarget will take a reference to passed object.
68 * Passing NULL will cause the GrDrawTarget to use its own internal draw
74 * Read-only access to the GrDrawTarget's current draw state.
79 * Read-write access to the GrDrawTarget's current draw state. Note that
157 * GrDrawTarget subclas
[all...]
/external/skia/src/gpu/
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
H A DGrDrawTarget.cpp11 #include "GrDrawTarget.h"
23 GrDrawTarget::DrawInfo& GrDrawTarget::DrawInfo::operator =(const DrawInfo& di) {
48 bool GrDrawTarget::DrawInfo::isInstanced() const {
65 void GrDrawTarget::DrawInfo::adjustInstanceCount(int instanceOffset) {
73 void GrDrawTarget::DrawInfo::adjustStartVertex(int vertexOffset) {
78 void GrDrawTarget::DrawInfo::adjustStartIndex(int indexOffset) {
89 GrDrawTarget::GrDrawTarget(GrContext* context) function in class:GrDrawTarget
108 GrDrawTarget
[all...]
H A DGrDrawTarget.h29 class GrDrawTarget : public SkRefCnt { class in inherits:SkRefCnt
34 SK_DECLARE_INST_COUNT(GrDrawTarget)
38 // The context may not be fully constructed and should not be used during GrDrawTarget
40 GrDrawTarget(GrContext* context);
41 virtual ~GrDrawTarget();
67 * make a copy. The GrDrawTarget will take a reference to passed object.
68 * Passing NULL will cause the GrDrawTarget to use its own internal draw
74 * Read-only access to the GrDrawTarget's current draw state.
79 * Read-write access to the GrDrawTarget's current draw state. Note that
157 * GrDrawTarget subclas
[all...]

Completed in 160 milliseconds