OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottomRad
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkRRect.cpp
53
SkScalar rightRad, SkScalar
bottomRad
) {
62
const SkScalar array[4] = { leftRad, topRad, rightRad,
bottomRad
};
71
bottomRad
= SkMaxScalar(
bottomRad
, 0);
77
if (topRad +
bottomRad
> fRect.height()) {
78
scale = SkMinScalar(scale, fRect.height() / (topRad +
bottomRad
));
85
bottomRad
= SkScalarMul(
bottomRad
, scale);
88
if (leftRad == rightRad && topRad ==
bottomRad
) {
98
bottomRad
= 0
[
all
...]
/external/skia/include/core/
SkRRect.h
195
SkScalar rightRad, SkScalar
bottomRad
);
/external/skia/samplecode/
SamplePathFuzz.cpp
349
SkScalar
bottomRad
= makeScalar();
350
rrect.setNinePatch(rect, leftRad, topRad, rightRad,
bottomRad
);
Completed in 131 milliseconds