HomeSort by relevance Sort by last modified time
    Searched refs:Transform (Results 351 - 375 of 433) sorted by null

<<1112131415161718

  /external/chromium_org/courgette/
ensemble_apply.cc 207 Status status = patchers_[i]->Transform(&single_parameters,
ensemble_create.cc 344 Status status = generators[i]->Transform(
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 192 PUSH_DATAb(push, ctx->Transform.Normalize);
  /external/chromium_org/ui/app_list/views/
app_list_item_view.cc 46 // Scale to transform the icon when a drag starts.
163 layer()->SetTransform(gfx::Transform());
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 192 PUSH_DATAb(push, ctx->Transform.Normalize);
  /external/chromium_org/cc/animation/
keyframed_animation_curve_unittest.cc 17 void ExpectTranslateX(SkMScalar translate_x, const gfx::Transform& transform) {
18 EXPECT_FLOAT_EQ(translate_x, transform.matrix().get(0, 3));
192 // Tests that a transform animation with one keyframe works as expected.
208 // Tests that a transform animation with two keyframes works as expected.
228 // Tests that a transform animation with three keyframes works as expected.
253 // Tests that a transform animation with multiple keys at a given time works
281 gfx::Transform value = curve->GetValue(1.f);
  /external/chromium_org/cc/layers/
layer_impl_unittest.cc 97 gfx::Transform arbitrary_transform;
211 gfx::Transform arbitrary_transform;
tiled_layer_unittest.cc 27 #include "ui/gfx/transform.h"
423 // Move the transform in the same direction without invalidating.
    [all...]
  /external/chromium_org/cc/resources/
picture_layer_tiling.cc 358 const gfx::Transform& last_screen_transform,
359 const gfx::Transform& current_screen_transform,
453 // iterate over tiles in screen space without needing a costly transform
456 // Apply screen space transform to the local origin point (0, 0); only the
471 // Apply screen space transform to local basis vectors (tile_width, 0) and
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc     [all...]
layer_tree_host_unittest_context.cc 858 gfx::Transform());
864 gfx::Transform());
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_view.js 674 * @param {HTMLCanvasElement|HTMLVideoElement} element The element to transform.
685 element.style.webkitTransform = opt_effect.transform(element, this.viewport_);
947 * @return {string} Transform string.
949 ImageView.Effect.None.prototype.transform = function(element) {
984 * @return {string} Transform string.
986 ImageView.Effect.Slide.prototype.transform = function(element) {
999 * the full viewport will be used at the time of |transform| call.
1019 * @return {string} Transform string.
1021 ImageView.Effect.Zoom.prototype.transform = function(element, viewport) {
    [all...]
  /external/chromium_org/ui/gfx/
canvas.cc 19 #include "ui/gfx/transform.h"
611 void Canvas::Transform(const gfx::Transform& transform) {
612 canvas_->concat(transform.matrix());
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 256 // Creates transform matrix.
257 gfx::Transform transform; local
260 transform.Scale(scale_, scale_);
261 transform.Translate(-origin_.x(), -origin_.y());
  /external/chromium_org/media/audio/alsa/
alsa_output.cc 374 channel_mixer_->Transform(audio_bus_.get(), output_bus);
  /external/chromium_org/media/audio/mac/
audio_synchronized_mac.cc 788 channel_mixer_->Transform(input_bus_.get(), mixer_bus_.get());
  /external/chromium_org/media/audio/win/
audio_unified_win.cc     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingSphere.java 375 * <code>transform</code> modifies the center of the sphere to reflect the
379 * the transform to apply
385 public BoundingVolume transform(Transform trans, BoundingVolume store) { method in class:BoundingSphere
400 public BoundingVolume transform(Matrix4f trans, BoundingVolume store) { method in class:BoundingSphere
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 535 TEST_F(MotionEventTest, Transform) {
579 event.transform(matrix);
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 915 // transform the dirty region into this screen's coordinate space
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 135 /** Transform ^(nil x) to x and nil to null */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_vertprog.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
context.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c     [all...]
  /external/mesa3d/src/mesa/main/
context.c     [all...]

Completed in 1599 milliseconds

<<1112131415161718