HomeSort by relevance Sort by last modified time
    Searched defs:nextS (Results 1 - 5 of 5) sorted by null

  /external/skia/src/effects/
SkDiscretePathEffect.cpp 57 int32_t nextS() { return (int32_t)this->nextU(); }
62 SkFixed nextSFixed1() { return this->nextS() >> 15; }
  /external/skia/include/utils/
SkRandom.h 44 int32_t nextS() { return (int32_t)this->nextU(); }
52 S16CPU nextS16() { return this->nextS() >> 16; }
108 SkFixed nextSFixed1() { return this->nextS() >> 15; }
142 int64_t hi = this->nextS();
  /external/opencv3/modules/imgproc/src/
imgwarp.cpp     [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 364 milliseconds