Searched defs:bump (Results 1 - 11 of 11) 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::__anon16382
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.cc1879 base::TimeDelta bump = frame_duration() / 4; local
1880 CHECK(bump > base::TimeDelta());
1883 stream_->Seek(5 * frame_duration() + bump);
1887 stream_->Seek(5 * frame_duration() - bump);
1918 base::TimeDelta bump = frame_duration() / 4; local
1919 CHECK(bump > base::TimeDelta());
1921 // Append 5 buffers at position (5 + |bump|) through 9, where the media
1924 NewSegmentAppend_OffsetFirstBuffer(5, 5, bump);
1927 // GetNextBuffer() should return the next buffer at position (5 + |bump|).
1930 DecodeTimestamp::FromPresentationTime(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/icu/source/i18n/
H A Dalphaindex.cpp361 int32_t bump = count * maxLabelCount_ / size; local
362 if (bump == old) {
365 old = bump;
H A DdecNumber.c7113 Int bump; /* 1 if coefficient needs to be incremented */ local
7118 bump=0; /* assume a smooth ride */
7129 if (residue<0 && lsd5!=1) bump=-1;
7130 else if (residue>0 && lsd5==0) bump=1;
7131 /* [bump==1 could be applied directly; use common path for clarity] */
7136 if (residue<0) bump=-1;
7140 if (residue>5) bump=1;
7144 if (residue>5) bump=1; /* >0.5 goes up */
7147 if (*dn->lsu & 0x01) bump=1;
7152 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 */

Completed in 739 milliseconds