HomeSort by relevance Sort by last modified time
    Searched refs:bot (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/skia/src/core/
SkEdge.h 116 int bot = SkFDot6Round(y1);
119 if (top == bot) {
129 fLastY = bot - 1;
SkRegion.cpp 259 assert_sentinel(runs[1], false); // bot: a sentinal would mean two in a row
865 int top, bot SK_INIT_TO_AVOID_WARNING;
875 bot = a_bot;
878 bot = a_top = b_top;
884 bot = b_bot;
887 bot = b_top = a_top;
894 bot = b_top = a_bot;
898 bot = a_top = b_bot;
906 oper.addSpan(bot, run0, run1);
931 prevBot = bot;
    [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/skia/bench/
check_bench_regressions.py 144 # The platform for this bot, to pass to the dashboard plot.
178 bot = None
185 bot = value
199 if directory is None or bot is None or rev is None:
203 platform_and_alg = bot + '-' + rep
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 59 double lft, rgt, top, bot; member in class:BlendRect
Pyramid.h 47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
Pyramid.cpp 113 int top, int bot)
134 if (top || bot) {
141 base = pyr->ptr[pyr->height + pyr->border - bot] - pyr->border;
142 for (h = bot; h--; base += pyr->pitch) {
Blend.cpp 138 global_rect.lft = global_rect.bot = 2e30; // min values
213 fullRect.top = (int) floor(global_rect.bot); // min-y
826 int b = (int) ((vcrect.bot - rect.top));
835 if (vcrect.bot == brect.bot)
910 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale));
919 if (vcrect.bot == brect.bot)
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
MosaicTypes.h 59 double lft, rgt, top, bot; member in class:BlendRect
Pyramid.h 47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
Pyramid.cpp 113 int top, int bot)
134 if (top || bot) {
141 base = pyr->ptr[pyr->height + pyr->border - bot] - pyr->border;
142 for (h = bot; h--; base += pyr->pitch) {
Blend.cpp 138 global_rect.lft = global_rect.bot = 2e30; // min values
213 fullRect.top = (int) floor(global_rect.bot); // min-y
826 int b = (int) ((vcrect.bot - rect.top));
835 if (vcrect.bot == brect.bot)
910 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale));
919 if (vcrect.bot == brect.bot)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 59 double lft, rgt, top, bot; member in class:BlendRect
Pyramid.h 47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot);
Pyramid.cpp 113 int top, int bot)
134 if (top || bot) {
141 base = pyr->ptr[pyr->height + pyr->border - bot] - pyr->border;
142 for (h = bot; h--; base += pyr->pitch) {
Blend.cpp 138 global_rect.lft = global_rect.bot = 2e30; // min values
213 fullRect.top = (int) floor(global_rect.bot); // min-y
806 int b = (int) ((vcrect.bot - rect.top));
815 if (vcrect.bot == brect.bot)
890 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale));
899 if (vcrect.bot == brect.bot)
    [all...]
  /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...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
mergesort.c 254 #define reverse(bot, top) { \
259 tmp = *bot; *bot++ = *s; *s++ = tmp; \
262 } while(bot < s); \
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer.py 75 # Bot commands.
194 self.bot = CommitAnnouncer(tool, irc_password)
197 self.bot.start()
200 self.bot.stop()
  /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/skia/src/core/
SkRegion.cpp 259 assert_sentinel(runs[1], false); // bot: a sentinal would mean two in a row
865 int top, bot SK_INIT_TO_AVOID_WARNING;
875 bot = a_bot;
878 bot = a_top = b_top;
884 bot = b_bot;
887 bot = b_top = a_top;
894 bot = b_top = a_bot;
898 bot = a_top = b_bot;
906 oper.addSpan(bot, run0, run1);
931 prevBot = bot;
    [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
  /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/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;

Completed in 1235 milliseconds

12 3 4