HomeSort by relevance Sort by last modified time
    Searched refs:GetEffectiveSize (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 58 if (GetEffectiveSize() == new_size)
72 aggregator_.InvalidateRect(Rect(GetEffectiveSize()));
80 Rect clipped_rect = rect.Intersect(Rect(GetEffectiveSize()));
96 Size PaintManager::GetEffectiveSize() const {
paint_manager.h 240 /// GetEffectiveSize() returns the size of the graphics context for the
246 Size GetEffectiveSize() const;
  /external/chromium_org/pdf/
paint_manager.cc 86 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 {
paint_manager.h 142 pp::Size GetEffectiveSize() const;

Completed in 623 milliseconds