Lines Matching defs:DrawInfo
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);
799 DrawInfo() { fDevBounds = NULL; }
841 virtual void onDraw(const DrawInfo&) = 0;
874 bool setupDstReadIfNecessary(DrawInfo* info) {