Searched defs:GrPaint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrPaint.h42 * TODO: Encapsulate setXfermodeColorFilter in a GrProcessor and remove from GrPaint.
44 class GrPaint { class
46 GrPaint() { this->reset(); } function in class:GrPaint
48 GrPaint(const GrPaint& paint) { *this = paint; } function in class:GrPaint
50 ~GrPaint() {}
127 GrPaint& operator=(const GrPaint& paint) {
/external/skia/include/gpu/
H A DGrPaint.h42 * TODO: Encapsulate setXfermodeColorFilter in a GrEffect and remove from GrPaint.
44 class GrPaint { class
46 GrPaint() { this->reset(); } function in class:GrPaint
48 GrPaint(const GrPaint& paint) { *this = paint; } function in class:GrPaint
50 ~GrPaint() {}
132 GrPaint& operator=(const GrPaint& paint) {

Completed in 425 milliseconds