Lines Matching defs:text
172 // Verify that text-related properties are captured in run paints.
341 REPORTER_ASSERT(reporter, 0 == strncmp(text2, it.text(), it.textSize()));
350 static void add_run(SkTextBlobBuilder* builder, const char text[], SkScalar x, SkScalar y,
358 int glyphCount = font.countText(text, strlen(text), SkTextEncoding::kUTF8);
362 (void)font.textToGlyphs(text, strlen(text), SkTextEncoding::kUTF8, buffer.glyphs, glyphCount);
433 const char text[] = "Hello";
434 auto blob = SkTextBlob::MakeFromString(text, SkFont(), SkTextEncoding::kUTF8);
438 REPORTER_ASSERT(reporter, it.glyphCount() == strlen(text));