Home | History | Annotate | Download | only in pdf

Lines Matching refs:SkToU32

1233                 clusters[i] = SkToU32(txtPtr - (const char*)sourceText);
1238 utf8ByteCount = SkToU32(sourceByteCount);
1245 utf8ByteCount = SkToU32(SkUTF16_ToUTF8(utf16ptr, utf16count));
1251 clusters[clusterIndex++] = SkToU32(txtPtr - utf8Text);
1265 utf8ByteCount += SkToU32(SkUTF8_FromUnichar(utf32[i]));
1271 clusters[i] = SkToU32(txtPtr - utf8Text);
1280 return Clusterator(clusters, utf8Text, SkToU32(glyphCount), utf8ByteCount);
1444 clusterator = Clusterator(clusters, utf8Text, SkToU32(glyphCount), textByteLength);
1452 clusterator = Clusterator(SkToU32(glyphCount));