OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topRightRadius
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java
86
int
topRightRadius
= a.getDimensionPixelSize(
93
if (topLeftRadius != radius ||
topRightRadius
!= radius ||
97
topRightRadius
,
topRightRadius
,
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)
390
if (rect.width() < topLeftRadius.width() +
topRightRadius
.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)
415
addLineTo(FloatPoint(rect.maxX() -
topRightRadius
.width(), rect.y()));
416
if (
topRightRadius
.width() > 0 ||
topRightRadius
.height() > 0
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
699
RefPtr<CSSValueList>
topRightRadius
= valuesForBorderRadiusCorner(style.borderTopRightRadius(), style);
706
horizontalRadii->append(
topRightRadius
->item(0));
717
verticalRadii->append(
topRightRadius
->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 997 milliseconds