Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dimage_cache.h39 struct ImageInfo { struct
70 using ImageInfoSet = std::vector<ImageInfo>; argument
Dimage_cache.cc32 ImageCache::ImageInfo::ImageInfo(const std::string& id, in ImageInfo() function in client::ImageCache::ImageInfo
/third_party/skia/modules/svg/include/
DSkSVGImage.h33 struct ImageInfo { struct
37 static ImageInfo LoadImage(const sk_sp<skresources::ResourceProvider>&, argument
/third_party/flutter/engine/flutter/lib/ui/painting/
Dimage_decoder.h39 struct ImageInfo { struct
40 SkImageInfo sk_info = {}; argument
46 std::optional<ImageInfo> decompressed_image_info; argument
/third_party/ffmpeg/libavcodec/
Dphotocd.c61 typedef struct ImageInfo { struct
64 } ImageInfo; argument
/third_party/skia/gm/
Dexoticformats.cpp26 struct ImageInfo { struct
44 static sk_sp<SkData> load_ktx(const char* filename, ImageInfo* imageInfo) { in load_ktx() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp459 struct ImageInfo struct
461 GLuint width;
462 GLuint height;
463 vector<GLubyte> data;
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_cl_enums.json162 "ImageInfo": { object
DPackedCLEnums_autogen.h231 enum class ImageInfo : uint8_t enum
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fCopyImageTests.cpp345 class ImageInfo class
360 ImageInfo::ImageInfo (deUint32 format, deUint32 target, const IVec3& size) in ImageInfo() function in deqp::gles31::Functional::__anon267c1bf40111::ImageInfo
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts1871 export interface ImageInfo { interface