HomeSort by relevance Sort by last modified time
    Searched defs:Corner (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/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/chromium_org/third_party/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.
62 //!< at each corner is zero)
77 //!< because the centers of the corner ellipses form an axis aligned
79 //!< an interior patch, four edge patches, and four corner patches.
83 //!< different from the others and there must be one corner where
184 enum Corner {
192 const SkVector& radii(Corner corner) const { return fRadii[corner];
    [all...]
  /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.
62 //!< at each corner is zero)
77 //!< because the centers of the corner ellipses form an axis aligned
79 //!< an interior patch, four edge patches, and four corner patches.
83 //!< different from the others and there must be one corner where
184 enum Corner {
192 const SkVector& radii(Corner corner) const { return fRadii[corner];
    [all...]
  /external/chromium_org/cc/resources/
picture_pile_unittest.cc 553 enum Corner {
561 public testing::TestWithParam<Corner> {
565 static gfx::Rect CornerSinglePixelRect(Corner corner, const gfx::Size& s) {
566 switch (corner) {
582 Corner corner = GetParam(); local
618 CornerSinglePixelRect(corner, grow_down_tiling_size));
647 CornerSinglePixelRect(corner, base_tiling_size));
659 switch (corner) {
    [all...]

Completed in 2254 milliseconds