Searched defs:bot (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dscanner.h9 unsigned char *bot, *tok, *ptr, *cur, *pos, *lim, *top, *eof; member in struct:Scanner
H A Dcode.c530 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/
H A Dfile.h39 unsigned char *bot; /**< Bottom of scan buffer */ member in struct:yasm_scanner
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshglob.c319 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/
H A DSkEdge.cpp63 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 local
[all...]
H A DSkRegion_path.cpp274 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
[all...]
H A DSkAAClip.cpp751 int bot = r.fBottom - offsetY; local
752 SkASSERT(bot >= prevBot);
753 if (bot > prevBot) {
768 currY->fY = bot - 1;
771 prevBot = bot;
1518 static void adjust_iter(SkAAClip::Iter& iter, int& topA, int& botA, int bot) { argument
1519 if (bot == botA) {
1545 int top, bot; local
1551 bot = botA;
1553 bot
[all...]
/external/freetype/src/pshinter/
H A Dpshglob.c319 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/skia/src/core/
H A DSkEdge.cpp63 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 local
[all...]
H A DSkRegion_path.cpp274 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
[all...]
H A DSkAAClip.cpp751 int bot = r.fBottom - offsetY; local
752 SkASSERT(bot >= prevBot);
753 if (bot > prevBot) {
768 currY->fY = bot - 1;
771 prevBot = bot;
1518 static void adjust_iter(SkAAClip::Iter& iter, int& topA, int& botA, int bot) { argument
1519 if (bot == botA) {
1545 int top, bot; local
1551 bot = botA;
1553 bot
[all...]
/external/pixman/pixman/
H A Dpixman-trap.c212 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
[all...]
H A Dpixman-region.c775 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))
H A Dpixman.h1042 pixman_span_fix_t top, bot; member in struct:pixman_trap
/external/harfbuzz_ng/util/
H A Doptions.hh147 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1051 milliseconds