Searched refs:text_buffer (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | shape-options.hh | 102 hb_buffer_t *text_buffer = nullptr; in shape() local 105 text_buffer = hb_buffer_create (); in shape() 106 hb_buffer_append (text_buffer, buffer, 0, -1); in shape() 119 if (verify && !verify_buffer (buffer, text_buffer, font, error)) in shape() 122 if (text_buffer) in shape() 123 hb_buffer_destroy (text_buffer); in shape() 128 if (text_buffer) in shape() 129 hb_buffer_destroy (text_buffer); in shape() 135 hb_buffer_t *text_buffer, in verify_buffer() 141 if (!verify_buffer_safe_to_break (buffer, text_buffer, fon in verify_buffer() [all...] |
/third_party/openssl/test/ |
H A D | ct_test.c | 129 BIO *text_buffer = NULL; in STACK_OF() local 133 if (!TEST_ptr(text_buffer = BIO_new(BIO_s_mem()))) in STACK_OF() 136 SCT_LIST_print(sct, text_buffer, 0, "\n", NULL); in STACK_OF() 139 if (!TEST_true(BIO_write(text_buffer, "\0", 1))) in STACK_OF() 142 BIO_get_mem_data(text_buffer, &actual_output); in STACK_OF() 148 BIO_free(text_buffer); in STACK_OF() 155 BIO *text_buffer = NULL; in compare_extension_printout() local 159 if (!TEST_ptr(text_buffer = BIO_new(BIO_s_mem())) in compare_extension_printout() 160 || !TEST_true(X509V3_EXT_print(text_buffer, extension, in compare_extension_printout() 165 if (!TEST_true(BIO_write(text_buffer, "\ in compare_extension_printout() [all...] |
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.h | 19 DisassemblingDecoder(char* text_buffer, int buffer_size);
|
H A D | disasm-arm64.cc | 33 DisassemblingDecoder::DisassemblingDecoder(char* text_buffer, int buffer_size) { in DisassemblingDecoder() argument 35 buffer_ = text_buffer; in DisassemblingDecoder()
|
/third_party/vixl/src/aarch64/ |
H A D | disasm-aarch64.h | 54 Disassembler(char* text_buffer, int buffer_size);
|
H A D | disasm-aarch64.cc | 772 Disassembler::Disassembler(char *text_buffer, int buffer_size) { in Disassembler() argument 774 buffer_ = text_buffer; in Disassembler()
|
Completed in 16 milliseconds