/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 | 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/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 | 32 BOUNDS, 48 gfx::Rect bounds; member in struct:ui::LayerAnimationElement::TargetValue 94 // Creates an element that transitions to the given bounds. The caller owns 97 const gfx::Rect& bounds,
|
layer_animation_sequence_unittest.cc | 127 // Pause bounds for a second. 129 properties.insert(LayerAnimationElement::BOUNDS); 204 EXPECT_TRUE(sequence.properties().find(LayerAnimationElement::BOUNDS) !=
|
layer_animator_unittest.cc | 206 animator->StopAnimatingProperty(LayerAnimationElement::BOUNDS); 593 // ScheduleTogether is being used, the bounds animation should not start until [all...] |
layer_animation_element_unittest.cc | 131 // Check that the bounds element progresses the delegate as expected and 165 CheckApproximatelyEqual(target, target_value.bounds); 319 properties.insert(LayerAnimationElement::BOUNDS);
|
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())); 722 void Layer::SetBoundsImmediately(const gfx::Rect& bounds) { 723 if (bounds == bounds_) 729 bool was_move = bounds_.size() == bounds.size(); 730 bounds_ = bounds; 745 SchedulePaint(gfx::Rect(bounds.size())) [all...] |
layer_animation_element.cc | 150 target->bounds = target_; 158 properties.insert(LayerAnimationElement::BOUNDS); 695 : bounds(delegate ? delegate->GetBoundsForAnimation() : gfx::Rect()), 888 const gfx::Rect& bounds, 890 return new BoundsTransition(bounds, duration);
|
layer_animator.cc | 115 ANIMATED_PROPERTY(const gfx::Rect&, BOUNDS, Bounds, gfx::Rect, bounds); 742 // the transform and the bounds followed by an element that animates the 743 // bounds), and we're currently animating the transform, we can't start 746 // bounds too, and needs to go first.
|
/external/chromium_org/ash/wm/overview/ |
window_selector.cc | 460 // Immediately finish any active bounds animation. 462 ui::LayerAnimationElement::BOUNDS);
|
/external/chromium_org/ui/views/corewm/ |
window_animations.cc | 203 gfx::RectF transformed = layer->bounds(); 209 // Augment the host window so that the enclosing bounds of the full 218 const gfx::Rect& world_at_start = window->bounds(); 225 // bounds. 288 gfx::Rect bounds = window->bounds(); local 290 gfx::Point(kWindowAnimation_TranslateFactor * bounds.width(), 291 kWindowAnimation_TranslateFactor * bounds.height()), 338 gfx::Point(window->bounds().width() * 0.5, 339 window->bounds().height() * 0.5) [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest.cc | 154 BOUNDS, 185 EXPECT_EQ(gfx::Size(10, 10).ToString(), layer->bounds().ToString()); 201 case BOUNDS: 202 EXPECT_EQ(gfx::Size(20, 20).ToString(), layer->bounds().ToString()); 218 case BOUNDS: 364 // the content bounds of |scaled_layer_|, which should not generate 424 // the content bounds of |scrollbar_|, which should not generate 782 EXPECT_RECT_EQ(gfx::Rect(root_layer_->bounds()), root_damage_rect); 787 EXPECT_RECT_EQ(gfx::Rect(child_layer_->bounds()), root_damage_rect); [all...] |
/external/srec/config/en.us/dictionary/ |
c0.6 | [all...] |