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

  /external/pdfium/core/fpdfdoc/
cpdf_defaultappearance.h 16 enum class BorderStyle { SOLID, DASH, BEVELED, INSET, UNDERLINE };
  /external/skia/experimental/ChromeUtils/
SkBorder.h 21 enum BorderStyle {
67 SkBorder(SkPaint& p, SkScalar width, BorderStyle style);
69 SkBorder(const SkPaint paints[4], const SkScalar widths[4], const BorderStyle styles[4]);
99 BorderStyle fStyles[4];
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Plot.java 56 public enum BorderStyle {
109 private BorderStyle borderStyle = Plot.BorderStyle.SQUARE;
675 * @param radiusX Sets the X radius for BorderStyle.ROUNDED. Use null for all other styles.
676 * @param radiusY Sets the Y radius for BorderStyle.ROUNDED. Use null for all other styles.
678 public void setBorderStyle(BorderStyle style, Float radiusX, Float radiusY) {
679 if (style == Plot.BorderStyle.ROUNDED) {
681 throw new IllegalArgumentException("radiusX and radiusY cannot be null when using BorderStyle.ROUNDED");
686 this.borderStyle = style;
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 303 milliseconds