Lines Matching refs:_Nonnull

196 int AImageDecoder_createFromAAsset(struct AAsset* _Nonnull asset,
197 AImageDecoder* _Nullable * _Nonnull outDecoder)
228 int AImageDecoder_createFromFd(int fd, AImageDecoder* _Nullable * _Nonnull outDecoder)
258 int AImageDecoder_createFromBuffer(const void* _Nonnull buffer, size_t length,
259 AImageDecoder* _Nullable * _Nonnull outDecoder)
296 int AImageDecoder_setAndroidBitmapFormat(AImageDecoder* _Nonnull decoder,
326 int AImageDecoder_setUnpremultipliedRequired(AImageDecoder* _Nonnull decoder,
358 int AImageDecoder_setDataSpace(AImageDecoder* _Nonnull decoder, int32_t dataspace)
399 int AImageDecoder_setTargetSize(AImageDecoder* _Nonnull decoder, int32_t width,
429 int AImageDecoder_computeSampledSize(const AImageDecoder* _Nonnull decoder, int sampleSize,
430 int32_t* _Nonnull width, int32_t* _Nonnull height)
465 int AImageDecoder_setCrop(AImageDecoder* _Nonnull decoder, ARect crop) __INTRODUCED_IN(30);
489 const AImageDecoderHeaderInfo* _Nonnull AImageDecoder_getHeaderInfo(
490 const AImageDecoder* _Nonnull decoder) __INTRODUCED_IN(30);
500 int32_t AImageDecoderHeaderInfo_getWidth(const AImageDecoderHeaderInfo* _Nonnull)
511 int32_t AImageDecoderHeaderInfo_getHeight(const AImageDecoderHeaderInfo* _Nonnull)
521 const char* _Nonnull AImageDecoderHeaderInfo_getMimeType(
522 const AImageDecoderHeaderInfo* _Nonnull) __INTRODUCED_IN(30);
533 const AImageDecoderHeaderInfo* _Nonnull) __INTRODUCED_IN(30);
549 const AImageDecoderHeaderInfo* _Nonnull) __INTRODUCED_IN(30);
570 const AImageDecoderHeaderInfo* _Nonnull) __INTRODUCED_IN(30);
587 size_t AImageDecoder_getMinimumStride(AImageDecoder* _Nonnull decoder) __INTRODUCED_IN(30);
666 int AImageDecoder_decodeImage(AImageDecoder* _Nonnull decoder,
667 void* _Nonnull pixels, size_t stride,
683 bool AImageDecoder_isAnimated(AImageDecoder* _Nonnull decoder)
720 int32_t AImageDecoder_getRepeatCount(AImageDecoder* _Nonnull decoder)
765 int AImageDecoder_advanceFrame(AImageDecoder* _Nonnull decoder)
790 int AImageDecoder_rewind(AImageDecoder* _Nonnull decoder)
857 int AImageDecoder_getFrameInfo(AImageDecoder* _Nonnull decoder,
858 AImageDecoderFrameInfo* _Nonnull info) __INTRODUCED_IN(31);
869 const AImageDecoderFrameInfo* _Nonnull info) __INTRODUCED_IN(31);
894 const AImageDecoderFrameInfo* _Nonnull info) __INTRODUCED_IN(31);
924 const AImageDecoderFrameInfo* _Nonnull info) __INTRODUCED_IN(31);
967 const AImageDecoderFrameInfo* _Nonnull info) __INTRODUCED_IN(31);
1004 const AImageDecoderFrameInfo* _Nonnull info)
1040 AImageDecoder* _Nonnull decoder, bool handleInternally)