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

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
ins.h 23 unsigned short bump; member in struct:Ins::__anon21000
actions.c 150 unsigned int bump; local
157 bump = re->size;
162 j->c.bump = --bump;
  /external/chromium_org/third_party/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;
121 SkScalar bump = fClip.width()/8; local
122 subdivide(&fPath, bump);
123 subdivide(&fPath, bump);
124 subdivide(&fPath, bump);
    [all...]
  /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;
121 SkScalar bump = fClip.width()/8; local
122 subdivide(&fPath, bump);
123 subdivide(&fPath, bump);
124 subdivide(&fPath, bump);
    [all...]
  /external/chromium_org/media/filters/
source_buffer_stream_unittest.cc 1879 base::TimeDelta bump = frame_duration() \/ 4; local
1918 base::TimeDelta bump = frame_duration() \/ 4; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
alphaindex.cpp 361 int32_t bump = count * maxLabelCount_ / size; local
362 if (bump == old) {
365 old = bump;
    [all...]