HomeSort by relevance Sort by last modified time
    Searched refs:bump (Results 1 - 10 of 10) 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/sonivox/arm-hybrid-22k/lib_src/
ARM-E_voice_gain_gnu.s 154 STR tmp1, [pMixBuffer], #4 @ save and bump pointer
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 154 STR tmp1, [pMixBuffer], #4 @ save and bump pointer
  /build/core/
cleanspec.mk 16 # Just bump this if you want to force a clean build.
21 # 3. BUMP THE VERSION.
  /external/icu4c/i18n/
decNumber.c 7093 Int bump; \/* 1 if coefficient needs to be incremented *\/ local
    [all...]
alphaindex.cpp 248 const int32_t bump = count * maxLabelCount_ / size; local
249 if (bump == old) {
253 old = bump;
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 148 LDO 128(%sp),%sp ; bump stack
318 LDO 128(%sp),%sp ; bump stack
472 LDO 128(%sp),%sp ; bump stack
    [all...]
pa-risc2W.s 140 LDO 128(%sp),%sp ; bump stack
308 LDO 128(%sp),%sp ; bump stack
461 LDO 128(%sp),%sp ; bump stack
    [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...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 908 // If the content overlaps with the attribution, we bump its opacity down.
    [all...]

Completed in 294 milliseconds