/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_sf.c | 172 key.userclip_active = (ctx->Transform.ClipPlanesEnabled != 0);
|
/external/chromium_org/ui/views/ |
view.h | 45 class Transform; 310 gfx::Transform GetTransform() const; 315 // Sets the transform to the supplied transform. 316 void SetTransform(const gfx::Transform& transform); 320 // . the view has a non-identity transform. [all...] |
view_unittest.cc | 23 #include "ui/gfx/transform.h" 981 void RotateCounterclockwise(gfx::Transform* transform) { 982 transform->matrix().set3x3(0, -1, 0, 987 void RotateClockwise(gfx::Transform* transform) { 988 transform->matrix().set3x3( 0, 1, 0, 1988 gfx::Transform transform; local 2167 gfx::Transform transform; local 2319 gfx::Transform transform; local 2336 gfx::Transform transform; local 2353 gfx::Transform transform; local 3107 gfx::Transform transform; local 3259 gfx::Transform transform; local 3275 gfx::Transform transform; local [all...] |
view.cc | 35 #include "ui/gfx/transform.h" 384 gfx::Transform transform; local 387 transform.ConcatTransform(view->GetTransform()); 388 gfx::Transform translation; 391 transform.ConcatTransform(translation); 408 transform.TransformRectReverse(&views_vis_bounds); 489 gfx::Transform View::GetTransform() const { 490 return layer() ? layer()->transform() : gfx::Transform(); [all...] |
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
Scaling.h | 24 * but rather to make easier the constructions and updates of Transform objects. 26 * \sa class Translation, class Transform 44 typedef Transform<Scalar,Dim> TransformType;
|
Translation.h | 24 * but rather to make easier the constructions and updates of Transform objects. 26 * \sa class Scaling, class Transform 44 typedef Transform<Scalar,Dim> TransformType;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_sf.c | 172 key.userclip_active = (ctx->Transform.ClipPlanesEnabled != 0);
|
/external/ppp/pppd/ |
md5.c | 51 static void Transform (); 144 /* transform if necessary */ 151 Transform (mdContext->buf, in); 180 /* append length in bits and transform */ 186 Transform (mdContext->buf, in); 203 static void Transform (buf, in)
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_conceal.c | 28 Transform 58 static void Transform(i32 *data); 72 from the neighbour pixels, applies integer transform (the same 73 transform used in the residual processing) and uses the results as 74 pixel values for concealed macroblocks. Transform produces 4x4 441 Transform(firstPhase); 551 Transform(firstPhase); 579 Function name: Transform 582 Simplified transform, assuming that only dc component and lowest 587 void Transform(i32 *data [all...] |
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
ColladaParser.java | 166 private void getRenderable(Element shape, Transform t) {
205 private void updateLight(Element shape, Transform t) {
216 private void updateCamera(Element shape, Transform t) {
227 private void getNode(Element node, Transform parent, String indent) {
|
/external/chromium_org/ash/wm/gestures/ |
long_press_affordance_handler.cc | 24 #include "ui/gfx/transform.h" 202 gfx::Transform scale; 206 canvas->Transform(scale);
|
/external/chromium_org/cc/quads/ |
draw_quad_unittest.cc | 27 #include "ui/gfx/transform.h" 33 gfx::Transform quad_transform = gfx::Transform(1.0, 0.0, 0.5, 1.0, 0.5, 0.0); 60 gfx::Transform quad_transform = gfx::Transform(1.0, 0.0, 0.5, 1.0, 0.5, 0.0); 454 gfx::Transform matrix = gfx::Transform(0.5, 0.25, 1, 0.75, 0, 1); 722 gfx::Transform matrix = gfx::Transform(0.5, 0.25, 1, 0.75, 0, 1);
|
/external/chromium_org/cc/resources/ |
picture_layer_tiling_set.cc | 313 const gfx::Transform& last_screen_transform, 314 const gfx::Transform& current_screen_transform,
|
/external/chromium_org/cc/trees/ |
layer_tree_host.h | 237 void SetImplTransform(const gfx::Transform& transform); 403 gfx::Transform impl_transform_;
|
/external/chromium_org/ui/app_list/views/ |
app_list_view.cc | 428 gfx::Transform speech_transform; 454 speech_view_->layer()->SetTransform(gfx::Transform());
|
/external/chromium_org/ui/aura/ |
window.h | 35 class Transform; 163 virtual void SetTransform(const gfx::Transform& transform);
|
/external/chromium_org/ui/compositor/ |
layer_animation_sequence_unittest.cc | 18 #include "ui/gfx/transform.h" 134 gfx::Transform start_transform, target_transform, middle_transform; 189 cc::Animation::Transform, 202 EXPECT_TRUE(sequence.properties().find(LayerAnimationElement::TRANSFORM) !=
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/ |
RagdollUtils.java | 12 import com.jme3.math.Transform; 252 Transform t = childBone.getCombinedTransform(pos, rot);
|
/external/chromium_org/ui/events/ |
event.cc | 20 #include "ui/gfx/transform.h" 263 const gfx::Transform& reversed_root_transform) { 264 // Transform has to be done at root level. 419 const gfx::Transform& inverted_root_transform) { 495 const gfx::Transform& inverted_root_transform) {
|
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
ShadowUtil.java | 37 import com.jme3.math.Transform;
170 * @param transform
173 public static BoundingBox computeUnionBound(GeometryList list, Transform transform) {
177 BoundingVolume newVol = vol.transform(transform);
197 store = vol.clone().transform(mat, null);
223 * @param transform
226 public static BoundingBox computeBoundForPoints(Vector3f[] pts, Transform transform) {
[all...] |
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
PhysicsRigidBody.java | 37 import com.bulletphysics.linearmath.Transform; 74 protected Transform tempTrans = new Transform(new javax.vecmath.Matrix3f());
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_state_init.c | 228 TCL_CHECK( tcl_ucp0_add4, (ctx->Transform.ClipPlanesEnabled & 0x1), 4 ) 229 TCL_CHECK( tcl_ucp1_add4, (ctx->Transform.ClipPlanesEnabled & 0x2), 4 ) 230 TCL_CHECK( tcl_ucp2_add4, (ctx->Transform.ClipPlanesEnabled & 0x4), 4 ) 231 TCL_CHECK( tcl_ucp3_add4, (ctx->Transform.ClipPlanesEnabled & 0x8), 4 ) 232 TCL_CHECK( tcl_ucp4_add4, (ctx->Transform.ClipPlanesEnabled & 0x10), 4 ) 233 TCL_CHECK( tcl_ucp5_add4, (ctx->Transform.ClipPlanesEnabled & 0x20), 4 ) [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_state_init.c | 228 TCL_CHECK( tcl_ucp0_add4, (ctx->Transform.ClipPlanesEnabled & 0x1), 4 ) 229 TCL_CHECK( tcl_ucp1_add4, (ctx->Transform.ClipPlanesEnabled & 0x2), 4 ) 230 TCL_CHECK( tcl_ucp2_add4, (ctx->Transform.ClipPlanesEnabled & 0x4), 4 ) 231 TCL_CHECK( tcl_ucp3_add4, (ctx->Transform.ClipPlanesEnabled & 0x8), 4 ) 232 TCL_CHECK( tcl_ucp4_add4, (ctx->Transform.ClipPlanesEnabled & 0x10), 4 ) 233 TCL_CHECK( tcl_ucp5_add4, (ctx->Transform.ClipPlanesEnabled & 0x20), 4 ) [all...] |
/external/chromium_org/cc/animation/ |
keyframed_animation_curve.cc | 304 gfx::Transform KeyframedTransformAnimationCurve::GetValue(double t) const { 311 return GetCurveValue<gfx::Transform, TransformKeyframe>(&keyframes_, t);
|
/external/chromium_org/cc/output/ |
gl_renderer.cc | 420 gfx::Transform render_matrix = quad->quadTransform(); 661 const gfx::Transform& contents_device_transform, 662 const gfx::Transform& contents_device_transform_inverse, 672 // 4. Apply the quad's inverse transform to map the pixels in R into the 675 // 5. Draw the background texture for the contents using the same transform as 763 gfx::Transform device_to_framebuffer_transform; 778 // buffer. The transform we are copying with has a vertical flip, as well as 806 gfx::Transform quad_rect_matrix; 808 gfx::Transform contents_device_transform = 813 gfx::Transform contents_device_transform_inverse [all...] |