HomeSort by relevance Sort by last modified time
    Searched refs:BOUNDS (Results 1 - 15 of 15) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCropRepresentation.java 30 public static final String[] BOUNDS = {
155 writer.name(BOUNDS[0]).value(mCrop.left);
156 writer.name(BOUNDS[1]).value(mCrop.top);
157 writer.name(BOUNDS[2]).value(mCrop.right);
158 writer.name(BOUNDS[3]).value(mCrop.bottom);
167 if (BOUNDS[0].equals(name)) {
169 } else if (BOUNDS[1].equals(name)) {
171 } else if (BOUNDS[2].equals(name)) {
173 } else if (BOUNDS[3].equals(name)) {
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 230 /* Two simple bounds-checking macros. */
232 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) )
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 231 /* Two simple bounds-checking macros. */
233 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) )
5926 FT_Short contour, bounds; local
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/finders/
Attribute.java 129 BOUNDS("bounds") {
ByXPath.java 137 element.setAttribute(Attribute.BOUNDS.getName(), uiElement.getBounds().toShortString());
  /external/chromium_org/ui/compositor/
layer_animation_element.h 31 BOUNDS,
47 gfx::Rect bounds; member in struct:ui::LayerAnimationElement::TargetValue
79 // Creates an element that transitions to the given bounds. The caller owns
82 const gfx::Rect& bounds,
layer_animation_sequence_unittest.cc 127 // Pause bounds for a second.
129 properties.insert(LayerAnimationElement::BOUNDS);
202 EXPECT_TRUE(sequence.properties().find(LayerAnimationElement::BOUNDS) !=
layer_animator_unittest.cc 203 animator->StopAnimatingProperty(LayerAnimationElement::BOUNDS);
590 // ScheduleTogether is being used, the bounds animation should not start until
    [all...]
layer_animation_element_unittest.cc 68 // Check that the bounds element progresses the delegate as expected and
102 CheckApproximatelyEqual(target, target_value.bounds);
256 properties.insert(LayerAnimationElement::BOUNDS);
layer_animation_element.cc 149 target->bounds = target_;
157 properties.insert(LayerAnimationElement::BOUNDS);
580 : bounds(delegate ? delegate->GetBoundsForAnimation() : gfx::Rect()),
741 const gfx::Rect& bounds,
743 return new BoundsTransition(bounds, duration);
layer.cc 209 void Layer::SetBounds(const gfx::Rect& bounds) {
210 GetAnimator()->SetBounds(bounds);
215 LayerAnimationElement::BOUNDS)) {
400 translation.Translate(static_cast<float>(p->bounds().x()),
401 static_cast<float>(p->bounds().y()));
726 void Layer::SetBoundsImmediately(const gfx::Rect& bounds) {
727 if (bounds == bounds_)
733 bool was_move = bounds_.size() == bounds.size();
734 bounds_ = bounds;
749 SchedulePaint(gfx::Rect(bounds.size()))
    [all...]
layer_animator.cc 112 ANIMATED_PROPERTY(const gfx::Rect&, BOUNDS, Bounds, gfx::Rect, bounds);
735 // the transform and the bounds followed by an element that animates the
736 // bounds), and we're currently animating the transform, we can't start
739 // bounds too, and needs to go first.
  /external/chromium_org/ui/views/corewm/
window_animations.cc 202 gfx::RectF transformed = layer->bounds();
208 // Augment the host window so that the enclosing bounds of the full
224 gfx::Rect current_bounds = window->bounds();
279 gfx::Rect bounds = window->bounds(); local
281 gfx::Point(kWindowAnimation_TranslateFactor * bounds.width(),
282 kWindowAnimation_TranslateFactor * bounds.height()),
329 gfx::Point(window->bounds().width() * 0.5,
330 window->bounds().height() * 0.5),
353 paused_properties.insert(ui::LayerAnimationElement::BOUNDS);
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc 150 BOUNDS,
181 EXPECT_EQ(gfx::Size(10, 10).ToString(), layer->bounds().ToString());
197 case BOUNDS:
198 EXPECT_EQ(gfx::Size(20, 20).ToString(), layer->bounds().ToString());
214 case BOUNDS:
360 // the content bounds of |scaled_layer_|, which should not generate
421 // the content bounds of |scrollbar_|, which should not generate
1074 // The content bounds of the child should be scaled
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 432 milliseconds