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

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

Completed in 69 milliseconds