Searched refs:lcd_text (Results 1 – 3 of 3) sorted by relevance
/external/skqp/gm/ |
D | lcdtext.cpp | 100 const char* lcd_text = "LCD"; in onDraw() local 109 { { 10, 50 }, kLCDTextSizeLimit - 1, 1, lcd_text }, in onDraw() 111 { { 10, 100 }, kLCDTextSizeLimit / 2, 1.99f, lcd_text }, in onDraw()
|
/external/skia/gm/ |
D | lcdtext.cpp | 77 const char* lcd_text = "LCD"; in onDraw() local 88 { { 10, 50 }, kLCDTextSizeLimit - 1, 1, lcd_text }, in onDraw() 90 { { 10, 100 }, kLCDTextSizeLimit / 2, 1.99f, lcd_text }, in onDraw()
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 108 bool lcd_text = false; member 150 if (options.lcd_text) in PageRenderFlagsFromOptions() 408 options->lcd_text = true; in ParseCommandLine()
|