/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ |
D | ttinterp.c | 233 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) ) macro 2677 if ( BOUNDS( aIdx1, CUR.zp2.n_points ) || in Ins_SxVTL() 2678 BOUNDS( aIdx2, CUR.zp1.n_points ) ) in Ins_SxVTL() 5076 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_NPUSHB() 5103 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_NPUSHW() 5133 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_PUSHB() 5158 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_PUSHW() 5237 if ( BOUNDS( L, CUR.zp2.n_points ) ) in Ins_SCFS() 5280 if ( BOUNDS( L, CUR.zp0.n_points ) || in Ins_MD() 5281 BOUNDS( K, CUR.zp1.n_points ) ) in Ins_MD() [all …]
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 233 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) ) macro 2788 if ( BOUNDS( aIdx1, CUR.zp2.n_points ) || in Ins_SxVTL() 2789 BOUNDS( aIdx2, CUR.zp1.n_points ) ) in Ins_SxVTL() 5185 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_NPUSHB() 5212 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_NPUSHW() 5242 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_PUSHB() 5267 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_PUSHW() 5346 if ( BOUNDS( L, CUR.zp2.n_points ) ) in Ins_SCFS() 5389 if ( BOUNDS( L, CUR.zp0.n_points ) || in Ins_MD() 5390 BOUNDS( K, CUR.zp1.n_points ) ) in Ins_MD() [all …]
|
/external/chromium_org/third_party/freetype/src/truetype/ |
D | ttinterp.c | 233 #define BOUNDS( x, n ) ( (FT_UInt)(x) >= (FT_UInt)(n) ) macro 2677 if ( BOUNDS( aIdx1, CUR.zp2.n_points ) || in Ins_SxVTL() 2678 BOUNDS( aIdx2, CUR.zp1.n_points ) ) in Ins_SxVTL() 5076 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_NPUSHB() 5103 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_NPUSHW() 5133 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_PUSHB() 5158 if ( BOUNDS( L, CUR.stackSize + 1 - CUR.top ) ) in Ins_PUSHW() 5237 if ( BOUNDS( L, CUR.zp2.n_points ) ) in Ins_SCFS() 5280 if ( BOUNDS( L, CUR.zp0.n_points ) || in Ins_MD() 5281 BOUNDS( K, CUR.zp1.n_points ) ) in Ins_MD() [all …]
|
/external/droiddriver/src/com/google/android/droiddriver/finders/ |
D | Attribute.java | 37 BOUNDS("bounds"); enumConstant
|
D | ByXPath.java | 167 element.setAttribute(Attribute.BOUNDS.getName(), uiElement.getBounds().toShortString()); in buildDomNode()
|
/external/chromium_org/ui/compositor/ |
D | layer_animator_unittest.cc | 237 animator->StopAnimatingProperty(LayerAnimationElement::BOUNDS); in TEST() 1926 ASSERT_TRUE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS)); in TEST() 1933 ASSERT_FALSE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS)); in TEST() 1982 ASSERT_TRUE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS)); in TEST() 1986 ASSERT_TRUE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS)); in TEST() 1991 ASSERT_FALSE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS)); in TEST() 1996 ASSERT_FALSE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS)); in TEST() 2031 ASSERT_TRUE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS)); in TEST() 2043 ASSERT_FALSE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS)); in TEST() 2096 EXPECT_TRUE(animator->IsAnimatingProperty(LayerAnimationElement::BOUNDS)); in TEST() [all …]
|
D | layer_animation_sequence_unittest.cc | 130 LayerAnimationElement::BOUNDS, delta)); in TEST() 200 LayerAnimationElement::BOUNDS), in TEST()
|
D | layer_animation_element.h | 33 BOUNDS = (1 << 1), enumerator
|
D | layer.cc | 179 child_animator->StopAnimatingProperty(ui::LayerAnimationElement::BOUNDS); in Remove() 255 LayerAnimationElement::BOUNDS)) { in GetTargetBounds()
|
D | layer_animation_element_unittest.cc | 318 LayerAnimationElement::TRANSFORM | LayerAnimationElement::BOUNDS | in TEST()
|
D | layer_animation_element.cc | 121 : LayerAnimationElement(BOUNDS, duration), in BoundsTransition()
|
D | layer_animator.cc | 102 ANIMATED_PROPERTY(const gfx::Rect&, BOUNDS, Bounds, gfx::Rect, bounds);
|
/external/droiddriver/src/com/google/android/droiddriver/uiautomation/ |
D | UiAutomationElement.java | 94 put(attribs, Attribute.BOUNDS, getBounds(node)); in UiAutomationElement()
|
/external/droiddriver/src/com/google/android/droiddriver/base/ |
D | BaseUiElement.java | 142 return get(Attribute.BOUNDS); in getBounds()
|
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/ |
D | ViewElement.java | 85 put(Attribute.BOUNDS, getBounds()); in run()
|
/external/chromium_org/ash/wm/overview/ |
D | window_grid.cc | 376 ui::LayerAnimationElement::BOUNDS); in OnWindowBoundsChanged()
|
/external/chromium_org/ui/wm/core/ |
D | window_animations.cc | 386 ui::LayerAnimationElement::BOUNDS, in AnimateBounce()
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_unittest.cc | 155 BOUNDS, enumerator 202 case BOUNDS: in VerifyAfterValues() 219 case BOUNDS: in SetAfterValues()
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 12895 BOUNDS B AW1 N D Z
|