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

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
ValueMarker.java 47 private PositionMetricType textPosition;
64 public ValueMarker(Number value, String text, PositionMetricType textPosition) {
66 this.textPosition = textPosition;
74 * @param textPosition
78 public ValueMarker(Number value, String text, PositionMetricType textPosition, Paint linePaint, Paint textPaint) {
79 this(value, text, textPosition);
86 public ValueMarker(Number value, String text, PositionMetricType textPosition, int linePaint, int textPaint) {
87 this(value, text, textPosition);
150 return textPosition;
    [all...]
XValueMarker.java 38 * @param textPosition
42 public XValueMarker(Number value, String text, YPositionMetric textPosition, Paint linePaint, Paint textPaint) {
43 super(value, text, textPosition, linePaint, textPaint);
51 * @param textPosition
55 public XValueMarker(Number value, String text, YPositionMetric textPosition, int linePaint, int textPaint) {
56 super(value, text, textPosition, linePaint, textPaint);
YValueMarker.java 39 * @param textPosition
43 public YValueMarker(Number value, String text, XPositionMetric textPosition, Paint linePaint, Paint textPaint) {
44 super(value, text, textPosition, linePaint, textPaint);
51 * @param textPosition
55 public YValueMarker(Number value, String text, XPositionMetric textPosition, int linePaint, int textPaint) {
56 super(value, text, textPosition, linePaint, textPaint);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 484 UINT32 textPosition;
488 UINT32 textPosition;
    [all...]
  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 646 UINT32 textPosition,
650 if (fLength <= textPosition) {
655 *textString = fString + textPosition;
656 *textLength = fLength - textPosition;
661 UINT32 textPosition,
665 if (textPosition < 1 || fLength <= textPosition) {
671 *textLength = textPosition;
681 UINT32 textPosition,
690 UINT32 textPosition,
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 107 milliseconds