Home
last modified time | relevance | path

Searched defs:Picture (Results 1 – 11 of 11) sorted by relevance

/external/flac/include/FLAC++/
Dmetadata.h872 inline Picture(const Picture &object): Prototype(object) { } in Picture() function
873 inline Picture(const ::FLAC__StreamMetadata &object): Prototype(object) { } in Picture() function
874 inline Picture(const ::FLAC__StreamMetadata *object): Prototype(object) { } in Picture() function
880 inline Picture(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in Picture() function
/external/skia/include/core/
DSkPictureRecorder.h20 class Picture; variable
/external/skia/src/effects/imagefilters/
DSkPictureImageFilter.cpp66 sk_sp<SkImageFilter> SkImageFilters::Picture(sk_sp<SkPicture> pic, const SkRect& targetRect) { in Picture() function in SkImageFilters
/external/webrtc/modules/video_coding/codecs/av1/
Ddav1d_decoder.cc66 Dav1dPicture& Picture() { return picture_; } in Picture() function in webrtc::__anon292c228c0111::ScopedDav1dPicture
/external/skia/include/effects/
DSkImageFilters.h352 static sk_sp<SkImageFilter> Picture(sk_sp<SkPicture> pic) { in Picture() function
/external/skia/src/gpu/graphite/precompile/
DPrecompileShader.cpp545 sk_sp<PrecompileShader> PrecompileShaders::Picture() { in Picture() function in skgpu::graphite::PrecompileShaders
551 sk_sp<PrecompileShader> PrecompileShadersPriv::Picture(bool withLM) { in Picture() function in skgpu::graphite::PrecompileShadersPriv
/external/skia/tests/
DPictureTest.cpp520 DEF_TEST(Picture, reporter) { in DEF_TEST() argument
/external/flac/src/libFLAC++/
Dmetadata.cpp1179 Picture::Picture(): in Picture() function in FLAC::Metadata::Picture
/external/skia/modules/canvaskit/
Dinterface.js970 CanvasKit.Picture.prototype.makeShader = function(tmx, tmy, mode, matr, rect) { class
Dexterns.js718 Picture: { property
/external/cronet/testing/libfuzzer/proto/
Dskia_image_filter.proto858 message Picture { message