HomeSort by relevance Sort by last modified time
    Searched defs:bump (Results 1 - 4 of 4) 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...]
  /ndk/build/core/
definitions.mk 314 # not accept a 0 index, so we need to bump any of these to 1 when
318 bump-0-to-1 = $(if $(call index-is-zero,$1),1,$1)
321 index-word-list = $(wordlist $(call bump-0-to-1,$1),$2,$3)
377 ifneq ($(word $(call bump-0-to-1,$100),$2),)
413 ifneq ($(word $(call bump-0-to-1,$1000),$2),)
    [all...]

Completed in 716 milliseconds