OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:icolor
(Results
1 - 12
of
12
) 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
21
import com.android.ide.common.api.
IColor
;
36
private
IColor
mBackground = new TestColor(0x000000);
38
private
IColor
mForeground = new TestColor(0xFFFFFF);
115
public @NonNull
IColor
getBackground() {
125
public @NonNull
IColor
getForeground() {
130
public @NonNull
IColor
registerColor(int rgb) {
142
public void setBackground(@NonNull
IColor
color) {
148
public void setForeground(@NonNull
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
21
import com.android.ide.common.api.
IColor
;
60
* Implementation of
IColor
wrapping an SWT color.
62
private static class ColorWrapper implements
IColor
{
139
public @NonNull
IColor
registerColor(int rgb) {
167
public @NonNull
IColor
getForeground() {
173
public @NonNull
IColor
getBackground() {
184
public void setForeground(@NonNull
IColor
color) {
190
public void setBackground(@NonNull
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/qemu/distrib/jpeg-6b/
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
...]
/hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h
226
void reduceBlockingArtifact(unsigned char *addr, int
iColor
, int width, int height);
/external/opencv/cxcore/src/
cxdrawing.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
rule-api.jar
Completed in 1670 milliseconds