Home
last modified time | relevance | path

Searched refs:picture_ (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/engine/flutter/flow/ohos_layers/
Dpicture_layer.h22 : 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/
Dpicture.cc18 : 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()
Dpicture.h25 sk_sp<SkPicture> picture() const { return picture_.get(); } in picture()
40 SkiaGPUObject<SkPicture> picture_; variable
/third_party/flutter/engine/flutter/flow/layers/
Dpicture_layer.h24 SkPicture* picture() const { return picture_.get().get(); } in picture()
34 SkiaGPUObject<SkPicture> picture_; variable
Dpicture_layer.cc17 picture_(std::move(picture)), in PictureLayer()
42 FML_DCHECK(picture_.get()); in Paint()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dvp8l_enc.c1505 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/
Dvp8l_enc.c1708 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/
DChangeLog2122 fbadb480 split monolithic picture.c into picture_{tools,psnr,rescale}.c
/third_party/flutter/skia/third_party/externals/libwebp/
DChangeLog1917 fbadb480 split monolithic picture.c into picture_{tools,psnr,rescale}.c