Home
last modified time | relevance | path

Searched refs:fstart (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkScan_Antihair.cpp345 SkFixed fstart, slope; in do_anti_hairline() local
362 fstart = SkFDot6ToFixed(y0); in do_anti_hairline()
369 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6; in do_anti_hairline()
389 fstart += slope * (clip->fLeft - istart); in do_anti_hairline()
410 top = SkFixedFloorToInt(fstart - SK_FixedHalf); in do_anti_hairline()
411 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf); in do_anti_hairline()
413 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf); in do_anti_hairline()
414 top = SkFixedFloorToInt(fstart + (istop - istart - 1) * slope - SK_FixedHalf); in do_anti_hairline()
436 fstart = SkFDot6ToFixed(x0); in do_anti_hairline()
446 fstart += (slope * (32 - (y0 & 63)) + 32) >> 6; in do_anti_hairline()
[all …]
/external/skqp/src/core/
DSkScan_Antihair.cpp339 SkFixed fstart, slope; in do_anti_hairline() local
356 fstart = SkFDot6ToFixed(y0); in do_anti_hairline()
363 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6; in do_anti_hairline()
383 fstart += slope * (clip->fLeft - istart); in do_anti_hairline()
404 top = SkFixedFloorToInt(fstart - SK_FixedHalf); in do_anti_hairline()
405 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf); in do_anti_hairline()
407 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf); in do_anti_hairline()
408 top = SkFixedFloorToInt(fstart + (istop - istart - 1) * slope - SK_FixedHalf); in do_anti_hairline()
430 fstart = SkFDot6ToFixed(x0); in do_anti_hairline()
440 fstart += (slope * (32 - (y0 & 63)) + 32) >> 6; in do_anti_hairline()
[all …]
/external/igt-gpu-tools/benchmarks/
Dgem_wsim.c667 if ((field = strtok_r(fstart, ".", &fctx))) { \
682 char *field, *fctx = NULL, *fstart; in parse_workload() local
694 fstart = token; in parse_workload()
698 if ((field = strtok_r(fstart, ".", &fctx))) { in parse_workload()
699 fstart = NULL; in parse_workload()
709 while ((field = strtok_r(fstart, ".", &fctx))) { in parse_workload()
734 while ((field = strtok_r(fstart, ".", &fctx))) { in parse_workload()
770 while ((field = strtok_r(fstart, ".", &fctx))) { in parse_workload()
800 while ((field = strtok_r(fstart, ".", &fctx))) { in parse_workload()
824 while ((field = strtok_r(fstart, ".", &fctx))) { in parse_workload()
[all …]
/external/libpcap/
Doptimize.c320 struct bpf_insn *fstart; member
2148 p->offset = (int)(dst - conv_state->fstart); in convert_code_r()
2243 if (dst - conv_state->fstart < NBIDS) in convert_code_r()
2244 bids[dst - conv_state->fstart] = p->id + 1; in convert_code_r()
2334 conv_state.fstart = fp; in icode_to_fcode()
/external/python/cpython2/Lib/test/
Dtest_datetime.py3324 fstart = start.replace(tzinfo=FEastern)
3332 expected = fstart + FEastern.stdoffset
3333 got = FEastern.fromutc(fstart)
3337 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern)
3341 fstart += HOUR
3345 fstart = start.replace(tzinfo=FEastern)
3351 expected = fstart + FEastern.stdoffset
3352 got = FEastern.fromutc(fstart)
3356 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern)
3360 fstart += HOUR
/external/python/cpython3/Lib/test/
Ddatetimetester.py4981 fstart = start.replace(tzinfo=FEastern)
4989 expected = fstart + FEastern.stdoffset
4990 got = FEastern.fromutc(fstart)
4994 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern)
4998 fstart += HOUR
5002 fstart = start.replace(tzinfo=FEastern)
5008 expected = fstart + FEastern.stdoffset
5009 got = FEastern.fromutc(fstart)
5013 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern)
5017 fstart += HOUR
/external/elfutils/src/
Dreadelf.c12260 unsigned char const *const fstart = ptr + 3 * count * addrsize; in handle_file_note() local
12261 char const *fptr = (char *) fstart; in handle_file_note()
12267 if (! buf_read_ulong (core, &ptr, fstart, &mstart) in handle_file_note()
12268 || ! buf_read_ulong (core, &ptr, fstart, &mend) in handle_file_note()
12269 || ! buf_read_ulong (core, &ptr, fstart, &moffset)) in handle_file_note()