Searched refs:appendHex (Results 1 - 25 of 50) sorted by last modified time

12

/external/skia/src/core/
H A DSkPaint.cpp2488 str->appendHex(color);
H A DSkShader.cpp382 str->appendHex(fColor);
H A DSkStream.cpp114 tmp.appendHex(hex, digits);
/external/skia/src/effects/
H A DSkAvoidXfermode.cpp173 str->appendHex(fOpColor);
H A DSkBlurDrawLooper.cpp168 str->appendHex(fBlurColor);
H A DSkColorFilters.cpp83 str->appendHex(fColor);
H A DSkPixelXorXfermode.cpp37 str->appendHex(fOpColor);
/external/skia/src/effects/gradients/
H A DSkGradientShader.cpp670 str->appendHex(fOrigColors[i]);
/external/skia/src/pdf/
H A DSkPDFTypes.cpp234 result.appendHex(win[i], 4);
269 result.appendHex(val, 2);
307 result.appendHex(input[i] & 0xFF, 2);
/external/skia/src/utils/debugger/
H A DSkObjectParser.cpp363 decodedText->appendHex(*glyph);
/external/skia/src/xml/
H A DSkXMLWriter.cpp43 tmp.appendHex(value, minDigits);
/external/skia/include/core/
H A DSkString.h182 void appendHex(uint32_t value, int minDigits = 0) { this->insertHex((size_t)-1, value, minDigits); } function in class:SkString
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/icu/icu4c/source/samples/datefmt/
H A Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, function
40 appendHex(ch, 4, target);
/external/icu/icu4c/source/samples/msgfmt/
H A Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, function
40 appendHex(ch, 4, target);
/external/icu/icu4c/source/samples/numfmt/
H A Dutil.cpp32 static UnicodeString& appendHex(uint32_t number, function
52 appendHex(ch, 4, target);
/external/icu/icu4c/source/samples/translit/
H A Dutil.cpp21 static UnicodeString& appendHex(uint32_t number, function
40 appendHex(ch, 4, target);
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp932 appendHex(b, 2, s);
H A Dintltest.cpp244 IntlTest::appendHex(uint32_t number, function in class:IntlTest
289 appendHex(number, digits, result);
316 appendHex(ch, 4, target);
319 appendHex(ch, 8, target);
367 appendHex(ch, 4, target);
370 appendHex(ch, 8, target);
H A Dintltest.h358 static UnicodeString &appendHex(uint32_t number, int32_t digits, UnicodeString &target);
H A Ditercoll.cpp647 appendHex(order, 8, target);
H A Dregcoll.cpp1414 appendHex(c1, 8, msg);
1416 appendHex(c2, 8, msg);
H A Dtestutil.cpp16 UnicodeString &TestUtility::appendHex(UnicodeString &buf, UChar32 ch) { function in class:TestUtility
32 appendHex(buf, ch);
49 appendHex(result, c);
H A Dtestutil.h22 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
H A Dtscoll.cpp378 appendHex(bytes[i], 2, target);
459 appendHex(o, 8, hexString);
470 appendHex(o, 8, hexString);

Completed in 281 milliseconds

12