Searched refs:current_context_size (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/pdf/
H A Dpaint_manager.cc42 pp::Size PaintManager::GetNewContextSize(const pp::Size& current_context_size, argument
49 pp::Size result = current_context_size;
56 std::max(current_context_size.width() - 2 * kBufferSize, 0),
57 std::max(current_context_size.height() - 2 * kBufferSize, 0));
63 if (plugin_size.width() > current_context_size.width() ||
64 plugin_size.height() > current_context_size.height() ||
H A Dpaint_manager.h110 static pp::Size GetNewContextSize(const pp::Size& current_context_size,

Completed in 116 milliseconds