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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.h 31 class DrawInfo;
464 * For subclass internal use to invoke a call to onDraw(). See DrawInfo below.
466 void executeDraw(const DrawInfo& info) { this->onDraw(info); }
755 class DrawInfo {
757 DrawInfo(const DrawInfo& di) { (*this) = di; }
758 DrawInfo& operator =(const DrawInfo& di);
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.h 31 class DrawInfo;
464 * For subclass internal use to invoke a call to onDraw(). See DrawInfo below.
466 void executeDraw(const DrawInfo& info) { this->onDraw(info); }
755 class DrawInfo {
757 DrawInfo(const DrawInfo& di) { (*this) = di; }
758 DrawInfo& operator =(const DrawInfo& di);
    [all...]

Completed in 32 milliseconds