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

/external/skia/gm/
H A Dconstcolorprocessor.cpp132 SkRect inputLabelBounds; variable
135 &inputLabelBounds);
138 -inputLabelBounds.fTop, labelPaint);
140 inputLabelBounds.offset(renderRect.fRight + kPad, -inputLabelBounds.fTop);
147 inputLabelBounds.fBottom + 2.f - procLabelBounds.fTop,
150 inputLabelBounds.fBottom + 2.f - procLabelBounds.fTop);
160 SkScalar width = SkTMax(inputLabelBounds.fRight, procLabelBounds.fRight);
/external/skqp/gm/
H A Dconstcolorprocessor.cpp132 SkRect inputLabelBounds; variable
135 &inputLabelBounds);
138 -inputLabelBounds.fTop, labelPaint);
140 inputLabelBounds.offset(renderRect.fRight + kPad, -inputLabelBounds.fTop);
147 inputLabelBounds.fBottom + 2.f - procLabelBounds.fTop,
150 inputLabelBounds.fBottom + 2.f - procLabelBounds.fTop);
160 SkScalar width = SkTMax(inputLabelBounds.fRight, procLabelBounds.fRight);

Completed in 333 milliseconds