OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineColor
(Results
1 - 8
of
8
) sorted by null
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
BezierLineAndPointFormatter.java
33
public BezierLineAndPointFormatter(Integer
lineColor
, Integer vertexColor, Integer fillColor) {
34
super(
lineColor
, vertexColor, fillColor, null);
37
public BezierLineAndPointFormatter(Integer
lineColor
, Integer vertexColor, Integer fillColor, FillDirection fillDir) {
38
super(
lineColor
, vertexColor, fillColor, null, fillDir);
StepFormatter.java
30
public StepFormatter(Integer
lineColor
, Integer fillColor) {
31
initLinePaint(
lineColor
);
LineAndPointFormatter.java
73
public LineAndPointFormatter(Integer
lineColor
, Integer vertexColor, Integer fillColor, PointLabelFormatter plf) {
74
this(
lineColor
, vertexColor, fillColor, plf, FillDirection.BOTTOM);
77
public LineAndPointFormatter(Integer
lineColor
, Integer vertexColor, Integer fillColor, PointLabelFormatter plf, FillDirection fillDir) {
78
initLinePaint(
lineColor
);
95
protected void initLinePaint(Integer
lineColor
) {
96
if (
lineColor
== null) {
102
linePaint.setColor(
lineColor
);
/external/pdfium/xfa/fxfa/
cxfa_ffline.cpp
94
FX_ARGB
lineColor
= 0xFF000000;
106
lineColor
= edge->GetColor();
136
pGS->SetStrokeColor(CXFA_GEColor(
lineColor
));
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
LogPane.java
91
int
lineColor
= error ? Color.RED : Color.WHITE;
92
logLine.setSpan(new ForegroundColorSpan(
lineColor
), 0, logLine.length(),
/prebuilts/misc/windows/sdl2/test/
testime.c
31
static SDL_Color
lineColor
= {0,0,0,0};
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java
247
private final Color
lineColor
= new Color(1.0f, 1.0f, 1.0f, 0.3f);
317
g2.setColor(
lineColor
);
/prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar
Completed in 4359 milliseconds