Home
last modified time | relevance | path

Searched refs:text_blob (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/perf/
Dbenchmark-shape.cc94 hb_blob_t *text_blob = hb_blob_create_from_file_or_fail (input.text_path); in BM_Shape() local
95 assert (text_blob); in BM_Shape()
97 const char *orig_text = hb_blob_get_data (text_blob, &orig_text_length); in BM_Shape()
120 hb_blob_destroy (text_blob); in BM_Shape()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_enum.cc174 std::string text_blob; in GenerateSource() local
179 text_blob += short_name + '\0'; in GenerateSource()
195 for (int i = 0; i < text_blob.size(); i += kBytesPerLine) { in GenerateSource()
198 "data", EscapeTrigraphs(CEscape(text_blob.substr(i, kBytesPerLine)))); in GenerateSource()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_enum.cc174 std::string text_blob; in GenerateSource() local
179 text_blob += short_name + '\0'; in GenerateSource()
195 for (int i = 0; i < text_blob.size(); i += kBytesPerLine) { in GenerateSource()
198 "data", EscapeTrigraphs(CEscape(text_blob.substr(i, kBytesPerLine)))); in GenerateSource()
/external/cronet/testing/libfuzzer/proto/
Dskia_image_filter_proto_converter.cc2010 VISIT_OPT_TAG(text_blob, SET_FOUR_BYTE_TAG('b', 'l', 'o', 'b')); in Visit()
2257 void Converter::Visit(const TextBlob& text_blob) { in Visit() argument
2258 Visit(text_blob.bounds()); in Visit()
2259 int num_glyphs = 2 + text_blob.glyph_pos_clusters_size(); in Visit()
2265 WriteUInt8(text_blob.glyph_positioning()); in Visit()
2266 WriteUInt8(text_blob.extended()); in Visit()
2269 if (text_blob.extended()) in Visit()
2270 WriteNum(Abs(text_blob.text_size())); in Visit()
2271 Visit(text_blob.offset()); in Visit()
2274 paint.CopyFrom(text_blob.paint()); in Visit()
[all …]
Dskia_image_filter.proto798 TextBlob text_blob = 5; field
/external/harfbuzz_ng/test/threads/
Dhb-shape-threads.cc75 hb_blob_t *text_blob = hb_blob_create_from_file_or_fail (input.text_path); in shape() local
76 assert (text_blob); in shape()
78 const char *orig_text = hb_blob_get_data (text_blob, &orig_text_length); in shape()
103 hb_blob_destroy (text_blob); in shape()