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

  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 95 FX_FLOAT last_pos = item.m_OriginX; local
120 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' && preChar != L' ')
122 if((x - last_pos - last_width) > threshold || (last_pos - x - last_width) > threshold) {
125 if(x < 0 && (last_pos - x - last_width) > threshold) {
128 if((x - last_pos - last_width) > this_width || (x - last_pos - this_width) > last_width ) {
132 if(last_pos + last_width > x + this_width && curChar == L' ') {
fpdf_text_int.cpp     [all...]
  /frameworks/compile/mclinker/lib/Core/
Module.cpp 70 uint32_t last_pos = m_AliasLists.size()-1; local
71 m_AliasLists[last_pos]->push_back(&pAlias);
  /external/chromium_org/sandbox/win/src/
win_utils.cc 96 base::string16::size_type last_pos = base::string16::npos; local
99 path = path.substr(0, last_pos);
117 last_pos = path.rfind(L'\\');
118 } while (last_pos > 2); // Skip root dir.
  /external/oprofile/libopagent/
opagent.c 283 long cur_pos, last_pos; local
332 if ((last_pos = ftell(dumpfile)) == -1l)
334 rec.total_size = last_pos - cur_pos;
343 if (fseek(dumpfile, last_pos + padding_count, SEEK_SET) == -1)
  /external/stressapptest/src/
disk_blocks.cc 95 int last_pos = nelems_ - 1; local
97 pos_to_addr_[last_pos]);
102 pos_to_addr_[curr_pos] = pos_to_addr_[last_pos];
  /external/chromium_org/third_party/libwebp/dsp/
upsampling_neon.c 193 const int last_pos = 1 + 16 * num_blocks; \
230 top_dst, bottom_dst, last_pos, len - last_pos); \
  /external/webp/src/dsp/
upsampling_neon.c 193 const int last_pos = 1 + 16 * num_blocks; \
230 top_dst, bottom_dst, last_pos, len - last_pos); \
  /external/fio/
file.h 91 uint64_t last_pos; member in struct:fio_file
io_u.c 266 f->file_name, (unsigned long long) f->last_pos,
276 if (f->last_pos >= f->io_size + get_start_offset(td, f) && td->o.time_based)
277 f->last_pos = f->last_pos - f->io_size;
279 if (f->last_pos < f->real_file_size) {
282 if (f->last_pos == f->file_offset && td->o.ddir_seq_add < 0)
283 f->last_pos = f->real_file_size;
285 pos = f->last_pos - f->file_offset;
753 io_u->file->last_pos = io_u->file->file_offset;
1485 f->last_pos = io_u->offset + io_u->buflen
    [all...]
filesetup.c 1531 f->last_pos = f->file_offset;
  /external/chromium_org/url/
gurl.cc 491 const char* last_pos = spec_.data() + parsed_.host.end() - 1; local
493 if ('.' == *last_pos && '.' != lower_ascii_domain[domain_len - 1]) {
494 last_pos--;
507 last_pos + 1,
  /external/chromium_org/chrome/browser/extensions/
extension_toolbar_model.cc 270 ExtensionIdList::iterator last_pos = std::find(last_known_positions_.begin(), local
273 if (last_pos != last_known_positions_.end()) {
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 149 int last_pos = m_pSyntax->GetPos(); local
205 last_pos = m_pSyntax->GetPos();
223 m_pSyntax->SetPos(last_pos);
    [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 1182 FX_FLOAT last_pos = item.m_OriginX; local
1222 FX_FLOAT last_pos = item.m_OriginX; local
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc 936 indic_position_t last_pos = POS_START; local
941 info[i].indic_position() = last_pos;
961 last_pos = (indic_position_t) info[i].indic_position();
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 963 indic_position_t last_pos = POS_START; local
968 info[i].indic_position() = last_pos;
988 last_pos = (indic_position_t) info[i].indic_position();
    [all...]
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 171 const int last_pos = 1 + 16 * num_blocks; local
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 23 private int last_pos; field in class:Parser
126 this.last_pos = this.lexer.peek().getPos();
864 "[" + this.last_line + "," + this.last_pos + "] " +
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 1194 milliseconds