OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottomLeftRadius
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java
88
int
bottomLeftRadius
= a.getDimensionPixelSize(
94
bottomLeftRadius
!= radius || bottomRightRadius != radius) {
98
bottomLeftRadius
,
bottomLeftRadius
,
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()
392
|| rect.height() < topLeftRadius.height() +
bottomLeftRadius
.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)
425
addLineTo(FloatPoint(rect.x() +
bottomLeftRadius
.width(), rect.maxY()));
426
if (
bottomLeftRadius
.width() > 0 ||
bottomLeftRadius
.height() > 0
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
701
RefPtr<CSSValueList>
bottomLeftRadius
= valuesForBorderRadiusCorner(style.borderBottomLeftRadius(), style);
710
horizontalRadii->append(
bottomLeftRadius
->item(0));
721
verticalRadii->append(
bottomLeftRadius
->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 35 milliseconds