Home
last modified time | relevance | path

Searched refs:lcd_text (Results 1 – 3 of 3) sorted by relevance

/external/skqp/gm/
Dlcdtext.cpp100 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/
Dlcdtext.cpp77 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/
Dpdfium_test.cc108 bool lcd_text = false; member
150 if (options.lcd_text) in PageRenderFlagsFromOptions()
408 options->lcd_text = true; in ParseCommandLine()