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

  /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_format5.h 109 int32_t image_size_; member in class:sfntly::IndexSubTableFormat5
  /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;
  /art/compiler/
image_writer.h 266 // The next image may only start at image_begin_ + image_size_ (which is guaranteed to be
268 size_t image_size_ = 0; member in struct:art::FINAL::ImageInfo
  /art/runtime/
image.h 85 image_size_(0U),
130 return static_cast<uint32_t>(image_size_);
297 uint32_t image_size_; variable

Completed in 399 milliseconds