Home
last modified time | relevance | path

Searched refs:makeClone (Results 1 – 17 of 17) sorted by relevance

/external/skqp/gm/
Dfontscalerdistortable.cpp61 distortable->makeClone( in onDraw()
/external/skia/gm/
Dfontscalerdistortable.cpp62 distortable->makeClone( in onDraw()
/external/skia/tests/
DFontMgrFontConfigTest.cpp80 typeface->makeClone(SkFontArguments().setVariationDesignPosition(position)), kTextSize); in DEF_TEST()
DProcessorTest.cpp171 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()
DFontMgrAndroidParserTest.cpp336 typeface->makeClone(SkFontArguments().setVariationDesignPosition(position)), kTextSize); in DEF_TEST()
/external/skqp/tests/
DFontMgrFontConfigTest.cpp80 typeface->makeClone(SkFontArguments().setVariationDesignPosition(position)), kTextSize); in DEF_TEST()
DProcessorTest.cpp167 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()
DFontMgrAndroidParserTest.cpp336 typeface->makeClone(SkFontArguments().setVariationDesignPosition(position)), kTextSize); in DEF_TEST()
/external/nist-sip/java/gov/nist/core/
DNameValue.java215 retval.value = makeClone(value); in clone()
DGenericObject.java147 public static Object makeClone(Object obj) { in makeClone() method in GenericObject
/external/skqp/include/core/
DSkTypeface.h148 sk_sp<SkTypeface> makeClone(const SkFontArguments&) const;
/external/skia/include/core/
DSkTypeface.h148 sk_sp<SkTypeface> makeClone(const SkFontArguments&) const;
/external/skqp/tools/fonts/
DSkRandomScalerContext.cpp180 sk_sp<SkTypeface> proxy = fProxy->makeClone(args); in onMakeClone()
/external/skia/tools/fonts/
DSkRandomScalerContext.cpp180 sk_sp<SkTypeface> proxy = fProxy->makeClone(args); in onMakeClone()
/external/skqp/src/core/
DSkTypeface.cpp172 sk_sp<SkTypeface> SkTypeface::makeClone(const SkFontArguments& args) const { in makeClone() function in SkTypeface
/external/skia/src/core/
DSkTypeface.cpp172 sk_sp<SkTypeface> SkTypeface::makeClone(const SkFontArguments& args) const { in makeClone() function in SkTypeface
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPMessage.java492 retval.messageContentObject = makeClone(messageContentObject); in clone()