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

  /external/skia/samplecode/
SampleCull.cpp 20 static void addbump(SkPath* path, const SkPoint pts[2], SkScalar bump) {
23 tang.setLength(pts[1].fX - pts[0].fX, pts[1].fY - pts[0].fY, bump);
30 static void subdivide(SkPath* path, SkScalar bump) {
41 addbump(&tmp, pts, bump);
42 bump = -bump;
119 SkScalar bump = fClip.width()/8; local
120 subdivide(&fPath, bump);
121 subdivide(&fPath, bump);
122 subdivide(&fPath, bump);
    [all...]
  /external/icu4c/i18n/
alphaindex.cpp 248 const int32_t bump = count * maxLabelCount_ / size; local
249 if (bump == old) {
253 old = bump;
    [all...]
decNumber.c 7093 Int bump; \/* 1 if coefficient needs to be incremented *\/ local
    [all...]

Completed in 505 milliseconds