Searched refs:rowLabel (Results 1 – 2 of 2) sorted by relevance
/external/skqp/gm/ |
D | wacky_yuv_formats.cpp | 655 SkString rowLabel; in draw_row_label() local 657 rowLabel.printf("%s", kYUVFormatNames[yuvFormat]); in draw_row_label() 658 font.measureText(rowLabel.c_str(), rowLabel.size(), kUTF8_SkTextEncoding, &textRect); in draw_row_label() 661 canvas->drawString(rowLabel, 0, y, font, paint); in draw_row_label()
|
/external/skia/gm/ |
D | wacky_yuv_formats.cpp | 726 SkString rowLabel; in draw_row_label() local 728 rowLabel.printf("%s", kYUVFormatNames[yuvFormat]); in draw_row_label() 729 font.measureText(rowLabel.c_str(), rowLabel.size(), SkTextEncoding::kUTF8, &textRect); in draw_row_label() 732 canvas->drawString(rowLabel, 0, y, font, paint); in draw_row_label()
|