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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.h35 class DrawInfo;
486 * For subclass internal use to invoke a call to onDraw(). See DrawInfo below.
488 void executeDraw(const DrawInfo& info) { this->onDraw(info); }
793 class DrawInfo { class in class:GrDrawTarget
795 DrawInfo(const DrawInfo& di) { (*this) = di; } function in class:GrDrawTarget::DrawInfo
796 DrawInfo& operator =(const DrawInfo& di);
837 DrawInfo() { fDevBounds = NULL; } function in class:GrDrawTarget::DrawInfo
879 virtual void onDraw(const DrawInfo
[all...]
/external/skia/src/gpu/
H A DGrDrawTarget.h33 class DrawInfo;
504 * For subclass internal use to invoke a call to onDraw(). See DrawInfo below.
506 void executeDraw(const DrawInfo& info) { this->onDraw(info); }
811 class DrawInfo { class in class:GrDrawTarget
813 DrawInfo(const DrawInfo& di) { (*this) = di; } function in class:GrDrawTarget::DrawInfo
814 DrawInfo& operator =(const DrawInfo& di);
855 DrawInfo() { fDevBounds = NULL; } function in class:GrDrawTarget::DrawInfo
897 virtual void onDraw(const DrawInfo
[all...]

Completed in 106 milliseconds