Searched refs:fstart (Results 1 - 7 of 7) sorted by relevance
/external/skia/src/core/ |
H A D | SkScan_Antihair.cpp | 337 SkFixed fstart, slope; 353 fstart = SkFDot6ToFixed(y0); 360 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6; 380 fstart += slope * (clip->fLeft - istart); 401 top = SkFixedFloorToInt(fstart - SK_FixedHalf); 402 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf); 404 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf); 405 top = SkFixedFloorToInt(fstart + (istop - istart - 1) * slope - SK_FixedHalf); 426 fstart = SkFDot6ToFixed(x0); 436 fstart [all...] |
/external/libpcap/ |
H A D | optimize.c | 1988 * into the array form that BPF requires. 'fstart' will point to 1991 static struct bpf_insn *fstart; variable in typeref:struct:bpf_insn 2027 p->offset = dst - fstart; 2114 bids[dst - fstart] = p->id + 1; 2194 fstart = fp;
|
/external/elfutils/src/ |
H A D | readelf.c | 9278 unsigned char const *const fstart = ptr + 3 * count * addrsize; local 9279 char const *fptr = (char *) fstart; 9285 if (! buf_read_ulong (core, &ptr, fstart, &mstart) 9286 || ! buf_read_ulong (core, &ptr, fstart, &mend) 9287 || ! buf_read_ulong (core, &ptr, fstart, &moffset))
|
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
Completed in 146 milliseconds