HomeSort by relevance Sort by last modified time
    Searched refs:bot (Results 1 - 13 of 13) sorted by null

  /external/webkit/JavaScriptCore/pcre/
pcre_ucp_searchfuncs.cpp 65 int bot = 0; local
75 if (top <= bot)
77 mid = (bot + top) >> 1;
85 bot = mid + 1;
  /frameworks/base/core/jni/
android_view_ViewRoot.cpp 44 SkScalar bot = SkIntToScalar(height); local
65 r.set(0, bot-SkIntToScalar(10), SkIntToScalar(26), bot);
75 canvas->drawText(str, 4, SkIntToScalar(1), bot - SK_Scalar1, p);
  /external/skia/src/core/
SkEdge.cpp 64 int bot = SkFDot6Round(y1); local
67 if (top == bot) {
71 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
80 fLastY = bot - 1;
104 int bot = SkFDot6Round(y1); local
109 if (top == bot)
120 fLastY = bot - 1;
210 int bot = SkFDot6Round(y2); local
213 if (top == bot)
356 int bot = SkFDot6Round(y3) local
    [all...]
SkRegion_path.cpp 237 SkScalar bot = SkIntToScalar(SK_MinS16); local
247 } else if (bot < pts[i].fY) {
248 bot = pts[i].fY;
254 } else if (bot < pts[0].fY) {
255 bot = pts[0].fY;
259 SkASSERT(top <= bot);
262 *ibot = SkScalarRound(bot);
290 int bot = SkMin32(pathBot, clipBot); local
292 if (top >= bot)
297 if (!builder.init(bot - top, SkMax32(pathTransitions, clipTransitions)))
    [all...]
SkRegion.cpp 45 int bot = *runs++;
46 if (bot > y)
48 if (bot == SkRegion::kRunTypeSentinel || *runs == SkRegion::kRunTypeSentinel)
52 top = bot;
81 int bot;
85 bot = *runs++;
99 bounds->fBottom = bot;
271 assert_sentinel(runs[1], false); // bot: a sentinal would mean two in a row
805 int top, bot SK_INIT_TO_AVOID_WARNING;
819 bot = a_bot
    [all...]
SkScan_Antihair.cpp 557 int bot = B >> 8;
558 int height = bot - top;
576 do_scanline(L, bot, R, B & 0xFF, blitter);
  /bionic/libc/tzcode/
strftime.c 474 int bot; local
484 bot = ((yday + 11 - wday) %
490 top = bot -
500 if (yday >= bot) {
501 w = 1 + ((yday - bot) /
  /system/core/libcutils/
tzstrftime.c 424 int bot; local
434 bot = ((yday + 11 - wday) %
440 top = bot -
450 if (yday >= bot) {
451 w = 1 + ((yday - bot) /
  /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;
  /system/core/libpixelflinger/
trap.cpp 642 LOGI( " 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...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 432 int bot = top + getHeight(); local
434 if (r.bottom > bot) {
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 287 const int32_t bot = min(lhs.bottom, rhs.bottom); local
288 if (top < bot) {
293 storage->bottom = bot;
300 storage->bottom = bot;
    [all...]
  /external/grub/docs/
texinfo.tex 183 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
    [all...]

Completed in 340 milliseconds