HomeSort by relevance Sort by last modified time
    Searched refs:textPosition (Results 1 - 20 of 20) 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);
  /external/harfbuzz_ng/src/
hb-directwrite.cc 353 IFACEMETHODIMP GetTextAtPosition(uint32_t textPosition,
357 if (textPosition >= mTextLength) {
363 *textString = mText + textPosition;
364 *textLength = mTextLength - textPosition;
369 IFACEMETHODIMP GetTextBeforePosition(uint32_t textPosition,
373 if (textPosition == 0 || textPosition > mTextLength) {
381 *textLength = textPosition;
389 IFACEMETHODIMP GetLocaleName(uint32_t textPosition,
397 GetNumberSubstitution(uint32_t textPosition,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 487 UINT32 textPosition;
491 UINT32 textPosition;
    [all...]
dwrite_2.h 68 UINT32 textPosition,
  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 647 UINT32 textPosition,
651 if (fLength <= textPosition) {
656 *textString = fString + textPosition;
657 *textLength = fLength - textPosition;
662 UINT32 textPosition,
666 if (textPosition < 1 || fLength <= textPosition) {
672 *textLength = textPosition;
682 UINT32 textPosition,
691 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 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.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/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 2944 milliseconds