OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:icolor
(Results
1 - 11
of
11
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestColor.java
19
import com.android.ide.common.api.
IColor
;
21
public class TestColor implements
IColor
{
TestGraphics.java
20
import com.android.ide.common.api.
IColor
;
35
private
IColor
mBackground = new TestColor(0x000000);
37
private
IColor
mForeground = new TestColor(0xFFFFFF);
101
public
IColor
getBackground() {
109
public
IColor
getForeground() {
113
public
IColor
registerColor(int rgb) {
123
public void setBackground(
IColor
color) {
128
public void setForeground(
IColor
color) {
/sdk/rule_api/src/com/android/ide/common/api/
IColor.java
26
public interface
IColor
{
IGraphics.java
155
IColor
registerColor(int rgb);
166
IColor
getForeground();
172
void setForeground(
IColor
color);
178
IColor
getBackground();
184
void setBackground(
IColor
color);
/external/sonivox/jet_tools/JetCreator/
JetSegGraph.py
102
self.
iColor
= 0
128
self.
iColor
= 0
185
color = GRAPH_COLORS[self.
iColor
]
186
self.
iColor
= self.
iColor
+ 1
187
if self.
iColor
>= len(GRAPH_COLORS):
188
self.
iColor
= 0
226
self.
iColor
= 0
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java
20
import com.android.ide.common.api.
IColor
;
59
* Implementation of
IColor
wrapping an SWT color.
61
private static class ColorWrapper implements
IColor
{
137
public
IColor
registerColor(int rgb) {
163
public
IColor
getForeground() {
168
public
IColor
getBackground() {
177
public void setForeground(
IColor
color) {
182
public void setBackground(
IColor
color) {
/external/opencv/cvaux/src/
cvvecfacetracking.cpp
84
int
iColor
;
94
int prev_color = 0 == prev.
iColor
?
iColor
: prev.
iColor
;
97
1 * pow2(
iColor
- prev_color) / 4 +
279
if (m_trPrev.
iColor
!= 0)
281
iMinLevelPrev = m_trPrev.
iColor
- nLayers / 2;
282
iMaxLevelPrev = m_trPrev.
iColor
+ nLayers / 2;
321
cr.
iColor
= colors[i];
331
cr.
iColor
= colors[i]
[
all
...]
cvfacedetection.cpp
264
cr.
iColor
= color;
276
cr.
iColor
= color;
_cvfacedetection.h
213
int
iColor
;
/external/jpeg/
jquant2.c
499
compute_color (j_decompress_ptr cinfo, boxptr boxp, int
icolor
)
500
/* Compute representative color for a box, put it in colormap[
icolor
] */
532
cinfo->colormap[0][
icolor
] = (JSAMPLE) ((c0total + (total>>1)) / total);
533
cinfo->colormap[1][
icolor
] = (JSAMPLE) ((c1total + (total>>1)) / total);
534
cinfo->colormap[2][
icolor
] = (JSAMPLE) ((c2total + (total>>1)) / total);
785
int i,
icolor
;
local
812
icolor
= GETJSAMPLE(colorlist[i]);
814
inc0 = (minc0 - GETJSAMPLE(cinfo->colormap[0][
icolor
])) * C0_SCALE;
816
inc1 = (minc1 - GETJSAMPLE(cinfo->colormap[1][
icolor
])) * C1_SCALE;
818
inc2 = (minc2 - GETJSAMPLE(cinfo->colormap[2][
icolor
])) * C2_SCALE
[
all
...]
/external/opencv/cxcore/src/
cxdrawing.cpp
[
all
...]
Completed in 1036 milliseconds