Searched refs:GetEffectiveSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_manager.cc58 if (GetEffectiveSize() == new_size)
72 aggregator_.InvalidateRect(Rect(GetEffectiveSize()));
80 Rect clipped_rect = rect.Intersect(Rect(GetEffectiveSize()));
96 Size PaintManager::GetEffectiveSize() const { function in class:pp::PaintManager
H A Dpaint_manager.h240 /// GetEffectiveSize() returns the size of the graphics context for the
246 Size GetEffectiveSize() const;
/external/chromium_org/pdf/
H A Dpaint_manager.cc86 if (GetEffectiveSize() == new_size &&
104 aggregator_.InvalidateRect(pp::Rect(GetEffectiveSize()));
114 pp::Rect clipped_rect = rect.Intersect(pp::Rect(GetEffectiveSize()));
134 pp::Size PaintManager::GetEffectiveSize() const { function in class:PaintManager
H A Dpaint_manager.h142 pp::Size GetEffectiveSize() const;

Completed in 501 milliseconds