Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1216 size_t sourceByteCount, in make_clusterator() argument
1221 SkASSERT(glyphCount == paint.textToGlyphs(sourceText, sourceByteCount, nullptr)); in make_clusterator()
1224 (void)paint.textToGlyphs(sourceText, sourceByteCount, storage->fGlyphStorage.get()); in make_clusterator()
1235 SkASSERT(txtPtr <= (const char*)sourceText + sourceByteCount); in make_clusterator()
1237 SkASSERT(txtPtr == (const char*)sourceText + sourceByteCount); in make_clusterator()
1238 utf8ByteCount = SkToU32(sourceByteCount); in make_clusterator()
1244 int utf16count = SkToInt(sourceByteCount / sizeof(uint16_t)); in make_clusterator()
1262 int utf32count = SkToInt(sourceByteCount / sizeof(SkUnichar)); in make_clusterator()
1297 static SkPath draw_text_as_path(const void* sourceText, size_t sourceByteCount, in draw_text_as_path() argument
1305 srcPaint.getTextPath(sourceText, sourceByteCount, offset.x(), offset.y(), &path); in draw_text_as_path()
[all …]