OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:procLabelBounds
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
constcolorprocessor.cpp
130
SkRect
procLabelBounds
;
132
kUTF8_SkTextEncoding, &
procLabelBounds
);
134
inputLabelBounds.fBottom + 2.f -
procLabelBounds
.fTop,
136
procLabelBounds
.offset(renderRect.fRight + kPad,
137
inputLabelBounds.fBottom + 2.f -
procLabelBounds
.fTop);
147
SkScalar width = SkTMax(inputLabelBounds.fRight,
procLabelBounds
.fRight);
/external/skqp/gm/
constcolorprocessor.cpp
141
SkRect
procLabelBounds
;
143
kUTF8_SkTextEncoding, &
procLabelBounds
);
145
inputLabelBounds.fBottom + 2.f -
procLabelBounds
.fTop,
147
procLabelBounds
.offset(renderRect.fRight + kPad,
148
inputLabelBounds.fBottom + 2.f -
procLabelBounds
.fTop);
158
SkScalar width = SkTMax(inputLabelBounds.fRight,
procLabelBounds
.fRight);
Completed in 1925 milliseconds