Searched refs:GROWABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
40 if (length == GROWABLE_SIZE) { in Bound()72 (data->bound_length_ == GROWABLE_SIZE) in FontData()73 ? GROWABLE_SIZE : data->bound_length_ - offset); in FontData()81 bound_length_ = GROWABLE_SIZE; in Init()
111 static const int32_t GROWABLE_SIZE = INT_MAX; variable