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

  /external/sfntly/cpp/src/sfntly/data/
font_input_stream.cc 24 : stream_(is), position_(0), length_(0), bounded_(false) {
28 : stream_(is), position_(0), length_(length), bounded_(true) {
68 if (!stream_ || (bounded_ && position_ >= length_)) {
80 (bounded_ && position_ >= length_)) {
84 bounded_ ? std::min<int32_t>(length, (int32_t)(length_ - position_)) :
font_input_stream.h 92 bool bounded_; member in class:sfntly::FontInputStream

Completed in 6066 milliseconds