Searched refs:makeClone (Results 1 – 17 of 17) sorted by relevance
61 distortable->makeClone( in onDraw()
62 distortable->makeClone( in onDraw()
80 typeface->makeClone(SkFontArguments().setVariationDesignPosition(position)), kTextSize); in DEF_TEST()
171 for (bool makeClone : {false, true}) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()199 if (makeClone) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()213 int ioRefMul = makeClone ? 2 : 1; in DEF_GPUTEST_FOR_ALL_CONTEXTS()
336 typeface->makeClone(SkFontArguments().setVariationDesignPosition(position)), kTextSize); in DEF_TEST()
167 for (bool makeClone : {false, true}) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()195 if (makeClone) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()209 int ioRefMul = makeClone ? 2 : 1; in DEF_GPUTEST_FOR_ALL_CONTEXTS()
215 retval.value = makeClone(value); in clone()
147 public static Object makeClone(Object obj) { in makeClone() method in GenericObject
148 sk_sp<SkTypeface> makeClone(const SkFontArguments&) const;
180 sk_sp<SkTypeface> proxy = fProxy->makeClone(args); in onMakeClone()
172 sk_sp<SkTypeface> SkTypeface::makeClone(const SkFontArguments& args) const { in makeClone() function in SkTypeface
492 retval.messageContentObject = makeClone(messageContentObject); in clone()