OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottomRightRadius
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java
90
int
bottomRightRadius
= a.getDimensionPixelSize(
94
bottomLeftRadius != radius ||
bottomRightRadius
!= radius) {
99
bottomRightRadius
,
bottomRightRadius
GradientDrawable.java
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.h
111
void addRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize&
bottomRightRadius
);
121
void addPathForRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize&
bottomRightRadius
);
122
void addBeziersForRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize&
bottomRightRadius
);
Path.cpp
385
void Path::addRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize&
bottomRightRadius
)
391
|| rect.width() < bottomLeftRadius.width() +
bottomRightRadius
.width()
393
|| rect.height() < topRightRadius.height() +
bottomRightRadius
.height()) {
399
addPathForRoundedRect(rect, topLeftRadius, topRightRadius, bottomLeftRadius,
bottomRightRadius
);
402
void Path::addPathForRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize&
bottomRightRadius
)
404
addBeziersForRoundedRect(rect, topLeftRadius, topRightRadius, bottomLeftRadius,
bottomRightRadius
);
411
void Path::addBeziersForRoundedRect(const FloatRect& rect, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize&
bottomRightRadius
)
420
addLineTo(FloatPoint(rect.maxX(), rect.maxY() -
bottomRightRadius
.height()));
421
if (
bottomRightRadius
.width() > 0 ||
bottomRightRadius
.height() > 0
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
700
RefPtr<CSSValueList>
bottomRightRadius
= valuesForBorderRadiusCorner(style.borderBottomRightRadius(), style);
708
horizontalRadii->append(
bottomRightRadius
->item(0));
719
verticalRadii->append(
bottomRightRadius
->item(1));
[
all
...]
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 259 milliseconds