Home
last modified time | relevance | path

Searched refs:toID (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/experimental/sorttoy/
DCmds.cpp99 return SortKey(fPaint.isTransparent(), this->getSortZ(), fPaint.toID()); in getKey()
114 if (fPaint.toID() == kSolidMat) { in execute()
116 } else if (fPaint.toID() == kLinearMat) { in execute()
121 SkASSERT(fPaint.toID() == kRadialMat); in execute()
DFake.cpp76 int FakePaint::toID() const { in toID() function in FakePaint
DFake.h180 int toID() const;
/third_party/flutter/skia/src/core/
DSkStrike.cpp133 SkGlyph* SkStrike::mergeGlyphAndImage(SkPackedGlyphID toID, const SkGlyph& from) { in mergeGlyphAndImage() argument
134 SkGlyph* glyph = fGlyphMap.findOrNull(toID); in mergeGlyphAndImage()
136 glyph = this->makeGlyph(toID); in mergeGlyphAndImage()
DSkStrike.h60 SkGlyph* mergeGlyphAndImage(SkPackedGlyphID toID, const SkGlyph& from);
/third_party/skia/src/core/
DSkScalerCache.cpp109 SkPackedGlyphID toID, const SkGlyph& from) { in mergeGlyphAndImage() argument
112 SkGlyphDigest* digest = fDigestForPackedGlyphID.find(toID); in mergeGlyphAndImage()
120 SkGlyph* glyph = fAlloc.make<SkGlyph>(toID); in mergeGlyphAndImage()
DSkStrikeCache.h52 SkGlyph* mergeGlyphAndImage(SkPackedGlyphID toID, const SkGlyph& from) { in mergeGlyphAndImage() argument
53 auto [glyph, increase] = fScalerCache.mergeGlyphAndImage(toID, from); in mergeGlyphAndImage()
DSkScalerCache.h63 SkPackedGlyphID toID, const SkGlyph& from) SK_EXCLUDES(fMu);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleExtensions.java122 _id = toID(_map); in LocaleExtensions()
181 private static String toID(SortedMap<Character, Extension> map) { in toID() method in LocaleExtensions
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleExtensions.java118 _id = toID(_map); in LocaleExtensions()
177 private static String toID(SortedMap<Character, Extension> map) { in toID() method in LocaleExtensions
/third_party/icu/icu4c/source/test/intltest/
Dtransrt.cpp399 const UnicodeString& toID,
938 const UnicodeString& toID, in logRoundTripFailure() argument
946 to + "(" + TestUtility::hex(to) + ") "+toID+" => " + in logRoundTripFailure()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java1691 … final void logRoundTripFailure(String from,String toID, String to,String backID, String back) { in logRoundTripFailure() argument
1698 info(from) + " "+toID+" => " + info(to) + " " + backID+" => " + info(back) in logRoundTripFailure()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DRoundTripTest.java1694 … final void logRoundTripFailure(String from,String toID, String to,String backID, String back) { in logRoundTripFailure() argument
1701 info(from) + " "+toID+" => " + info(to) + " " + backID+" => " + info(back) in logRoundTripFailure()