HomeSort by relevance Sort by last modified time
    Searched defs:GrPaint (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrPaint.cpp 8 #include "GrPaint.h"
14 GrPaint::GrPaint(const GrPaint& that)
32 void GrPaint::setPorterDuffXPFactory(SkBlendMode mode) {
36 void GrPaint::setCoverageSetOpXPFactory(SkRegion::Op regionOp, bool invertCoverage) {
40 void GrPaint::addColorTextureProcessor(sk_sp<GrTextureProxy> proxy, const SkMatrix& matrix) {
44 void GrPaint::addColorTextureProcessor(sk_sp<GrTextureProxy> proxy, const SkMatrix& matrix,
50 void GrPaint::addCoverageTextureProcessor(sk_sp<GrTextureProxy> proxy,
55 void GrPaint::addCoverageTextureProcessor(sk_sp<GrTextureProxy> proxy
    [all...]
GrPaint.h 40 class GrPaint {
42 GrPaint() = default;
43 ~GrPaint() = default;
45 static GrPaint Clone(const GrPaint& src) { return GrPaint(src); }
149 GrPaint(const GrPaint&);
150 GrPaint& operator=(const GrPaint&) = delete
    [all...]
  /external/skqp/src/gpu/
GrPaint.cpp 8 #include "GrPaint.h"
14 GrPaint::GrPaint(const GrPaint& that)
32 void GrPaint::setPorterDuffXPFactory(SkBlendMode mode) {
36 void GrPaint::setCoverageSetOpXPFactory(SkRegion::Op regionOp, bool invertCoverage) {
40 void GrPaint::addColorTextureProcessor(sk_sp<GrTextureProxy> proxy, const SkMatrix& matrix) {
44 void GrPaint::addColorTextureProcessor(sk_sp<GrTextureProxy> proxy, const SkMatrix& matrix,
50 void GrPaint::addCoverageTextureProcessor(sk_sp<GrTextureProxy> proxy,
55 void GrPaint::addCoverageTextureProcessor(sk_sp<GrTextureProxy> proxy
    [all...]
GrPaint.h 40 class GrPaint {
42 GrPaint() = default;
43 ~GrPaint() = default;
45 static GrPaint Clone(const GrPaint& src) { return GrPaint(src); }
149 GrPaint(const GrPaint&);
150 GrPaint& operator=(const GrPaint&) = delete
    [all...]

Completed in 76 milliseconds