Home
last modified time | relevance | path

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

/external/skqp/modules/skshaper/src/
DSkShaper.cpp15 int textCount) { in newRunBuffer() argument
17 textCount, SkString()); in newRunBuffer()
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder.cpp374 size_t textCount = 0; in DetermineConsecutiveBinaryCount() local
375 while (textCount < 5 && IsText(ch)) { in DetermineConsecutiveBinaryCount()
376 textCount++; in DetermineConsecutiveBinaryCount()
377 size_t i = idx + textCount; in DetermineConsecutiveBinaryCount()
382 if (textCount >= 5) in DetermineConsecutiveBinaryCount()
/external/skia/modules/canvaskit/
Dparagraph_bindings.cpp465 size_t textCount = textStorage.size(); in EMSCRIPTEN_BINDINGS() local
500 if (subTextCount > textCount) { in EMSCRIPTEN_BINDINGS()
509 textCount -= subTextCount; in EMSCRIPTEN_BINDINGS()
511 if (textCount != 0) { in EMSCRIPTEN_BINDINGS()
/external/skia/modules/skplaintexteditor/src/
Dshape.cpp235 int textCount = textEnd - textBegin; in set_character_bounds() local
236 int codePointCount = SkUTF::CountUTF8(utf8Text + textBegin, textCount); in set_character_bounds()
/external/skqp/tools/viewer/
DViewer.cpp1051 uint32_t textCount = it.textSize(); in filterTextBlob() local
1052 memcpy(runBuffer.utf8text, it.text(), textCount * textSize); in filterTextBlob()
/external/skia/tools/viewer/
DViewer.cpp1325 uint32_t textCount = it.textSize(); in filterTextBlob() local
1326 memcpy(runBuffer.utf8text, it.text(), textCount * textSize); in filterTextBlob()