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

  /external/sfntly/cpp/src/sfntly/data/
font_data.cc 62 (data->bound_length_ == GROWABLE_SIZE)
63 ? GROWABLE_SIZE : data->bound_length_ - offset);
71 bound_length_ = GROWABLE_SIZE;
font_data.h 122 static const int32_t GROWABLE_SIZE = INT_MAX;

Completed in 51 milliseconds