/external/pdfium/core/src/fpdftext/ |
D | fpdf_text_search.cpp | 102 FX_FLOAT last_pos = item.m_OriginX; in FPDFText_ProcessInterObj() local 131 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' && in FPDFText_ProcessInterObj() 134 if ((x - last_pos - last_width) > threshold || in FPDFText_ProcessInterObj() 135 (last_pos - x - last_width) > threshold) { in FPDFText_ProcessInterObj() 138 if (x < 0 && (last_pos - x - last_width) > threshold) { in FPDFText_ProcessInterObj() 141 if ((x - last_pos - last_width) > this_width || in FPDFText_ProcessInterObj() 142 (x - last_pos - this_width) > last_width) { in FPDFText_ProcessInterObj() 146 if (last_pos + last_width > x + this_width && curChar == L' ') { in FPDFText_ProcessInterObj()
|
D | fpdf_text_int.cpp | 1874 FX_FLOAT last_pos = PrevItem.m_OriginX; in ProcessInsertObject() local 1961 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' && in ProcessInsertObject() 1964 if ((x - last_pos - last_width) > threshold || in ProcessInsertObject() 1965 (last_pos - x - last_width) > threshold) { in ProcessInsertObject() 1968 if (x < 0 && (last_pos - x - last_width) > threshold) { in ProcessInsertObject() 1971 if ((x - last_pos - last_width) > this_width || in ProcessInsertObject() 1972 (x - last_pos - this_width) > last_width) { in ProcessInsertObject()
|
/external/skia/src/effects/gradients/ |
D | Sk4fGradientBase.cpp | 141 SkScalar last_pos = 1; in GradientShaderBase4fContext() local 146 SkTSwap(first_pos, last_pos); in GradientShaderBase4fContext() 167 ? SkTPin(shader.fOrigPos[curr], prev_pos, last_pos) in GradientShaderBase4fContext() 168 : SkTPin(shader.fOrigPos[curr], last_pos, prev_pos); in GradientShaderBase4fContext() 198 fIntervals.back().fP1 = last_pos; in GradientShaderBase4fContext() 206 fIntervals.emplace_back(clamp_color, last_pos, in GradientShaderBase4fContext()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | upsampling_sse2.c | 141 const int last_pos = 1 + 32 * num_blocks; \ 173 last_pos, len - last_pos); \
|
D | upsampling_neon.c | 223 const int last_pos = 1 + 16 * num_blocks; \ 259 top_dst, bottom_dst, last_pos, len - last_pos); \
|
/external/fio/ |
D | io_u.c | 257 f->file_name, (unsigned long long) f->last_pos[ddir], in get_next_rand_block() 269 if (f->last_pos[ddir] >= f->io_size + get_start_offset(td, f) && in get_next_seq_offset() 271 f->last_pos[ddir] = f->last_pos[ddir] - f->io_size; in get_next_seq_offset() 273 if (f->last_pos[ddir] < f->real_file_size) { in get_next_seq_offset() 276 if (f->last_pos[ddir] == f->file_offset && o->ddir_seq_add < 0) in get_next_seq_offset() 277 f->last_pos[ddir] = f->real_file_size; in get_next_seq_offset() 279 pos = f->last_pos[ddir] - f->file_offset; in get_next_seq_offset() 754 f->last_pos[io_u->ddir] = f->file_offset; in fill_io_u() 1483 f->last_pos[io_u->ddir] = io_u->offset + io_u->buflen; in get_io_u()
|
D | file.h | 92 uint64_t last_pos[DDIR_RWDIR_CNT]; member
|
D | filesetup.c | 1542 f->last_pos[i] = f->file_offset; in fio_file_reset()
|
/external/webp/src/dsp/ |
D | upsampling_neon.c | 224 const int last_pos = 1 + 16 * num_blocks; \ 261 top_dst, bottom_dst, last_pos, len - last_pos); \
|
/external/boringssl/src/crypto/err/ |
D | err.c | 403 char *last_pos = &buf[len - 1] - num_colons + i; in ERR_error_string_n() local 405 if (colon == NULL || colon > last_pos) { in ERR_error_string_n() 410 memset(last_pos, ':', num_colons - i); in ERR_error_string_n()
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
D | template.py | 403 last_pos = (1, 1) 419 chunks.append((s[last:match.start()], last_pos)) 422 last_pos = pos 425 name=name, position=last_pos)
|
D | template.py.2015-04-30-123224 | 408 last_pos = (1, 1) 424 chunks.append((s[last:match.start()], last_pos)) 427 last_pos = pos 430 name=name, position=last_pos)
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser_old.cpp | 157 int last_pos = m_pSyntax->GetPos(); in ParsePathObject() local 214 last_pos = m_pSyntax->GetPos(); in ParsePathObject() 234 m_pSyntax->SetPos(last_pos); in ParsePathObject()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-indic.cc | 947 indic_position_t last_pos = POS_START; in initial_reordering_consonant_syllable() local 952 info[i].indic_position() = last_pos; in initial_reordering_consonant_syllable() 972 last_pos = (indic_position_t) info[i].indic_position(); in initial_reordering_consonant_syllable()
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
D | do-it-yourself.txt | 157 ... last_pos = 0 159 ... regex += re.escape(template[last_pos:match.start()]) 164 ... last_pos = match.end() 165 ... regex += re.escape(template[last_pos:])
|
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/ |
D | avcodec.h | 3938 int64_t last_pos; member
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
D | Parser.java | 23 private int last_pos; field in Parser 126 this.last_pos = this.lexer.peek().getPos(); in parse() 864 "[" + this.last_line + "," + this.last_pos + "] " + in parse()
|