Searched refs:GROWABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
62 (data->bound_length_ == GROWABLE_SIZE) in FontData()63 ? GROWABLE_SIZE : data->bound_length_ - offset); in FontData()71 bound_length_ = GROWABLE_SIZE; in Init()
122 static const int32_t GROWABLE_SIZE = INT_MAX; variable