Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1157 size_t sourceByteCount, in make_clusterator() argument
1162 SkASSERT(glyphCount == paint.textToGlyphs(sourceText, sourceByteCount, nullptr)); in make_clusterator()
1165 (void)paint.textToGlyphs(sourceText, sourceByteCount, storage->fGlyphStorage.get()); in make_clusterator()
1176 SkASSERT(txtPtr <= (const char*)sourceText + sourceByteCount); in make_clusterator()
1178 SkASSERT(txtPtr == (const char*)sourceText + sourceByteCount); in make_clusterator()
1179 utf8ByteCount = SkToU32(sourceByteCount); in make_clusterator()
1185 int utf16count = SkToInt(sourceByteCount / sizeof(uint16_t)); in make_clusterator()
1203 int utf32count = SkToInt(sourceByteCount / sizeof(SkUnichar)); in make_clusterator()
1239 const void* sourceText, size_t sourceByteCount, in internalDrawText() argument
1257 if (0 == sourceByteCount || !sourceText) { in internalDrawText()
[all …]