OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RasterBits
(Results
1 - 4
of
4
) sorted by null
/external/giflib/
gifalloc.c
226
Image->
RasterBits
[i] = Translation[Image->
RasterBits
[i]];
323
if (sp->
RasterBits
)
324
free((char *)sp->
RasterBits
);
380
sp->
RasterBits
= (unsigned char *)malloc(sizeof(GifPixelType) *
383
if (sp->
RasterBits
== NULL) {
387
memcpy(sp->
RasterBits
, CopyFrom->
RasterBits
,
435
if (sp->
RasterBits
)
436
free((char *)sp->
RasterBits
);
[
all
...]
dgif_lib.c
409
sp->
RasterBits
= (unsigned char *)NULL;
[
all
...]
gif_lib.h
289
unsigned char *
RasterBits
; /* on malloc(3) heap */
/external/skia/src/images/
SkMovie_gif.cpp
164
const unsigned char* src = (unsigned char*)frame->
RasterBits
;
183
const unsigned char* src = (unsigned char*)frame->
RasterBits
;
Completed in 88 milliseconds