Searched refs:last_pos (Results 1 - 14 of 14) sorted by relevance

/external/skia/src/effects/gradients/
H A DSk4fGradientBase.cpp141 SkScalar last_pos = 1; local
146 SkTSwap(first_pos, last_pos);
167 ? SkTPin(shader.fOrigPos[curr], prev_pos, last_pos)
168 : SkTPin(shader.fOrigPos[curr], last_pos, prev_pos);
198 fIntervals.back().fP1 = last_pos;
206 fIntervals.emplace_back(clamp_color, last_pos,
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_search.cpp102 FX_FLOAT last_pos = item.m_OriginX; local
131 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' &&
134 if ((x - last_pos - last_width) > threshold ||
135 (last_pos - x - last_width) > threshold) {
138 if (x < 0 && (last_pos - x - last_width) > threshold) {
141 if ((x - last_pos - last_width) > this_width ||
142 (x - last_pos - this_width) > last_width) {
146 if (last_pos + last_width > x + this_width && curChar == L' ') {
H A Dfpdf_text_int.cpp1874 FX_FLOAT last_pos = PrevItem.m_OriginX;
1961 if (FXSYS_fabs(last_pos + last_width - x) > threshold && curChar != L' ' &&
1964 if ((x - last_pos - last_width) > threshold ||
1965 (last_pos - x - last_width) > threshold) {
1968 if (x < 0 && (last_pos - x - last_width) > threshold) {
1971 if ((x - last_pos - last_width) > this_width ||
1972 (x - last_pos - this_width) > last_width) {
/external/fio/
H A Dfile.h92 uint64_t last_pos[DDIR_RWDIR_CNT]; member in struct:fio_file
H A Dio_u.c257 f->file_name, (unsigned long long) f->last_pos[ddir],
269 if (f->last_pos[ddir] >= f->io_size + get_start_offset(td, f) &&
271 f->last_pos[ddir] = f->last_pos[ddir] - f->io_size;
273 if (f->last_pos[ddir] < f->real_file_size) {
276 if (f->last_pos[ddir] == f->file_offset && o->ddir_seq_add < 0)
277 f->last_pos[ddir] = f->real_file_size;
279 pos = f->last_pos[ddir] - f->file_offset;
754 f->last_pos[io_u->ddir] = f->file_offset;
1483 f->last_pos[io_
[all...]
H A Dfilesetup.c1542 f->last_pos[i] = f->file_offset;
/external/boringssl/src/crypto/err/
H A Derr.c403 char *last_pos = &buf[len - 1] - num_colons + i; local
405 if (colon == NULL || colon > last_pos) {
410 memset(last_pos, ':', num_colons - i);
/external/webp/src/dsp/
H A Dupsampling_neon.c224 const int last_pos = 1 + 16 * num_blocks; \
261 top_dst, bottom_dst, last_pos, len - last_pos); \
/external/chromium-trace/catapult/third_party/Paste/paste/util/
H A Dtemplate.py403 last_pos = (1, 1)
419 chunks.append((s[last:match.start()], last_pos))
422 last_pos = pos
425 name=name, position=last_pos)
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old.cpp157 int last_pos = m_pSyntax->GetPos(); local
214 last_pos = m_pSyntax->GetPos();
234 m_pSyntax->SetPos(last_pos);
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic.cc947 indic_position_t last_pos = POS_START; local
952 info[i].indic_position() = last_pos;
972 last_pos = (indic_position_t) info[i].indic_position();
/external/v8/src/compiler/
H A Dregister-allocator.cc2396 LifetimePosition last_pos = LifetimePosition::GapFromInstructionIndex( local
2398 last_pos = last_pos.NextStart().End();
2399 if (!range->Covers(last_pos)) return false;
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
H A DParser.java23 private int last_pos; field in class:Parser
126 this.last_pos = this.lexer.peek().getPos();
864 "[" + this.last_line + "," + this.last_pos + "] " +
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 982 milliseconds