Searched refs:picture_ (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/engine/flutter/flow/ohos_layers/ |
D | picture_layer.h | 22 : offset_(offset), picture_(std::move(picture)) {} in PictureLayer() 27 return picture_.get(); in GetPicture() 36 sk_sp<SkPicture> picture_; variable
|
/third_party/flutter/engine/flutter/lib/ui/painting/ |
D | picture.cc | 18 : picture_(std::move(picture)) {} in Picture() 25 picture_.get(), SkISize::Make(width, height), nullptr, nullptr, in toImage() 38 if (auto picture = picture_.get()) { in GetAllocationSize()
|
D | picture.h | 25 sk_sp<SkPicture> picture() const { return picture_.get(); } in picture() 40 SkiaGPUObject<SkPicture> picture_; variable
|
/third_party/flutter/engine/flutter/flow/layers/ |
D | picture_layer.h | 24 SkPicture* picture() const { return picture_.get().get(); } in picture() 34 SkiaGPUObject<SkPicture> picture_; variable
|
D | picture_layer.cc | 17 picture_(std::move(picture)), in PictureLayer() 42 FML_DCHECK(picture_.get()); in Paint()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | vp8l_enc.c | 1505 const WebPPicture* picture_; member 1519 const WebPPicture* const picture = params->picture_; in EncodeStreamHook() 1730 param->picture_ = picture; in VP8LEncodeStream()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | vp8l_enc.c | 1708 const WebPPicture* picture_; member 1722 const WebPPicture* const picture = params->picture_; in EncodeStreamHook() 1949 param->picture_ = picture; in VP8LEncodeStream()
|
/third_party/skia/third_party/externals/libwebp/ |
D | ChangeLog | 2122 fbadb480 split monolithic picture.c into picture_{tools,psnr,rescale}.c
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | ChangeLog | 1917 fbadb480 split monolithic picture.c into picture_{tools,psnr,rescale}.c
|