Home
last modified time | relevance | path

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

/external/skia/gm/
Dconstcolorprocessor.cpp149 SkRect procLabelBounds; in onDraw() local
151 &procLabelBounds); in onDraw()
154 inputLabelBounds.fBottom + 2.f - procLabelBounds.fTop, in onDraw()
156 procLabelBounds.offset(renderRect.fRight + kPad, in onDraw()
157 inputLabelBounds.fBottom + 2.f - procLabelBounds.fTop); in onDraw()
167 SkScalar width = SkTMax(inputLabelBounds.fRight, procLabelBounds.fRight); in onDraw()