Searched refs:textBytes (Results 1 – 11 of 11) sorted by relevance
/external/skqp/modules/skshaper/src/ |
D | SkShaper_primitive.cpp | 37 size_t textBytes, in shape() argument 46 int glyphCount = font.countText(utf8text, textBytes, SkTextEncoding::kUTF8); in shape() 57 { font.measureText(utf8text, textBytes, SkTextEncoding::kUTF8), 0 }, in shape() 62 const auto buffer = handler->newRunBuffer(info, font, glyphCount, textBytes); in shape() 63 SkAssertResult(font.textToGlyphs(utf8text, textBytes, SkTextEncoding::kUTF8, buffer.glyphs, in shape() 68 memcpy(buffer.utf8text, utf8text, textBytes); in shape() 77 SkASSERT(txtPtr <= utf8text + textBytes); in shape()
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_primitive.cpp | 23 size_t textBytes, 146 size_t textBytes, in shape() argument 152 int glyphCount = font.countText(utf8text, textBytes, SkTextEncoding::kUTF8); in shape() 158 font.textToGlyphs(utf8text, textBytes, SkTextEncoding::kUTF8, glyphs.get(), glyphCount); in shape() 168 while (0 < textBytes) { in shape() 172 size_t bytesConsumed = linebreak(utf8text, utf8text + textBytes, font, width, in shape() 197 SkUTF::NextUTF8(&txtPtr, utf8text + textBytes); in shape() 206 textBytes -= bytesConsumed; in shape()
|
D | SkShaper_harfbuzz.cpp | 815 size_t textBytes,
|
/external/skqp/modules/skshaper/include/ |
D | SkShaper.h | 57 size_t textBytes,
|
/external/skqp/tools/ |
D | using_skia_and_harfbuzz.cpp | 141 void WriteLine(const SkShaper& shaper, const char *text, size_t textBytes) { in WriteLine() argument 143 SkPoint endPoint = shaper.shape(&textBlobBuilder, font, text, textBytes, true, in WriteLine()
|
/external/skia/tools/ |
D | using_skia_and_harfbuzz.cpp | 141 void WriteLine(const SkShaper& shaper, const char *text, size_t textBytes) { in WriteLine() argument 143 SkPoint endPoint = shaper.shape(&textBlobBuilder, font, text, textBytes, true, in WriteLine()
|
/external/skia/modules/skshaper/include/ |
D | SkShaper.h | 68 size_t textBytes,
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 1185 byte[] textBytes; in TestBug6889() 1187 textBytes = text.getBytes("ISO-8859-1"); in TestBug6889() 1195 det.setText(textBytes); in TestBug6889()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 1188 byte[] textBytes; in TestBug6889() 1190 textBytes = text.getBytes("ISO-8859-1"); in TestBug6889() 1198 det.setText(textBytes); in TestBug6889()
|
/external/skia/include/core/ |
D | SkTextBlob.h | 387 int count, int textBytes, SkPoint offset, const SkRect* bounds);
|
/external/skqp/include/core/ |
D | SkTextBlob.h | 387 int count, int textBytes, SkPoint offset, const SkRect* bounds);
|