Home
last modified time | relevance | path

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

/external/skia/gm/
Dconstcolorprocessor.cpp130 SkRect procLabelBounds; in onDraw() local
132 kUTF8_SkTextEncoding, &procLabelBounds); in onDraw()
134 inputLabelBounds.fBottom + 2.f - procLabelBounds.fTop, in onDraw()
136 procLabelBounds.offset(renderRect.fRight + kPad, 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.cpp141 SkRect procLabelBounds; in onDraw() local
143 kUTF8_SkTextEncoding, &procLabelBounds); in onDraw()
145 inputLabelBounds.fBottom + 2.f - procLabelBounds.fTop, in onDraw()
147 procLabelBounds.offset(renderRect.fRight + kPad, in onDraw()
148 inputLabelBounds.fBottom + 2.f - procLabelBounds.fTop); in onDraw()
158 SkScalar width = SkTMax(inputLabelBounds.fRight, procLabelBounds.fRight); in onDraw()