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

  /external/chromium_org/pdf/
out_of_process_instance.cc 648 std::vector<pp::Rect> pdf_ready; local
650 engine_->Paint(pdf_rect, &image_data_, &pdf_ready, &pdf_pending);
651 for (size_t j = 0; j < pdf_ready.size(); ++j) {
652 pdf_ready[j].Offset(available_area_.point());
654 PaintManager::ReadyRect(pdf_ready[j], image_data_, false));
    [all...]
instance.cc 799 std::vector<pp::Rect> pdf_ready; local
801 engine_->Paint(pdf_rect, &image_data_, &pdf_ready, &pdf_pending);
802 for (size_t j = 0; j < pdf_ready.size(); ++j) {
803 pdf_ready[j].Offset(available_area_.point());
805 PaintManager::ReadyRect(pdf_ready[j], image_data_, false));
    [all...]

Completed in 60 milliseconds