/external/chromium_org/ui/aura/ |
root_window.cc | 101 const gfx::Transform& transform) 103 transform_(transform) { 107 virtual gfx::Transform GetTransform() const OVERRIDE { 111 virtual gfx::Transform GetInverseTransform() const OVERRIDE { 112 gfx::Transform invert; 134 const gfx::Transform transform_; 215 new SimpleRootWindowTransformer(window(), gfx::Transform())); 490 gfx::Transform RootWindow::GetRootTransform() const { 492 gfx::Transform transform local 1154 gfx::Transform transform; local [all...] |
/external/chromium_org/cc/trees/ |
occlusion_tracker_unittest.cc | 26 #include "ui/gfx/transform.h" 202 typename Types::ContentLayerType* CreateRoot(const gfx::Transform& transform, 208 SetProperties(layer_ptr, transform, position, bounds); 219 const gfx::Transform& transform, 224 SetProperties(layer_ptr, transform, position, bounds); 230 const gfx::Transform& transform, 234 CreateLayer(parent, transform, position, bounds) 1906 gfx::Transform transform; local 1993 gfx::Transform transform; local 2039 gfx::Transform transform; local 2085 gfx::Transform transform; local 2124 gfx::Transform transform; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
attrib.c | 267 attr->ClipPlanes = ctx->Transform.ClipPlanesEnabled; 270 attr->DepthClamp = ctx->Transform.DepthClamp; 302 attr->Normalize = ctx->Transform.Normalize; 303 attr->RasterPositionUnclipped = ctx->Transform.RasterPositionUnclipped; 311 attr->RescaleNormals = ctx->Transform.RescaleNormals; 462 memcpy( attr, &ctx->Transform, sizeof(struct gl_transform_attrib) ); 514 if ((ctx->Transform.ClipPlanesEnabled & mask) != (enable->ClipPlanes & mask)) 522 TEST_AND_UPDATE(ctx->Transform.DepthClamp, enable->DepthClamp, 577 TEST_AND_UPDATE(ctx->Transform.Normalize, enable->Normalize, GL_NORMALIZE); 578 TEST_AND_UPDATE(ctx->Transform.RescaleNormals, enable->RescaleNormals [all...] |
enable.c | 316 if ((ctx->Transform.ClipPlanesEnabled & (1 << p)) 323 ctx->Transform.ClipPlanesEnabled |= (1 << p); 327 ctx->Transform.ClipPlanesEnabled &= ~(1 << p); 591 if (ctx->Transform.Normalize == state) 594 ctx->Transform.Normalize = state; 648 if (ctx->Transform.RescaleNormals == state) 651 ctx->Transform.RescaleNormals = state; 809 if (ctx->Transform.RasterPositionUnclipped == state) 812 ctx->Transform.RasterPositionUnclipped = state; 976 if (ctx->Transform.DepthClamp == state [all...] |
/external/mesa3d/src/mesa/main/ |
attrib.c | 267 attr->ClipPlanes = ctx->Transform.ClipPlanesEnabled; 270 attr->DepthClamp = ctx->Transform.DepthClamp; 302 attr->Normalize = ctx->Transform.Normalize; 303 attr->RasterPositionUnclipped = ctx->Transform.RasterPositionUnclipped; 311 attr->RescaleNormals = ctx->Transform.RescaleNormals; 462 memcpy( attr, &ctx->Transform, sizeof(struct gl_transform_attrib) ); 514 if ((ctx->Transform.ClipPlanesEnabled & mask) != (enable->ClipPlanes & mask)) 522 TEST_AND_UPDATE(ctx->Transform.DepthClamp, enable->DepthClamp, 577 TEST_AND_UPDATE(ctx->Transform.Normalize, enable->Normalize, GL_NORMALIZE); 578 TEST_AND_UPDATE(ctx->Transform.RescaleNormals, enable->RescaleNormals [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
Spatial.java | 142 protected Transform localTransform; 143 protected Transform worldTransform; 166 localTransform = new Transform(); 167 worldTransform = new Transform(); 197 * Indicate that the transform of this spatial has changed and that 351 * @return the world transform. 353 public Transform getWorldTransform() { 394 * to transform the z-axis to point onto 'position' and the y-axis to 'up'. 452 // check if transform for parent is updated 461 * Computes the world transform of this Spatial in the most [all...] |
Geometry.java | 44 import com.jme3.math.Transform; 71 * When true, the geometry's transform will not be applied. 86 protected Transform prevBatchTransforms = null; 136 * @param ignoreTransform If true, the geometry's transform will not be applied. 280 // we do not transform the model bound by the world transform, 284 worldBound = mesh.getBound().transform(worldTransform, worldBound); 313 prevBatchTransforms = new Transform(); 373 * Indicate that the transform of this spatial has changed and that 384 * This will require a localized transform update for this geometry [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
typelist.h | 104 template<typename Typelist, template<typename T> class Transform> 105 struct transform; 331 template<class Typelist_Chain, template<typename T> class Transform> 334 template<template<typename T> class Transform> 335 struct chain_transform_<null_type, Transform> 340 template<class Hd, class Tl, template<typename T> class Transform> 341 struct chain_transform_<chain<Hd, Tl>, Transform> 344 typedef typename chain_transform_<Tl, Transform>::type rest_type; 345 typedef typename Transform<Hd>::type transform_type; 486 template<typename Typelist, template<typename T> class Transform> 487 struct transform struct in namespace:typelist [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
typelist.h | 104 template<typename Typelist, template<typename T> class Transform> 105 struct transform; 331 template<class Typelist_Chain, template<typename T> class Transform> 334 template<template<typename T> class Transform> 335 struct chain_transform_<null_type, Transform> 340 template<class Hd, class Tl, template<typename T> class Transform> 341 struct chain_transform_<chain<Hd, Tl>, Transform> 344 typedef typename chain_transform_<Tl, Transform>::type rest_type; 345 typedef typename Transform<Hd>::type transform_type; 486 template<typename Typelist, template<typename T> class Transform> 487 struct transform struct in namespace:typelist [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
typelist.h | 103 template<typename Typelist, template<typename T> class Transform> 104 struct transform; 330 template<class Typelist_Chain, template<typename T> class Transform> 333 template<template<typename T> class Transform> 334 struct chain_transform_<null_type, Transform> 339 template<class Hd, class Tl, template<typename T> class Transform> 340 struct chain_transform_<chain<Hd, Tl>, Transform> 343 typedef typename chain_transform_<Tl, Transform>::type rest_type; 344 typedef typename Transform<Hd>::type transform_type; 485 template<typename Typelist, template<typename T> class Transform> 486 struct transform struct in namespace:typelist [all...] |
/external/chromium_org/ash/system/tray/ |
system_tray_bubble.cc | 175 gfx::Transform transform; local 176 transform.Translate(layer->bounds().width(), 0.0); 177 layer->SetTransform(transform); 236 gfx::Transform transform; local 237 transform.Translate(bounds.width(), 0.0); 238 new_layer->SetTransform(transform); 246 new_layer->SetTransform(gfx::Transform());
|
tray_item_view.cc | 116 gfx::Transform transform; local 119 transform.Translate(0, animation->CurrentValueBetween( 122 transform.Translate(animation->CurrentValueBetween( 125 transform.Scale(animation->GetCurrentValue(), 127 layer()->SetTransform(transform);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_curbe.c | 68 if (ctx->Transform.ClipPlanesEnabled) { 69 GLuint nr_planes = 6 + _mesa_bitcount_64(ctx->Transform.ClipPlanesEnabled); 239 if (ctx->Transform.ClipPlanesEnabled & (1<<j)) {
|
brw_clip_state.c | 99 if (!ctx->Transform.DepthClamp)
|
brw_vs_state.c | 92 if (ctx->Transform.ClipPlanesEnabled && !brw->vs.prog_data->uses_new_param_layout) {
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
AnimationFactory.java | 36 import com.jme3.math.Transform; 51 * If you want to change that you have to replace this keyFrame with any transform you want. 183 * Adds a key frame for the given Transform at the given time 185 * @param transform the transforms to use for this keyFrame 187 public void addTimeTransform(float time, Transform transform) { 188 addKeyFrameTransform((int) (time / tpf), transform); 192 * Adds a key frame for the given Transform at the given keyFrame index 194 * @param transform the transforms to use for this keyFrame 196 public void addKeyFrameTransform(int keyFrameIndex, Transform transform) [all...] |
Bone.java | 54 * If enabled, user can control bone transform with setUserTransforms. 63 * Initial transform is the local bind transform of this bone. 70 * The inverse world bind transform. 77 * The local animated transform combined with the local bind transform and parent world transform 89 private Transform tmpTransform = new Transform(); 230 * The bind pose transform of the bone is its "default [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_curbe.c | 68 if (ctx->Transform.ClipPlanesEnabled) { 69 GLuint nr_planes = 6 + _mesa_bitcount_64(ctx->Transform.ClipPlanesEnabled); 239 if (ctx->Transform.ClipPlanesEnabled & (1<<j)) {
|
/external/chromium_org/ash/wm/ |
workspace_controller.cc | 130 ui::LayerAnimationElement::TRANSFORM, 139 viewport_->layer()->SetTransform(gfx::Transform());
|
/external/chromium_org/cc/base/ |
math_util_unittest.cc | 14 #include "ui/gfx/transform.h" 20 // In this case, the m33() element of the transform becomes zero, which could 23 gfx::Transform transform; local 24 transform.MakeIdentity(); 25 transform.matrix().set(2, 2, 0); 28 gfx::RectF projected_rect = MathUtil::ProjectClippedRect(transform, rect);
|
/external/chromium_org/cc/layers/ |
delegated_renderer_layer_impl.cc | 199 gfx::Transform DelegatedRendererLayerImpl::DelegatedFrameToLayerSpaceTransform( 203 gfx::Transform delegated_frame_to_layer_space_transform; 245 gfx::Transform delegated_frame_to_root_transform = 416 gfx::Transform delegated_frame_to_target_transform =
|
picture_layer_impl.h | 122 gfx::Transform last_screen_space_transform_;
|
/external/chromium_org/content/common/ |
cc_messages_unittest.cc | 36 using gfx::Transform; 205 Transform arbitrary_matrix; 509 gfx::Transform(), 514 shared_state1_in->SetAll(gfx::Transform(), 533 shared_state2_in->SetAll(gfx::Transform(), 542 shared_state3_in->SetAll(gfx::Transform(), 552 shared_state4_in->SetAll(gfx::Transform(), 571 shared_state5_in->SetAll(gfx::Transform(), 654 RenderPass::Id(1, 1), gfx::Rect(), gfx::Rect(), gfx::Transform());
|
/external/chromium_org/courgette/ |
patch_generator_x86_32.h | 55 Status Transform(SourceStreamSet* corrected_parameters,
|
/external/chromium_org/ui/events/ |
event.h | 20 class Transform; 255 // Transform the locations using |inverted_root_transform|. 258 const gfx::Transform& inverted_root_transform); 419 const gfx::Transform& inverted_root_transform) OVERRIDE; 476 const gfx::Transform& inverted_root_transform) OVERRIDE;
|