HomeSort by relevance Sort by last modified time
    Searched defs:image_size_ (Results 1 - 6 of 6) 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
  /art/dex2oat/linker/
image_test.cc 60 uint32_t image_size_ = 16 * KB; local
69 image_size_,
image_writer.h 320 // The next image may only start at image_begin_ + image_size_ (which is guaranteed to be
322 size_t image_size_ = 0; member in struct:art::linker::FINAL::ImageInfo
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
flow_cache.h 33 image_size_(config->image_size),
105 if (InRange(*final_x, 0.0f, static_cast<float>(image_size_.width) - 1) &&
106 InRange(*final_y, 0.0f, static_cast<float>(image_size_.height) - 1)) {
130 BoundingBox(0, 0, image_size_.width - 1, image_size_.height - 1));
204 (image_size_.width + level_dim - 1) / level_dim;
206 (image_size_.height + level_dim - 1) / level_dim;
252 if (x < 0 || x >= image_size_.width || y < 0 || y >= image_size_.height) {
290 const Size image_size_; member in class:tf_tracking::FlowCache
    [all...]
  /art/runtime/
image.h 98 image_size_(0U),
143 return static_cast<uint32_t>(image_size_);
395 uint32_t image_size_; variable

Completed in 144 milliseconds