Searched refs:transforms (Results 1 – 5 of 5) sorted by relevance
156 std::vector<SkMatrix> transforms; in TEST() local157 transforms.reserve(5); in TEST()162 transforms.push_back(op->transform()); in TEST()166 EXPECT_EQ(transforms.size(), 5); in TEST()170 const auto &result = transforms[0]; in TEST()177 const auto &result = transforms[1]; in TEST()186 const auto &result = transforms[2]; in TEST()196 const auto &result = transforms[3]; in TEST()205 const auto &result = transforms[4]; in TEST()
193 Transforms transforms = new Transforms(view); in captureValues() local194 transitionValues.values.put(PROPNAME_TRANSFORMS, transforms); in captureValues()283 final Transforms transforms = (Transforms) endValues.values.get(PROPNAME_TRANSFORMS); in createTransformAnimator() local329 transforms.restore(view); in createTransformAnimator()346 transforms.restore(view); in createTransformAnimator()
112 val transforms = arrayOf(Transform.FLIP_H, Transform.FLIP_V, Transform.ROT_180).withIndex() in <lambda>() constant113 for ((index, transform) in transforms) { in <lambda>()
19 In this mode ProtoLogTool transforms every ProtoLog logging call in form of:
246 list<uint32_t> transforms; member475 measPtr->transforms = supportedTransforms(format->format); in main()477 transformList2str(measPtr->transforms).c_str()); in main()