OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Corner
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/utils/
SkPatchUtils.h
68
// Enum for
corner
also clockwise.
69
enum
Corner
{
112
* colors refers to the
corner
colors that will be bilerp across the patch (optional parameter)
113
* texCoords refers to the
corner
texture coordinates that will be bilerp across the patch
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java
50
enum
Corner
{
255
public ObjectAnimator getRotationAnimator (int cardFromTop,
Corner
corner
,
257
rotateCardAroundCorner(
corner
);
277
public ObjectAnimator getFullRotationAnimator (int cardFromTop,
Corner
corner
,
281
rotateCardAroundCorner(
corner
);
304
public void rotateCardAroundCorner(
Corner
corner
) {
305
switch(
corner
) {
[
all
...]
/external/opencv3/modules/imgproc/src/
featureselect.cpp
62
struct
Corner
68
bool operator < (const
Corner
& c) const
88
CV_Assert(sizeof(
Corner
) == corners_buffer.elemSize());
172
Corner
* corner_ptr = tmpCorners.ptr<
Corner
>() + 1;
192
const
Corner
& c = corner_ptr[i];
248
const
Corner
& c = corner_ptr[i];
/external/skia/include/core/
SkRRect.h
38
radii for each
corner
. It does not have a constructor so must be
44
If either of a
corner
's radii are 0 the
corner
will be square.
46
If the
corner
curves overlap they will be proportionally reduced to fit.
59
//!< at each
corner
is zero)
74
//!< because the centers of the
corner
ellipses form an axis aligned
76
//!< an interior patch, four edge patches, and four
corner
patches.
80
//!< different from the others and there must be one
corner
where
203
enum
Corner
{
211
const SkVector& radii(
Corner
corner) const { return fRadii[corner];
[
all
...]
Completed in 875 milliseconds