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

  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 57 s16p16 yMax; /* y max coordinate */
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
OccurrenceRenderer.java 64 double yMax = rangeAxis.getUpperBound();
72 double yMax2D = rangeAxis.valueToJava2D(yMax, dataArea, rangeEdge);
  /external/freetype/src/base/
ftoutln.c 463 FT_Pos xMin, yMin, xMax, yMax;
473 yMax = 0;
482 yMin = yMax = vec->y;
496 if ( y > yMax ) yMax = y;
502 acbox->yMax = yMax;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
RecognitionView.java 277 int yMax = h / 2 - 8;
279 c.translate(0, yMax);
285 final float y = Math.min(yMax, avabs * h * scale) * sign;
  /external/icu4c/samples/layout/
sfnt.h 159 le_int16 yMax;
  /external/icu4c/test/letest/
FontObject.h 122 le_int16 yMax;
sfnt.h 288 le_int16 yMax;
  /external/freetype/include/freetype/
ftimage.h 100 /* yMax :: The vertical maximum (top-most). */
109 /* Similarly, if `ymax' is positive, this value gives the glyph's */
119 FT_Pos xMax, yMax;
    [all...]
tttables.h 80 FT_Short yMax;
317 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 139 BigEndianUShort yMax;
  /external/webkit/WebKit/android/nav/
WebView.cpp 698 int yMax = getScaledMaxYScroll();
699 root->setMaxScroll(xMax, yMax);
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 654 milliseconds