Home
last modified time | relevance | path

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

/external/skqp/modules/skshaper/src/
DSkShaper_primitive.cpp37 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/llvm-project/lld/unittests/MachOTests/
DMachONormalizedFileBinaryWriterTests.cpp127 const uint8_t textBytes[] = { in TEST() local
135 text.content = llvm::makeArrayRef(textBytes, sizeof(textBytes)); in TEST()
245 const uint8_t textBytes[] = { in TEST() local
250 text.content = llvm::makeArrayRef(textBytes, sizeof(textBytes)); in TEST()
356 const uint8_t textBytes[] = { in TEST() local
361 text.content = llvm::makeArrayRef(textBytes, sizeof(textBytes)); in TEST()
486 const uint8_t textBytes[] = { in TEST() local
494 text.content = llvm::makeArrayRef(textBytes, sizeof(textBytes)); in TEST()
/external/skqp/modules/skshaper/include/
DSkShaper.h57 size_t textBytes,
/external/skqp/tools/
Dusing_skia_and_harfbuzz.cpp141 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/
Dusing_skia_and_harfbuzz.cpp141 void WriteLine(const SkShaper& shaper, const char *text, size_t textBytes) { in WriteLine() argument
143 shaper.shape(text, textBytes, font, true, in WriteLine()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java1185 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/
DTestCharsetDetector.java1188 byte[] textBytes; in TestBug6889()
1190 textBytes = text.getBytes("ISO-8859-1"); in TestBug6889()
1198 det.setText(textBytes); in TestBug6889()
/external/skqp/include/core/
DSkTextBlob.h387 int count, int textBytes, SkPoint offset, const SkRect* bounds);
/external/skia/include/core/
DSkTextBlob.h480 int count, int textBytes, SkPoint offset, const SkRect* bounds);
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp674 void shape(const char* utf8Text, size_t textBytes,
682 void shape(const char* utf8Text, size_t textBytes,