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

  /external/chromium_org/pdf/
out_of_process_instance.cc 666 for (size_t j = 0; j < background_parts_.size(); ++j) {
667 pp::Rect intersection = background_parts_[j].location.Intersect(rect);
669 FillRect(intersection, background_parts_[j].color);
714 background_parts_.clear();
727 background_parts_.push_back(part);
730 background_parts_.push_back(part);
734 background_parts_.push_back(part);
    [all...]
out_of_process_instance.h 245 std::vector<BackgroundPart> background_parts_; member in class:chrome_pdf::OutOfProcessInstance
instance.cc 834 for (size_t j = 0; j < background_parts_.size(); ++j) {
835 pp::Rect intersection = background_parts_[j].location.Intersect(rect);
837 FillRect(intersection, background_parts_[j].color);
    [all...]
instance.h 418 std::vector<BackgroundPart> background_parts_; member in class:chrome_pdf::Instance

Completed in 197 milliseconds