HomeSort by relevance Sort by last modified time
    Searched defs:image_ (Results 1 - 7 of 7) sorted by null

  /art/patchoat/
patchoat.h 63 : oat_file_(oat_file), image_(nullptr), bitmap_(nullptr), heap_(nullptr), delta_(delta),
67 : image_(image), bitmap_(bitmap), heap_(heap),
72 : oat_file_(oat_file), image_(image), bitmap_(bitmap), heap_(heap),
136 DCHECK_LT(heap_off, image_->Size());
137 return reinterpret_cast<T*>(image_->Begin() + heap_off);
192 const MemMap* const image_; member in class:art::PatchOat
  /packages/apps/Camera2/jni/
tinyplanet.cc 31 : image_(image), width_(width), height_(height) {
45 return image_ + y * width_step_ + x * 4;
48 return image_ + y * width_step_ + x * 4;
52 unsigned char* image_; member in class:ImageRGBA
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 30 : image_(image), width_(width), height_(height) {
44 return image_ + y * width_step_ + x * 4;
47 return image_ + y * width_step_ + x * 4;
51 unsigned char* image_; member in class:ImageRGBA
  /art/compiler/
image_writer.h 195 uint8_t* dst = image_->Begin() + offset;
298 // Offset to the free space in image_.
301 // Offset from image_begin_ to where the first object is in image_.
311 std::unique_ptr<MemMap> image_; member in class:art::FINAL
  /external/opencv/cxcore/include/
cvwimage.h 185 IplImage* Ipl() {return image_; }
186 const IplImage* Ipl() const {return image_; }
187 T* ImageData() { return reinterpret_cast<T*>(image_->imageData); }
189 return reinterpret_cast<const T*>(image_->imageData);
192 int Width() const {return image_->width; }
193 int Height() const {return image_->height; }
196 int WidthStep() const {return image_->widthStep; }
198 int Channels() const {return image_->nChannels; }
210 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep)
251 IplImage* image_; member in class:cv::WImage
536 WImage<T>::image_ = cvCreateImage(cvSize(width, height), member in class:cv::WImage
    [all...]
  /art/compiler/driver/
compiler_driver.h 156 return image_;
644 const bool image_; member in class:art::CompilerDriver
646 // If image_ is true, specifies the classes that will be included in
    [all...]
  /art/dex2oat/
dex2oat.cc 518 image_(false),
1892 bool image_; member in class:art::FINAL
    [all...]

Completed in 60 milliseconds