OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BG_COLOR
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
SweepTests.java
48
public static final int
BG_COLOR
= 0xFFFFFFFF;
72
BG_COLOR
,
BG_COLOR
, SRC_COLOR, SRC_COLOR
76
BG_COLOR
, DST_COLOR, DST_COLOR,
BG_COLOR
80
BG_COLOR
, DST_COLOR, SRC_COLOR, SRC_COLOR
84
BG_COLOR
, DST_COLOR, DST_COLOR, SRC_COLOR
88
BG_COLOR
,
BG_COLOR
, SRC_COLOR,
BG_COLOR
[
all
...]
/external/chromium_org/third_party/skia/samplecode/
SampleSlides.cpp
20
#define
BG_COLOR
0xFFDDDDDD
688
canvas.drawColor(
BG_COLOR
);
695
this->setBGColor(
BG_COLOR
);
Completed in 216 milliseconds