Home | History | Annotate | Download | only in jni

Lines Matching refs:SHeight

120     if (gifIn->SWidth < 0 || gifIn->SHeight < 0) {
121 LOGE("Input GIF has invalid size: %d x %d", gifIn->SWidth, gifIn->SHeight);
128 gifIn->SHeight / 2,
144 std::vector<GifByteType> srcBuffer(gifIn->SWidth * gifIn->SHeight);
147 std::unique_ptr<ColorARGB> renderBuffer(new ColorARGB[gifIn->SWidth * gifIn->SHeight]);
180 gifIn->Image.Top + gifIn->Image.Height > gifIn->SHeight) {
190 gifOut->SHeight,
221 for (int y = 0; y < gifOut->SHeight; y++) {
370 fillRect(renderBuffer, gifIn->SWidth, gifIn->SHeight,
371 0, 0, gifIn->SWidth, gifIn->SHeight, bgColor);
373 fillRect(renderBuffer, gifIn->SWidth, gifIn->SHeight,