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

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
ValueMarker.java 37 public enum TextOrientation {
45 private TextOrientation textOrientation;
124 public TextOrientation getTextOrientation() {
125 return textOrientation;
131 * @param textOrientation
133 public void setTextOrientation(TextOrientation textOrientation) {
134 this.textOrientation = textOrientation;
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.h 120 enum class TextOrientation {
158 TextOrientation GetTextObjectWritingMode(
160 TextOrientation FindTextlineFlowOrientation() const;
181 TextOrientation m_TextlineDir;

Completed in 94 milliseconds