Home
last modified time | relevance | path

Searched refs:heightStr (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/qphelper/
DqpTestLog.c886 char heightStr[32]; in qpTestLog_writeImage() local
977 int32ToString(height, heightStr); in qpTestLog_writeImage()
980 attribs[numAttribs++] = qpSetStringAttrib("Height", heightStr); in qpTestLog_writeImage()
/external/skqp/tools/bookmaker/
DbmhParser.cpp978 string heightStr = "256"; in exampleToScript() local
991 heightStr = string(iter->fContentStart, iter->fContentEnd - iter->fContentStart); in exampleToScript()
1072 example += " \"height\": " + heightStr + ",\n"; in exampleToScript()
1080 example += " \"height\": " + heightStr + ",\n"; in exampleToScript()