Home
last modified time | relevance | path

Searched defs:text_length (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/fuzz/
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
/third_party/skia/third_party/externals/harfbuzz/perf/
Dperf-shaping.hh21 unsigned text_length; in shape() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-buffer.cc1543 int text_length, in hb_buffer_add_utf()
1630 int text_length, in hb_buffer_add_utf8()
1656 int text_length, in hb_buffer_add_utf16()
1682 int text_length, in hb_buffer_add_utf32()
1709 int text_length, in hb_buffer_add_latin1()
1743 int text_length, in hb_buffer_add_codepoints()
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-subset-fuzzer.cc13 int text_length, in trySubset()
/third_party/skia/third_party/externals/spirv-tools/source/
Dassembly_grammar.cpp48 size_t text_length = strlen(textValue); in spvTextParseMaskOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dassembly_grammar.cpp48 size_t text_length = strlen(textValue); in spvTextParseMaskOperand() local
/third_party/spirv-tools/source/
Dassembly_grammar.cpp48 size_t text_length = strlen(textValue); in spvTextParseMaskOperand() local
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
DuSynergy.c617 uint32_t text_length = (uint32_t)strlen(text); in uSynergySendClipboard() local
/third_party/skia/third_party/externals/libwebp/imageio/
Dpngdec.c170 png_size_t text_length; in ExtractMetadataFromPNG() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cGPUShader5Tests.cpp314 const size_t text_length = strlen(text); in replaceToken() local
Dgl4cStencilTexturingTests.cpp378 const size_t text_length = strlen(text); in replaceToken() local
Dgl4cGlSpirvTests.cpp120 const size_t text_length = strlen(text); in replaceToken() local
Dgl4cSparseTexture2Tests.cpp269 const size_t text_length = strlen(text); in replaceToken() local
Dgl3cTextureSwizzleTests.cpp2152 const size_t text_length = strlen(text); in replaceToken() local
Dgl4cMultiBindTests.cpp1595 const size_t text_length = strlen(text); in replaceToken() local
Dgl4cShadingLanguage420PackTests.cpp1410 const size_t text_length = strlen(text); in replaceToken() local
1427 const size_t text_length = strlen(text); in replaceAllTokens() local
Dgl4cEnhancedLayoutsTests.cpp1583 const size_t text_length = strlen(text); in replaceToken() local
1610 const size_t text_length = strlen(text); in replaceAllTokens() local
Dgl4cGPUShaderFP64Tests.cpp1569 const size_t text_length = strlen(text); in replaceToken() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTextureFilterAnisotropicTests.cpp62 const size_t text_length = strlen(text); in replaceToken() local
/third_party/ffmpeg/libavcodec/
Dmovtextdec.c482 int text_length; in mov_text_decode_frame() local
/third_party/mesa3d/src/broadcom/cle/
Dv3d_decoder.c627 uint32_t text_offset = 0, text_length = 0; in v3d_spec_load() local
/third_party/skia/third_party/externals/libpng/
Dpngset.c836 size_t text_length, key_len; in png_set_text_2() local
Dpng.h572 size_t text_length; /* length of the text string */ member
/third_party/mesa3d/src/intel/common/
Dintel_decoder.c596 uint32_t text_offset = 0, text_length = 0; in intel_spec_load() local
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler.cc2618 int text_length = in Emit() local
3099 int text_length = GreedyLoopTextLengthForAlternative(&alternatives_->at(0)); in Emit() local
3141 int text_length) { in EmitGreedyLoop()