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

  /external/opencv3/modules/calib3d/test/
test_cornerssubpix.cpp 58 Size image_size_; member in class:CV_ChessboardSubpixelTest
115 image_size_(640, 480)
130 Mat bg(image_size_, CV_8UC1);
230 double cx = image_size_.width/2;
231 double cy = image_size_.height/2;
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format2.h 98 int32_t image_size_; member in class:sfntly::IndexSubTableFormat2
index_sub_table_format2.cc 50 return loca * image_size_;
57 return image_size_;
64 image_size_ =
index_sub_table_format5.h 109 int32_t image_size_; member in class:sfntly::IndexSubTableFormat5
index_sub_table_format5.cc 55 return image_size_;
75 image_size_ = data_->ReadULongAsInt(
  /art/runtime/
image.h 85 image_size_(0U),
130 return static_cast<uint32_t>(image_size_);
303 uint32_t image_size_; variable
image.cc 48 image_size_(image_size),
108 if (image_begin_ >= image_begin_ + image_size_) {
  /art/compiler/
image_test.cc 305 uint32_t image_size_ = 16 * KB;
314 image_size_,
image_writer.cc     [all...]
image_writer.h 269 // The next image may only start at image_begin_ + image_size_ (which is guaranteed to be
271 size_t image_size_ = 0; member in struct:art::FINAL::ImageInfo

Completed in 707 milliseconds