Home | History | Annotate | Download | only in pdf

Lines Matching defs:PaintManager

14 PaintManager::PaintManager(pp::Instance* instance,
38 PaintManager::~PaintManager() {
42 pp::Size PaintManager::GetNewContextSize(const pp::Size& current_context_size,
76 void PaintManager::Initialize(pp::Instance* instance,
85 void PaintManager::SetSize(const pp::Size& new_size, float device_scale) {
99 void PaintManager::Invalidate() {
107 void PaintManager::InvalidateRect(const pp::Rect& rect) {
122 void PaintManager::ScrollRect(const pp::Rect& clip_rect,
134 pp::Size PaintManager::GetEffectiveSize() const {
138 float PaintManager::GetEffectiveDeviceScale() const {
142 void PaintManager::EnsureCallbackPending() {
156 callback_factory_.NewCallback(&PaintManager::OnManualCallbackComplete),
161 void PaintManager::DoPaint() {
254 callback_factory_.NewCallback(&PaintManager::OnFlushComplete));
257 // manually. When using the PaintManager, you should not call Flush, it will
282 void PaintManager::OnFlushComplete(int32_t) {
292 void PaintManager::OnManualCallbackComplete(int32_t) {