Home
last modified time | relevance | path

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

/third_party/skia/tools/sk_app/
DCommandSet.cpp126 SkScalar keyWidth = 0; in drawHelp() local
128 keyWidth = std::max(keyWidth, in drawHelp()
132 keyWidth += font.measureText(" ", 1, SkTextEncoding::kUTF8); in drawHelp()
155 canvas->drawString(text, x + keyWidth, y, font, paint); in drawHelp()