Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1041 uint32_t textByteLength) in Clusterator() argument
1045 , fTextByteLength(textByteLength) { in Clusterator()
1242 uint32_t textByteLength, const char* utf8Text) { in internalDrawText() argument
1286 if (textByteLength > 0) { in internalDrawText()
1289 clusterator = Clusterator(clusters, utf8Text, SkToU32(glyphCount), textByteLength); in internalDrawText()