Home
last modified time | relevance | path

Searched defs:text_length (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/perf/
H A Dperf-shaping.hh21 unsigned text_length; in shape() local
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Dhb-subset-fuzzer.cc11 trySubset(hb_face_t *face, const hb_codepoint_t text[], int text_length, unsigned flag_bits) trySubset() argument
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
H A DuSynergy.c617 uint32_t text_length = (uint32_t)strlen(text); in uSynergySendClipboard() local
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dpngdec.c170 png_size_t text_length; in ExtractMetadataFromPNG() local
/third_party/skia/fuzz/
H A DFuzzSkParagraph.cpp117 uint8_t text_length; in RandomText() local
126 const auto text_length = RandomText(text, fuzz); in AddASCIIText() local
132 const auto text_length = RandomText(text, fuzz); in AddUnicodeText() local
143 const auto text_length = RandomText(text, fuzz); in AddZalgoText() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureFilterAnisotropicTests.cpp62 const size_t text_length = strlen(text); in replaceToken() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cGPUShader5Tests.cpp314 const size_t text_length = strlen(text); in replaceToken() local
H A Dgl4cSparseTexture2Tests.cpp269 const size_t text_length = strlen(text); in replaceToken() local
H A Dgl4cStencilTexturingTests.cpp378 const size_t text_length = strlen(text); in replaceToken() local
H A Dgl4cGlSpirvTests.cpp120 const size_t text_length = strlen(text); in replaceToken() local
H A Dgl4cMultiBindTests.cpp1595 const size_t text_length = strlen(text); in replaceToken() local
H A Dgl3cTextureSwizzleTests.cpp2152 const size_t text_length = strlen(text); in replaceToken() local
H A Dgl4cShadingLanguage420PackTests.cpp1410 const size_t text_length = strlen(text); in replaceToken() local
1427 const size_t text_length = strlen(text); in replaceAllTokens() local
H A Dgl4cGPUShaderFP64Tests.cpp1569 const size_t text_length = strlen(text); in replaceToken() local
H A Dgl4cEnhancedLayoutsTests.cpp1583 const size_t text_length = strlen(text); in replaceToken() local
1610 const size_t text_length = strlen(text); in replaceAllTokens() local
/third_party/ffmpeg/libavcodec/
H A Dmovtextdec.c482 int text_length; in mov_text_decode_frame() local
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.c627 uint32_t text_offset = 0, text_length = 0; in v3d_spec_load() local
/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.c596 uint32_t text_offset = 0, text_length = 0; in intel_spec_load() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.cc1541 hb_buffer_add_utf(hb_buffer_t *buffer, const typename utf_t::codepoint_t *text, int text_length, unsigned int item_offset, int item_length) hb_buffer_add_utf() argument
1628 hb_buffer_add_utf8(hb_buffer_t *buffer, const char *text, int text_length, unsigned int item_offset, int item_length) hb_buffer_add_utf8() argument
1654 hb_buffer_add_utf16(hb_buffer_t *buffer, const uint16_t *text, int text_length, unsigned int item_offset, int item_length) hb_buffer_add_utf16() argument
1680 hb_buffer_add_utf32(hb_buffer_t *buffer, const uint32_t *text, int text_length, unsigned int item_offset, int item_length) hb_buffer_add_utf32() argument
1707 hb_buffer_add_latin1(hb_buffer_t *buffer, const uint8_t *text, int text_length, unsigned int item_offset, int item_length) hb_buffer_add_latin1() argument
1741 hb_buffer_add_codepoints(hb_buffer_t *buffer, const hb_codepoint_t *text, int text_length, unsigned int item_offset, int item_length) hb_buffer_add_codepoints() argument
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpngset.c836 size_t text_length, key_len; in png_set_text_2() local
[all...]
H A Dpng.h572 size_t text_length; /* length of the text string */ member
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc2618 int text_length = in Emit() local
3099 int text_length = GreedyLoopTextLengthForAlternative(&alternatives_->at(0)); in Emit() local
3137 EmitGreedyLoop(RegExpCompiler* compiler, Trace* trace, AlternativeGenerationList* alt_gens, PreloadState* preload, GreedyLoopState* greedy_loop_state, int text_length) EmitGreedyLoop() argument

Completed in 123 milliseconds