/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/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...] |
decNumber.c | 7113 Int bump; \/* 1 if coefficient needs to be incremented *\/ local [all...] |
/external/icu/icu4c/source/i18n/ |
alphaindex.cpp | 362 int32_t bump = count * maxLabelCount_ / size; local 363 if (bump == old) { 366 old = bump; [all...] |
decNumber.c | 7115 Int bump; \/* 1 if coefficient needs to be incremented *\/ local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
ff_fragment_shader.cpp | 533 * needed for bump mapping, else undef. 1089 * Generate instructions for loading bump map textures. 1096 ir_rvalue *bump; local [all...] |
/external/mesa3d/src/mesa/main/ |
ff_fragment_shader.cpp | 533 * needed for bump mapping, else undef. 1089 * Generate instructions for loading bump map textures. 1096 ir_rvalue *bump; local [all...] |