Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1100 uint32_t textByteLength) in Clusterator() argument
1104 , fTextByteLength(textByteLength) { in Clusterator()
1391 uint32_t textByteLength, const char* utf8Text) { in internalDrawText() argument
1441 if (textByteLength > 0) { in internalDrawText()
1444 clusterator = Clusterator(clusters, utf8Text, SkToU32(glyphCount), textByteLength); in internalDrawText()