Searched defs:bump (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dins.h23 unsigned short bump; member in struct:Ins::__anon15673
H A Dactions.c150 unsigned int bump; local
157 bump = re->size;
162 j->c.bump = --bump;
/external/chromium_org/third_party/skia/samplecode/
H A DSampleCull.cpp20 static void addbump(SkPath* path, const SkPoint pts[2], SkScalar bump) { argument
23 tang.setLength(pts[1].fX - pts[0].fX, pts[1].fY - pts[0].fY, bump);
30 static void subdivide(SkPath* path, SkScalar bump) { argument
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/
H A DSampleCull.cpp20 static void addbump(SkPath* path, const SkPoint pts[2], SkScalar bump) { argument
23 tang.setLength(pts[1].fX - pts[0].fX, pts[1].fY - pts[0].fY, bump);
30 static void subdivide(SkPath* path, SkScalar bump) { argument
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/
H A Dsource_buffer_stream_unittest.cc1815 base::TimeDelta bump = frame_duration() / 4; local
1816 CHECK(bump > base::TimeDelta());
1819 stream_->Seek(5 * frame_duration() + bump);
1823 stream_->Seek(5 * frame_duration() - bump);
1854 base::TimeDelta bump = frame_duration() / 4; local
1855 CHECK(bump > base::TimeDelta());
1857 // Append 5 buffers at position (5 + |bump|) through 9, where the media
1860 NewSegmentAppend_OffsetFirstBuffer(5, 5, bump);
1863 // GetNextBuffer() should return the next buffer at position (5 + |bump|).
1865 EXPECT_EQ(buffer->GetDecodeTimestamp(), 5 * frame_duration() + bump);
[all...]
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp362 int32_t bump = count * maxLabelCount_ / size; local
363 if (bump == old) {
366 old = bump;
H A DdecNumber.c7115 Int bump; /* 1 if coefficient needs to be incremented */ local
7120 bump=0; /* assume a smooth ride */
7131 if (residue<0 && lsd5!=1) bump=-1;
7132 else if (residue>0 && lsd5==0) bump=1;
7133 /* [bump==1 could be applied directly; use common path for clarity] */
7138 if (residue<0) bump=-1;
7142 if (residue>5) bump=1;
7146 if (residue>5) bump=1; /* >0.5 goes up */
7149 if (*dn->lsu & 0x01) bump=1;
7154 if (residue>=5) bump
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dff_fragment_shader.cpp533 * needed for bump mapping, else undef.
1089 * Generate instructions for loading bump map textures.
1096 ir_rvalue *bump; local
1126 bump = get_source(p, key->unit[unit].OptRGB[0].Source, unit);
1127 bump_x = mul(swizzle_x(bump), rot_mat_0);
1128 bump_y = mul(swizzle_y(bump->clone(p->mem_ctx, NULL)), rot_mat_1);
1223 /* Zeroth pass - bump map textures first */
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp533 * needed for bump mapping, else undef.
1089 * Generate instructions for loading bump map textures.
1096 ir_rvalue *bump; local
1126 bump = get_source(p, key->unit[unit].OptRGB[0].Source, unit);
1127 bump_x = mul(swizzle_x(bump), rot_mat_0);
1128 bump_y = mul(swizzle_y(bump->clone(p->mem_ctx, NULL)), rot_mat_1);
1223 /* Zeroth pass - bump map textures first */
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c7081 Int bump; /* 1 if coefficient needs to be incremented */ local
7086 bump=0; /* assume a smooth ride */
7097 if (residue<0 && lsd5!=1) bump=-1;
7098 else if (residue>0 && lsd5==0) bump=1;
7099 /* [bump==1 could be applied directly; use common path for clarity] */
7104 if (residue<0) bump=-1;
7108 if (residue>5) bump=1;
7112 if (residue>5) bump=1; /* >0.5 goes up */
7115 if (*dn->lsu & 0x01) bump=1;
7120 if (residue>=5) bump
[all...]

Completed in 621 milliseconds