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

  /frameworks/base/awt/java/awt/font/
LineBreakMeasurer.java 50 * The maxpos.
52 int maxpos = 0; field in class:LineBreakMeasurer
72 * text.getBeginIndex(); maxpos = tm.aci.getEndIndex(); }
90 maxpos--;
117 maxpos++;
140 if (position == maxpos) {
162 return nextLayout(wrappingWidth, maxpos, false);
173 return nextOffset(wrappingWidth, maxpos, false);
198 if (position == maxpos) {
205 // This check is required because bi.preceding(maxpos) throws a
    [all...]
  /external/jhead/
iptc.c 59 unsigned char * maxpos = Data+itemlen; local
80 if (pos >= maxpos) goto corrupt;
88 if (pos+4 >= maxpos) goto corrupt;
104 if (pos+5 > maxpos) goto corrupt;
117 if (pos+length > maxpos) goto corrupt;
  /external/webkit/WebCore/platform/gtk/
gtkdrawing.h 68 gint32 curpos; /* curpos and maxpos are used for scrollbars */
69 gint32 maxpos; member in struct:__anon6509
gtk2drawing.c     [all...]

Completed in 295 milliseconds