HomeSort by relevance Sort by last modified time
    Searched full:image_data_offset_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.h 53 int32_t image_data_offset() { return image_data_offset_; }
54 void set_image_data_offset(int32_t v) { image_data_offset_ = v; }
128 int32_t image_data_offset_; member in class:sfntly::IndexSubTable::Builder
135 int32_t image_data_offset() { return image_data_offset_; }
167 int32_t image_data_offset_; member in class:sfntly::IndexSubTable
index_sub_table.cc 75 image_data_offset_ =
218 image_data_offset_(0) {
230 image_data_offset_(image_data_offset) {
274 image_data_offset_ =
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.h 53 int32_t image_data_offset() { return image_data_offset_; }
54 void set_image_data_offset(int32_t v) { image_data_offset_ = v; }
128 int32_t image_data_offset_; member in class:sfntly::IndexSubTable::Builder
135 int32_t image_data_offset() { return image_data_offset_; }
167 int32_t image_data_offset_; member in class:sfntly::IndexSubTable
index_sub_table.cc 75 image_data_offset_ =
218 image_data_offset_(0) {
230 image_data_offset_(image_data_offset) {
274 image_data_offset_ =

Completed in 296 milliseconds