Searched defs:curr_canvas (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | gif2webp.c | 111 WebPPicture curr_canvas; // Not disposed. in main() local [all...] |
H A D | gifdec.c | 260 GIFDisposeFrame(GIFDisposeMethod dispose, const GIFFrameRect* const rect, const WebPPicture* const prev_canvas, WebPPicture* const curr_canvas) GIFDisposeFrame() argument 375 GIFDisposeFrame(GIFDisposeMethod dispose, const GIFFrameRect* const rect, const struct WebPPicture* const prev_canvas, struct WebPPicture* const curr_canvas) GIFDisposeFrame() argument
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
H A D | anim_encode.c | 535 GetSubRect(const WebPPicture* const prev_canvas, const WebPPicture* const curr_canvas, int is_key_frame, int is_first_frame, int empty_rect_allowed, int is_lossless, float quality, FrameRectangle* const rect, WebPPicture* const sub_frame) GetSubRect() argument 566 GetSubRects(const WebPPicture* const prev_canvas, const WebPPicture* const curr_canvas, int is_key_frame, int is_first_frame, float quality, SubFrameParams* const params) GetSubRects() argument 591 WebPAnimEncoderRefineRect( const WebPPicture* const prev_canvas, const WebPPicture* const curr_canvas, int is_lossless, float quality, int* const x_offset, int* const y_offset, int* const width, int* const height) WebPAnimEncoderRefineRect() argument 620 DisposeFrameRectangle(int dispose_method, const FrameRectangle* const rect, WebPPicture* const curr_canvas) DisposeFrameRectangle() argument 860 WebPPicture* const curr_canvas = &enc->curr_canvas_copy_; GenerateCandidates() local 1063 const WebPPicture* const curr_canvas = &enc->curr_canvas_copy_; SetFrame() local [all...] |
Completed in 4 milliseconds