Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_Antihair.cpp336 SkFixed fstart, slope; in do_anti_hairline() local
352 fstart = SkFDot6ToFixed(y0); in do_anti_hairline()
359 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6; in do_anti_hairline()
379 fstart += slope * (clip->fLeft - istart); in do_anti_hairline()
400 top = SkFixedFloorToInt(fstart - SK_FixedHalf); in do_anti_hairline()
401 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf); in do_anti_hairline()
403 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf); in do_anti_hairline()
404 top = SkFixedFloorToInt(fstart + (istop - istart - 1) * slope - SK_FixedHalf); in do_anti_hairline()
425 fstart = SkFDot6ToFixed(x0); in do_anti_hairline()
435 fstart += (slope * (32 - (y0 & 63)) + 32) >> 6; in do_anti_hairline()
[all …]
/external/skqp/src/core/
DSkScan_Antihair.cpp336 SkFixed fstart, slope; in do_anti_hairline() local
352 fstart = SkFDot6ToFixed(y0); in do_anti_hairline()
359 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6; in do_anti_hairline()
379 fstart += slope * (clip->fLeft - istart); in do_anti_hairline()
400 top = SkFixedFloorToInt(fstart - SK_FixedHalf); in do_anti_hairline()
401 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf); in do_anti_hairline()
403 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf); in do_anti_hairline()
404 top = SkFixedFloorToInt(fstart + (istop - istart - 1) * slope - SK_FixedHalf); in do_anti_hairline()
425 fstart = SkFDot6ToFixed(x0); in do_anti_hairline()
435 fstart += (slope * (32 - (y0 & 63)) + 32) >> 6; in do_anti_hairline()
[all …]
/external/syslinux/com32/lib/syslinux/
Dmovebits.c396 addr_t fstart, flen; in syslinux_compute_movelist() local
561 } else if (free_area(mmap, o->len, &fstart)) { in syslinux_compute_movelist()
563 copydst = fstart; in syslinux_compute_movelist()
568 if (syslinux_memmap_largest(mmap, SMT_FREE, &fstart, &flen)) { in syslinux_compute_movelist()
574 copydst = fstart; in syslinux_compute_movelist()
/external/python/cpython2/Lib/test/
Dtest_datetime.py3284 fstart = start.replace(tzinfo=FEastern)
3292 expected = fstart + FEastern.stdoffset
3293 got = FEastern.fromutc(fstart)
3297 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern)
3301 fstart += HOUR
3305 fstart = start.replace(tzinfo=FEastern)
3311 expected = fstart + FEastern.stdoffset
3312 got = FEastern.fromutc(fstart)
3316 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern)
3320 fstart += HOUR
/external/libpcap/
Doptimize.c222 struct bpf_insn *fstart; member
2049 p->offset = (int)(dst - conv_state->fstart); in convert_code_r()
2136 bids[dst - conv_state->fstart] = p->id + 1; in convert_code_r()
2218 conv_state.fstart = fp; in icode_to_fcode()
/external/python/cpython3/Lib/test/
Ddatetimetester.py3947 fstart = start.replace(tzinfo=FEastern)
3955 expected = fstart + FEastern.stdoffset
3956 got = FEastern.fromutc(fstart)
3960 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern)
3964 fstart += HOUR
3968 fstart = start.replace(tzinfo=FEastern)
3974 expected = fstart + FEastern.stdoffset
3975 got = FEastern.fromutc(fstart)
3979 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern)
3983 fstart += HOUR
/external/elfutils/src/
Dreadelf.c9278 unsigned char const *const fstart = ptr + 3 * count * addrsize; in handle_file_note() local
9279 char const *fptr = (char *) fstart; in handle_file_note()
9285 if (! buf_read_ulong (core, &ptr, fstart, &mstart) in handle_file_note()
9286 || ! buf_read_ulong (core, &ptr, fstart, &mend) in handle_file_note()
9287 || ! buf_read_ulong (core, &ptr, fstart, &moffset)) in handle_file_note()