Home
last modified time | relevance | path

Searched refs:toID (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/experimental/sorttoy/
H A 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()
H A DFake.h180 int toID() const;
H A DFake.cpp76 int FakePaint::toID() const { in toID() function in FakePaint
/third_party/skia/src/core/
H A DSkScalerCache.cpp109 SkPackedGlyphID toID, const SkGlyph& from) { in mergeGlyphAndImage()
112 SkGlyphDigest* digest = fDigestForPackedGlyphID.find(toID); in mergeGlyphAndImage()
120 SkGlyph* glyph = fAlloc.make<SkGlyph>(toID); in mergeGlyphAndImage()
108 mergeGlyphAndImage( SkPackedGlyphID toID, const SkGlyph& from) mergeGlyphAndImage() argument
H A DSkStrikeCache.h52 SkGlyph* mergeGlyphAndImage(SkPackedGlyphID toID, const SkGlyph& from) { in mergeGlyphAndImage() argument
53 auto [glyph, increase] = fScalerCache.mergeGlyphAndImage(toID, from); in mergeGlyphAndImage()
H A DSkScalerCache.h58 // Lookup (or create if needed) the toGlyph using toID. If that glyph is not initialized with
63 SkPackedGlyphID toID, const SkGlyph& from) SK_EXCLUDES(fMu);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleExtensions.java118 _id = toID(_map); in LocaleExtensions()
177 private static String toID(SortedMap<Character, Extension> map) { in toID() method in LocaleExtensions
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLocaleExtensions.java122 _id = toID(_map); in LocaleExtensions()
181 private static String toID(SortedMap<Character, Extension> map) { in toID() method in LocaleExtensions
/third_party/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp373 const UnicodeString& toID,
913 const UnicodeString& toID, in logRoundTripFailure()
921 to + "(" + TestUtility::hex(to) + ") "+toID+" => " + in logRoundTripFailure()
912 logRoundTripFailure(const UnicodeString& from, const UnicodeString& toID, const UnicodeString& to, const UnicodeString& backID, const UnicodeString& back) logRoundTripFailure() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A 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()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRoundTripTest.java1679 final void logRoundTripFailure(String from,String toID, String to,String backID, String back) { in logRoundTripFailure() argument
1686 info(from) + " "+toID+" => " + info(to) + " " + backID+" => " + info(back) in logRoundTripFailure()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 13 milliseconds