OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BorderStyle
(Results
1 - 3
of
3
) sorted by null
/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 80 milliseconds