Home
last modified time | relevance | path

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

/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/skia/src/core/
DSkScan_Antihair.cpp344 SkFixed fstart, slope; in do_anti_hairline() local
361 fstart = SkFDot6ToFixed(y0); in do_anti_hairline()
368 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6; in do_anti_hairline()
388 fstart += slope * (clip->fLeft - istart); in do_anti_hairline()
409 top = SkFixedFloorToInt(fstart - SK_FixedHalf); in do_anti_hairline()
410 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf); in do_anti_hairline()
412 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf); in do_anti_hairline()
413 top = SkFixedFloorToInt(fstart + (istop - istart - 1) * slope - SK_FixedHalf); in do_anti_hairline()
435 fstart = SkFDot6ToFixed(x0); in do_anti_hairline()
445 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.c357 struct bpf_insn *fstart; member
2706 p->offset = (int)(dst - conv_state->fstart); in convert_code_r()
2808 if (dst - conv_state->fstart < NBIDS) in convert_code_r()
2809 bids[dst - conv_state->fstart] = p->id + 1; in convert_code_r()
2879 conv_state.fstart = NULL; in icode_to_fcode()
2882 free(conv_state.fstart); in icode_to_fcode()
2902 conv_state.fstart = fp; in icode_to_fcode()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryReader.cpp182 const fat_arch *fstart = in sliceFromFatFile() local
189 for (const fat_arch *fa = fstart; fa < fend; ++fa) { in sliceFromFatFile()
/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.py5015 fstart = start.replace(tzinfo=FEastern)
5023 expected = fstart + FEastern.stdoffset
5024 got = FEastern.fromutc(fstart)
5028 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern)
5032 fstart += HOUR
5036 fstart = start.replace(tzinfo=FEastern)
5042 expected = fstart + FEastern.stdoffset
5043 got = FEastern.fromutc(fstart)
5047 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern)
5051 fstart += HOUR
/external/elfutils/src/
Dreadelf.c12368 unsigned char const *const fstart = ptr + 3 * count * addrsize; in handle_file_note() local
12369 char const *fptr = (char *) fstart; in handle_file_note()
12375 if (! buf_read_ulong (core, &ptr, fstart, &mstart) in handle_file_note()
12376 || ! buf_read_ulong (core, &ptr, fstart, &mend) in handle_file_note()
12377 || ! buf_read_ulong (core, &ptr, fstart, &moffset)) in handle_file_note()