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

  /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/Gallery2/jni_mosaic/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/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/skia/legacy/src/core/
SkEdge.cpp 57 int bot = SkFDot6Round(y1); local
60 if (top == bot) {
64 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
73 fLastY = bot - 1;
97 int bot = SkFDot6Round(y1); local
102 if (top == bot)
113 fLastY = bot - 1;
203 int bot = SkFDot6Round(y2); local
206 if (top == bot)
349 int bot = SkFDot6Round(y3) local
    [all...]
SkRegion_path.cpp 229 SkScalar bot = SkIntToScalar(SK_MinS16); local
239 } else if (bot < pts[i].fY) {
240 bot = pts[i].fY;
246 } else if (bot < pts[0].fY) {
247 bot = pts[0].fY;
251 SkASSERT(top <= bot);
254 *ibot = SkScalarRound(bot);
282 int bot = SkMin32(pathBot, clipBot); local
284 if (top >= bot)
289 if (!builder.init(bot - top, SkMax32(pathTransitions, clipTransitions)))
    [all...]
SkAAClip.cpp 735 int bot = r.fBottom - offsetY; local
736 SkASSERT(bot >= prevBot);
737 if (bot > prevBot) {
752 currY->fY = bot - 1;
755 prevBot = bot;
    [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 244 SkScalar bot = SkIntToScalar(SK_MinS16); local
254 } else if (bot < pts[i].fY) {
255 bot = pts[i].fY;
261 } else if (bot < pts[0].fY) {
262 bot = pts[0].fY;
266 SkASSERT(top <= bot);
269 *ibot = SkScalarRound(bot);
297 int bot = SkMin32(pathBot, clipBot); local
299 if (top >= bot)
304 if (!builder.init(bot - top, SkMax32(pathTransitions, clipTransitions)))
    [all...]
SkAAClip.cpp 749 int bot = r.fBottom - offsetY; local
750 SkASSERT(bot >= prevBot);
751 if (bot > prevBot) {
766 currY->fY = bot - 1;
769 prevBot = bot;
1554 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...]
  /external/skia/src/gpu/
GrContext.cpp 1449 intptr_t bot = top + (height - 1) * rowBytes; local
    [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 
lint.jar 
lint_api.jar 
lint_checks.jar 

Completed in 2142 milliseconds