Home | History | Annotate | Download | only in pdf

Lines Matching refs:image_data_

520       image_data_.size(),
522 if (new_image_data_size != image_data_.size()) {
523 image_data_ = pp::ImageData(this,
530 if (image_data_.is_null()) {
616 if (image_data_.is_null()) {
622 pp::Rect rect = pp::Rect(pp::Point(), image_data_.size());
628 ready->push_back(PaintManager::ReadyRect(rect, image_data_, true));
650 engine_->Paint(pdf_rect, &image_data_, &pdf_ready, &pdf_pending);
654 PaintManager::ReadyRect(pdf_ready[j], image_data_, false));
667 PaintManager::ReadyRect(intersection, image_data_, false));
745 DCHECK(!image_data_.is_null() || rect.IsEmpty());
746 unsigned int* buffer_start = static_cast<unsigned int*>(image_data_.data());
747 int stride = image_data_.stride();