Home
last modified time | relevance | path

Searched refs:TransformType (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/modules/skottie/src/
H A DLayer.h40 enum TransformType : uint8_t {
59 TransformType);
62 TransformType);
65 TransformType);
H A DLayer.cpp332 const auto transform_chain_type = this->is3D() ? TransformType::k3D in buildTransform()
333 : TransformType::k2D; in buildTransform()
341 TransformType ttype) { in getTransform()
359 TransformType ttype) { in getParentTransform()
365 if (ttype == TransformType::k3D) { in getParentTransform()
379 TransformType ttype) { in doAttachTransform()
/third_party/ffmpeg/libavcodec/
H A Dcfhd.h40 TransformType = 10, enumerator
H A Dwebp.c112 enum TransformType { enum
212 enum TransformType transforms[4]; /* transformations used in the image, in order */
1135 enum TransformType transform = get_bits(&s->gb, 2); in vp8_lossless_decode_frame()
H A Dcfhdenc.c565 bytestream2_put_be16(pby, TransformType); in cfhd_encode_frame()
H A Dcfhd.c501 } else if (tag == TransformType) { in cfhd_decode()
/third_party/ffmpeg/libavfilter/
H A Daf_biquads.c101 enum TransformType { enum

Completed in 10 milliseconds