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

  /art/runtime/
image.h 61 uint32_t image_size_,
80 return static_cast<uint32_t>(image_size_);
180 uint32_t image_size_; variable
image.cc 41 image_size_(image_size),
87 if (image_begin_ >= image_begin_ + image_size_) {
  /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/compiler/
image_test.cc 203 uint32_t image_size_ = 16 * KB;
212 image_size_,

Completed in 681 milliseconds