/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
scanner.h | 9 unsigned char *bot, *tok, *ptr, *cur, *pos, *lim, *top, *eof; member in struct:Scanner
|
code.c | 530 Span *bot = &g->span[0], *top = &g->span[g->nSpans-1]; local 532 if(bot[0].to == top[0].to){ 533 util = (top[-1].ub - bot[0].ub)/(g->nSpans - 2); 535 if(bot[0].ub > (top[0].ub - top[-1].ub)){ 536 util = (top[0].ub - bot[0].ub)/(g->nSpans - 1);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
file.h | 39 unsigned char *bot; /**< Bottom of scan buffer */ member in struct:yasm_scanner
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedLongs.java | 333 long bot = (x & 0xffffffffl) + ((top % radix) << 32); local 335 while ((bot > 0) || (top > 0)) { 336 buf[--i] = Character.forDigit((int) (bot % radix), radix); 337 bot = (bot / radix) + ((top % radix) << 32);
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 59 double lft, rgt, top, bot; member in class:BlendRect
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 59 double lft, rgt, top, bot; member in class:BlendRect
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 59 double lft, rgt, top, bot; member in class:BlendRect
|
/bionic/libc/tzcode/ |
strftime.c | 475 int bot; local 485 bot = ((yday + 11 - wday) % 491 top = bot - 501 if (yday >= bot) { 502 w = 1 + ((yday - bot) /
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshglob.c | 319 FT_Int dim, top, bot, delta; local 339 bot = zone[1].org_bottom; 340 delta = bot - top; 347 zone[1].org_bottom = bot - fuzz;
|
/external/chromium_org/third_party/skia/src/core/ |
SkEdge.cpp | 63 int bot = SkFDot6Round(y1); local 66 if (top == bot) { 70 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) { 80 fLastY = bot - 1; 104 int bot = SkFDot6Round(y1); local 109 if (top == bot) 121 fLastY = bot - 1; 211 int bot = SkFDot6Round(y2); local 214 if (top == bot) 376 int bot = SkFDot6Round(y3) local [all...] |
SkRegion_path.cpp | 274 SkScalar bot = SkIntToScalar(SK_MinS16); local 284 } else if (bot < pts[i].fY) { 285 bot = pts[i].fY; 291 } else if (bot < pts[0].fY) { 292 bot = pts[0].fY; 296 SkASSERT(top <= bot); 299 *ibot = SkScalarRound(bot); 327 int bot = SkMin32(pathBot, clipBot); local 329 if (top >= bot) 334 if (!builder.init(bot - top [all...] |
SkAAClip.cpp | 751 int bot = r.fBottom - offsetY; local 752 SkASSERT(bot >= prevBot); 753 if (bot > prevBot) { 768 currY->fY = bot - 1; 771 prevBot = bot; 1545 int top, bot; local [all...] |
/external/freetype/src/pshinter/ |
pshglob.c | 319 FT_Int dim, top, bot, delta; local 339 bot = zone[1].org_bottom; 340 delta = bot - top; 347 zone[1].org_bottom = bot - fuzz;
|
/external/pixman/pixman/ |
pixman-trap.c | 212 const pixman_point_fixed_t *top, *bot; local 217 bot = &line->p2; 222 bot = &line->p1; 228 bot->x + x_off_fixed, 229 bot->y + y_off_fixed); 262 b = traps->bot.y + y_off_fixed; 273 traps->bot.l + x_off_fixed, 274 traps->bot.y + y_off_fixed); 279 traps->bot.r + x_off_fixed, 280 traps->bot.y + y_off_fixed) [all...] |
pixman-region.c | 775 int bot; /* Bottom of non-overlapping band*/ local 890 bot = MIN (r1->y2, r2y1); 891 if (top != bot) 894 if (!pixman_region_append_non_o (new_reg, r1, r1_band_end, top, bot)) 906 bot = MIN (r2->y2, r1y1); 908 if (top != bot) 912 if (!pixman_region_append_non_o (new_reg, r2, r2_band_end, top, bot)) [all...] |
pixman.h | 1042 pixman_span_fix_t top, bot; member in struct:pixman_trap [all...] |
/external/skia/src/core/ |
SkEdge.cpp | 63 int bot = SkFDot6Round(y1); local 66 if (top == bot) { 70 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) { 80 fLastY = bot - 1; 104 int bot = SkFDot6Round(y1); local 109 if (top == bot) 121 fLastY = bot - 1; 211 int bot = SkFDot6Round(y2); local 214 if (top == bot) 376 int bot = SkFDot6Round(y3) local [all...] |
SkRegion_path.cpp | 274 SkScalar bot = SkIntToScalar(SK_MinS16); local 284 } else if (bot < pts[i].fY) { 285 bot = pts[i].fY; 291 } else if (bot < pts[0].fY) { 292 bot = pts[0].fY; 296 SkASSERT(top <= bot); 299 *ibot = SkScalarRound(bot); 327 int bot = SkMin32(pathBot, clipBot); local 329 if (top >= bot) 334 if (!builder.init(bot - top [all...] |
SkAAClip.cpp | 751 int bot = r.fBottom - offsetY; local 752 SkASSERT(bot >= prevBot); 753 if (bot > prevBot) { 768 currY->fY = bot - 1; 771 prevBot = bot; 1545 int top, bot; local [all...] |
/external/harfbuzz_ng/util/ |
options.hh | 147 bot = eot = preserve_default_ignorables = false; 170 (bot ? HB_BUFFER_FLAG_BOT : 0) | 228 hb_bool_t bot; member in struct:shape_options_t
|
/system/core/libpixelflinger/ |
trap.cpp | 642 ALOGI( " top=%d (%.3f) bot=%d (%.3f) x=%d (%.3f) ix=%d (%.3f)", 671 const GGLfixed* bot = p2; local 674 if (top[1] > bot[1]) { 675 swap(top, bot); 679 int y2 = bot[1] | 1; 695 const int dx = bot[0] - x1; 861 const GGLfixed* bot = p2; local 864 if (top[1] > bot[1]) 865 swap(top, bot); 868 int y2 = bot[1] [all...] |
/frameworks/native/opengl/libagl/ |
egl.cpp | 295 const int32_t bot = min(lhs.bottom, rhs.bottom); local 296 if (top < bot) { 301 storage->bottom = bot; 308 storage->bottom = bot; [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
GridViewSpecial.java | 432 int bot = top + getHeight(); local 434 if (r.bottom > bot) { [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | |
/prebuilts/sdk/tools/lib/ |
guava-10.0.1.jar | |