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

  /frameworks/base/core/java/android/text/style/
DrawableMarginSpan.java 47 int itop = (int)layout.getLineTop(layout.getLineForOffset(st)); local
53 mDrawable.setBounds(ix, itop, ix+dw, itop+dh);
IconMarginSpan.java 46 int itop = layout.getLineTop(layout.getLineForOffset(st)); local
51 c.drawBitmap(mBitmap, x, itop, p);
  /external/python/cpython2/Demo/tkinter/guido/
mbox.py 206 itop = scanbox.nearest(0)
219 fixfocus(min(todo), itop)
225 itop = scanbox.nearest(0)
251 fixfocus(min(todo), itop)
253 def fixfocus(near, itop):
264 scanbox.yview(itop)
  /external/skia/include/core/
SkRegion.h 437 int count_runtype_values(int* itop, int* ibot) const;
  /external/skia/src/core/
SkRegion_path.cpp 275 // If returns 0, ignore itop and ibot
276 static int count_path_runtype_values(const SkPath& path, int* itop, int* ibot) {
310 *itop = SkScalarRoundToInt(top);
SkRegion.cpp 214 int SkRegion::count_runtype_values(int* itop, int* ibot) const {
223 *itop = fBounds.fTop;
    [all...]

Completed in 459 milliseconds