/third_party/skia/experimental/sorttoy/ |
D | Cmds.cpp | 99 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()
|
D | Fake.cpp | 76 int FakePaint::toID() const { in toID() function in FakePaint
|
D | Fake.h | 180 int toID() const;
|
/third_party/flutter/skia/src/core/ |
D | SkStrike.cpp | 133 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()
|
D | SkStrike.h | 60 SkGlyph* mergeGlyphAndImage(SkPackedGlyphID toID, const SkGlyph& from);
|
/third_party/skia/src/core/ |
D | SkScalerCache.cpp | 109 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()
|
D | SkStrikeCache.h | 52 SkGlyph* mergeGlyphAndImage(SkPackedGlyphID toID, const SkGlyph& from) { in mergeGlyphAndImage() argument 53 auto [glyph, increase] = fScalerCache.mergeGlyphAndImage(toID, from); in mergeGlyphAndImage()
|
D | SkScalerCache.h | 63 SkPackedGlyphID toID, const SkGlyph& from) SK_EXCLUDES(fMu);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
D | LocaleExtensions.java | 122 _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/ |
D | LocaleExtensions.java | 118 _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/ |
D | transrt.cpp | 399 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/ |
D | RoundTripTest.java | 1691 … 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/ |
D | RoundTripTest.java | 1694 … 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()
|