OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backgroundIndex
(Results
1 - 8
of
8
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
LevelSystem.java
108
final int
backgroundIndex
= (byte)byteStream.read();
139
backgroundIndex
,
/external/skia/src/codec/
SkGifCodec.cpp
428
//
backgroundIndex
as the fill index. If the
backgroundIndex
is also not
432
uint32_t
backgroundIndex
= fGif->SBackGroundColor;
436
} else if (
backgroundIndex
< colorCount) {
437
fFillIndex =
backgroundIndex
;
/prebuilts/go/darwin-x86/src/image/gif/
writer_test.go
182
// The GIF.Disposal, GIF.Config and GIF.
BackgroundIndex
fields were added
187
globalColorModel,
backgroundIndex
:= color.Model(color.Palette(nil)), uint8(0)
189
globalColorModel,
backgroundIndex
= color.Palette(palette.WebSafe), uint8(1)
201
g0.
BackgroundIndex
=
backgroundIndex
231
if
backgroundIndex
!= g1.
BackgroundIndex
{
232
t.Errorf("background indexes differ: %d and %d",
backgroundIndex
, g1.
BackgroundIndex
)
reader.go
76
backgroundIndex
byte
276
d.
backgroundIndex
= d.tmp[11]
451
//
BackgroundIndex
is the background index in the global color table, for
453
BackgroundIndex
byte
473
BackgroundIndex
: d.
backgroundIndex
,
reader_test.go
20
"\x80\x00\x00" // headerFields=(a color table of 2 pixels),
backgroundIndex
, aspect
/prebuilts/go/linux-x86/src/image/gif/
writer_test.go
182
// The GIF.Disposal, GIF.Config and GIF.
BackgroundIndex
fields were added
187
globalColorModel,
backgroundIndex
:= color.Model(color.Palette(nil)), uint8(0)
189
globalColorModel,
backgroundIndex
= color.Palette(palette.WebSafe), uint8(1)
201
g0.
BackgroundIndex
=
backgroundIndex
231
if
backgroundIndex
!= g1.
BackgroundIndex
{
232
t.Errorf("background indexes differ: %d and %d",
backgroundIndex
, g1.
BackgroundIndex
)
reader.go
76
backgroundIndex
byte
276
d.
backgroundIndex
= d.tmp[11]
451
//
BackgroundIndex
is the background index in the global color table, for
453
BackgroundIndex
byte
473
BackgroundIndex
: d.
backgroundIndex
,
reader_test.go
20
"\x80\x00\x00" // headerFields=(a color table of 2 pixels),
backgroundIndex
, aspect
Completed in 270 milliseconds