HomeSort by relevance Sort by last modified time
    Searched refs:fstart (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkScan_Antihair.cpp 405 SkFixed fstart, slope;
421 fstart = SkFDot6ToFixed(y0);
428 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6;
448 fstart += slope * (clip->fLeft - istart);
469 top = SkFixedFloorToInt(fstart - SK_FixedHalf);
470 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
472 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf);
473 top = SkFixedFloorToInt(fstart + (istop - istart - 1) * slope - SK_FixedHalf);
494 fstart = SkFDot6ToFixed(x0);
504 fstart += (slope * (32 - (y0 & 63)) + 32) >> 6
    [all...]
  /external/skia/src/core/
SkScan_Antihair.cpp 405 SkFixed fstart, slope;
421 fstart = SkFDot6ToFixed(y0);
428 fstart += (slope * (32 - (x0 & 63)) + 32) >> 6;
448 fstart += slope * (clip->fLeft - istart);
469 top = SkFixedFloorToInt(fstart - SK_FixedHalf);
470 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
472 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf);
473 top = SkFixedFloorToInt(fstart + (istop - istart - 1) * slope - SK_FixedHalf);
494 fstart = SkFDot6ToFixed(x0);
504 fstart += (slope * (32 - (y0 & 63)) + 32) >> 6
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 473 struct floc *fstart;
495 fstart = &ebuf->floc;
623 int i = conditional_line (p, len, fstart);
627 fatal (fstart, _("invalid syntax in conditional"));
637 fatal (fstart, _("extraneous `endef'"));
649 fatal (fstart, _("empty variable name"));
666 error (fstart, _("empty `override' directive"));
677 fatal (fstart, _("empty variable name"));
690 && !try_variable_definition (fstart, p2, o_override, 0))
691 error (fstart, _("invalid `override' directive"))
469 struct floc *fstart; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerFirGen.h 507 * @param fstart is the normalized frequency start.
522 double fstart, double fend, int steps, double &firMin, double &firMax) {
523 double wstart = fstart*(2.*M_PI);
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduComposer.java 542 PositionMarker fstart = mStack.mark(); local
554 int flen = fstart.getLength();
    [all...]
  /external/libpcap/
optimize.c 1981 static struct bpf_insn *fstart; variable in typeref:struct:bpf_insn
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]

Completed in 1459 milliseconds