Searched refs:textBytes (Results 1 – 10 of 10) 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/llvm-project/lld/unittests/MachOTests/ |
D | MachONormalizedFileBinaryWriterTests.cpp | 127 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/ |
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 shaper.shape(text, textBytes, font, true, in WriteLine()
|
/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/skqp/include/core/ |
D | SkTextBlob.h | 387 int count, int textBytes, SkPoint offset, const SkRect* bounds);
|
/external/skia/include/core/ |
D | SkTextBlob.h | 480 int count, int textBytes, SkPoint offset, const SkRect* bounds);
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 674 void shape(const char* utf8Text, size_t textBytes, 682 void shape(const char* utf8Text, size_t textBytes,
|