HomeSort by relevance Sort by last modified time
    Searched defs:old_pos (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/gzip/
ftgzip.c 590 FT_ULong old_pos; local
594 old_pos = stream->pos;
601 (void)FT_Stream_Seek( stream, old_pos );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
ftgzip.c 590 FT_ULong old_pos; local
594 old_pos = stream->pos;
601 (void)FT_Stream_Seek( stream, old_pos );
  /external/v8/src/parsing/
scanner-character-streams.cc 158 size_t old_pos = pos_; local
161 return pos_ - old_pos;
223 size_t old_pos = pos_; local
228 return pos_ - old_pos;
311 size_t old_pos = raw_data_pos_; local
314 DCHECK(old_pos - raw_data_pos_ <= 4);
316 if (old_pos - raw_data_pos_ == 4) raw_character_position_--;
325 size_t old_pos = raw_data_pos_;
328 DCHECK(raw_data_pos_ - old_pos <= 4);
329 if (raw_data_pos_ - old_pos == 4) raw_character_position_++
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 1413 unsigned int old_pos = i - 1; local
1636 unsigned int old_pos = i; local
1654 unsigned int old_pos = i; local
    [all...]

Completed in 83 milliseconds