Home
last modified time | relevance | path

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

/external/skia/gm/
Dconstcolorprocessor.cpp121 SkRect inputLabelBounds; in onDraw() local
124 kUTF8_SkTextEncoding, &inputLabelBounds); in onDraw()
125 canvas->drawString(inputLabel, renderRect.fRight + kPad, -inputLabelBounds.fTop, in onDraw()
128 inputLabelBounds.offset(renderRect.fRight + kPad, -inputLabelBounds.fTop); in onDraw()
134 inputLabelBounds.fBottom + 2.f - procLabelBounds.fTop, in onDraw()
137 inputLabelBounds.fBottom + 2.f - procLabelBounds.fTop); in onDraw()
147 SkScalar width = SkTMax(inputLabelBounds.fRight, procLabelBounds.fRight); in onDraw()
/external/skqp/gm/
Dconstcolorprocessor.cpp132 SkRect inputLabelBounds; in onDraw() local
135 kUTF8_SkTextEncoding, &inputLabelBounds); in onDraw()
136 canvas->drawString(inputLabel, renderRect.fRight + kPad, -inputLabelBounds.fTop, in onDraw()
139 inputLabelBounds.offset(renderRect.fRight + kPad, -inputLabelBounds.fTop); in onDraw()
145 inputLabelBounds.fBottom + 2.f - procLabelBounds.fTop, in onDraw()
148 inputLabelBounds.fBottom + 2.f - procLabelBounds.fTop); in onDraw()
158 SkScalar width = SkTMax(inputLabelBounds.fRight, procLabelBounds.fRight); in onDraw()