Home
last modified time | relevance | path

Searched refs:GROWABLE_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/data/
Dfont_data.cc40 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()
Dfont_data.h111 static const int32_t GROWABLE_SIZE = INT_MAX; variable