Searched refs:fstart (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
D | SkScan_Antihair.cpp | 344 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 …]
|
/third_party/flutter/skia/src/core/ |
D | SkScan_Antihair.cpp | 339 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 …]
|
/third_party/python/Lib/test/ |
D | datetimetester.py | 5016 fstart = start.replace(tzinfo=FEastern) 5024 expected = fstart + FEastern.stdoffset 5025 got = FEastern.fromutc(fstart) 5029 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern) 5033 fstart += HOUR 5037 fstart = start.replace(tzinfo=FEastern) 5043 expected = fstart + FEastern.stdoffset 5044 got = FEastern.fromutc(fstart) 5048 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern) 5052 fstart += HOUR
|
/third_party/elfutils/src/ |
D | readelf.c | 12618 unsigned char const *const fstart = ptr + 3 * count * addrsize; in handle_file_note() local 12619 char const *fptr = (char *) fstart; in handle_file_note() 12625 if (! buf_read_ulong (core, &ptr, fstart, &mstart) in handle_file_note() 12626 || ! buf_read_ulong (core, &ptr, fstart, &mend) in handle_file_note() 12627 || ! buf_read_ulong (core, &ptr, fstart, &moffset)) in handle_file_note()
|