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

  /external/chromium_org/third_party/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
  /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
  /external/chromium_org/media/cast/logging/
receiver_time_offset_estimator_impl.cc 19 : bounded_(false) {}
93 if (!bounded_)
112 if (bounded_) {
125 bounded_ = true;
receiver_time_offset_estimator_impl.h 53 bool bounded_; member in class:media::cast::ReceiverTimeOffsetEstimatorImpl

Completed in 214 milliseconds