OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gifIn
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/jni/
GifTranscoder.cpp
81
GifFileType*
gifIn
;
87
gifIn
= DGifOpenFileName(pathIn, &error);
88
if (
gifIn
) {
89
closer.setGifIn(
gifIn
);
106
if (resizeBoxFilter(
gifIn
, gifOut)) {
116
bool GifTranscoder::resizeBoxFilter(GifFileType*
gifIn
, GifFileType* gifOut) {
117
ASSERT(
gifIn
!= NULL, "
gifIn
cannot be NULL");
120
if (
gifIn
->SWidth < 0 ||
gifIn
->SHeight < 0)
[
all
...]
GifTranscoder.h
52
static bool resizeBoxFilter(GifFileType*
gifIn
, GifFileType* gifOut);
55
static bool readImage(GifFileType*
gifIn
, GifByteType* rasterBits);
58
static bool renderImage(GifFileType*
gifIn
,
78
static GifByteType computeNewColorIndex(GifFileType*
gifIn
,
95
static ColorMapObject* getColorMap(GifFileType*
gifIn
);
111
void setGifIn(GifFileType*
gifIn
);
Completed in 194 milliseconds