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 33 class DrawInfo;
449 * For subclass internal use to invoke a call to onDraw(). See DrawInfo below.
451 void executeDraw(const DrawInfo& info) { this->onDraw(info); }
715 class DrawInfo {
717 DrawInfo(const DrawInfo& di) { (*this) = di; }
718 DrawInfo& operator =(const DrawInfo& di);
768 DrawInfo() { fDevBounds = NULL; }
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.h 33 class DrawInfo;
449 * For subclass internal use to invoke a call to onDraw(). See DrawInfo below.
451 void executeDraw(const DrawInfo& info) { this->onDraw(info); }
715 class DrawInfo {
717 DrawInfo(const DrawInfo& di) { (*this) = di; }
718 DrawInfo& operator =(const DrawInfo& di);
768 DrawInfo() { fDevBounds = NULL; }
    [all...]

Completed in 561 milliseconds