Home
last modified time | relevance | path

Searched refs:BOUNDS (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
Dttinterp.c233 #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/
Dttinterp.c233 #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/
Dttinterp.c233 #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/
DAttribute.java37 BOUNDS("bounds"); enumConstant
DByXPath.java167 element.setAttribute(Attribute.BOUNDS.getName(), uiElement.getBounds().toShortString()); in buildDomNode()
/external/chromium_org/ui/compositor/
Dlayer_animator_unittest.cc237 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 …]
Dlayer_animation_sequence_unittest.cc130 LayerAnimationElement::BOUNDS, delta)); in TEST()
200 LayerAnimationElement::BOUNDS), in TEST()
Dlayer_animation_element.h33 BOUNDS = (1 << 1), enumerator
Dlayer.cc179 child_animator->StopAnimatingProperty(ui::LayerAnimationElement::BOUNDS); in Remove()
255 LayerAnimationElement::BOUNDS)) { in GetTargetBounds()
Dlayer_animation_element_unittest.cc318 LayerAnimationElement::TRANSFORM | LayerAnimationElement::BOUNDS | in TEST()
Dlayer_animation_element.cc121 : LayerAnimationElement(BOUNDS, duration), in BoundsTransition()
Dlayer_animator.cc102 ANIMATED_PROPERTY(const gfx::Rect&, BOUNDS, Bounds, gfx::Rect, bounds);
/external/droiddriver/src/com/google/android/droiddriver/uiautomation/
DUiAutomationElement.java94 put(attribs, Attribute.BOUNDS, getBounds(node)); in UiAutomationElement()
/external/droiddriver/src/com/google/android/droiddriver/base/
DBaseUiElement.java142 return get(Attribute.BOUNDS); in getBounds()
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
DViewElement.java85 put(Attribute.BOUNDS, getBounds()); in run()
/external/chromium_org/ash/wm/overview/
Dwindow_grid.cc376 ui::LayerAnimationElement::BOUNDS); in OnWindowBoundsChanged()
/external/chromium_org/ui/wm/core/
Dwindow_animations.cc386 ui::LayerAnimationElement::BOUNDS, in AnimateBounce()
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest.cc155 BOUNDS, enumerator
202 case BOUNDS: in VerifyAfterValues()
219 case BOUNDS: in SetAfterValues()
/external/srec/config/en.us/dictionary/
Dc0.612895 BOUNDS B AW1 N D Z