OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outerR
(Results
1 - 4
of
4
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java
81
float[]
outerR
= new float[] { 12, 12, 12, 12, 0, 0, 0, 0 };
95
mDrawables[2] = new ShapeDrawable(new RoundRectShape(
outerR
, null,
97
mDrawables[3] = new ShapeDrawable(new RoundRectShape(
outerR
, inset,
99
mDrawables[4] = new ShapeDrawable(new RoundRectShape(
outerR
, inset,
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RoundRectShapeTest.java
75
float[]
outerR
= new float[] { 12, 12, 0, 0, 0, 0, 0, 0 };
78
RoundRectShape roundRectShape = new RoundRectShape(
outerR
, inset, innerR);
/external/skia/src/gpu/
GrRenderTargetContext.cpp
[
all
...]
/external/skqp/src/gpu/
GrRenderTargetContext.cpp
[
all
...]
Completed in 2067 milliseconds