HomeSort by relevance Sort by last modified time
    Searched refs:LINEAR (Results 126 - 150 of 162) sorted by null

1 2 3 4 56 7

  /external/pixman/pixman/
pixman-linear-gradient.c 41 linear_gradient_t *linear = (linear_gradient_t *)image; local
68 dx = linear->p2.x - linear->p1.x;
69 dy = linear->p2.y - linear->p1.y;
105 linear_gradient_t *linear = (linear_gradient_t *)image; local
132 dx = linear->p2.x - linear->p1.x;
133 dy = linear->p2.y - linear->p1.y
265 linear_gradient_t *linear; local
    [all...]
pixman-image.c 154 if (image->type == LINEAR ||
165 * method to the linear/radial/conical gradient overwriting
481 case LINEAR:
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselView.java 67 public static final int LINEAR = 0;
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java 22 import static android.renderscript.Sampler.Value.LINEAR;
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 173 classifier->SetKernelType(learning_stochastic_linear::LINEAR);
326 case learning_stochastic_linear::LINEAR :
  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.cc 329 expand_animation_->SetTweenType(ui::Tween::LINEAR);
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.cc 360 animation_->SetTweenType(ui::Tween::LINEAR);
  /external/chromium_org/ash/system/tray/
system_tray_bubble.cc 199 settings.SetTweenType(ui::Tween::LINEAR);
  /external/chromium_org/chrome/browser/ui/gtk/
status_bubble_gtk.cc 343 expand_animation_->SetTweenType(ui::Tween::LINEAR);
  /external/opencv/cxcore/src/
cxutils.cpp 243 Finds real roots of cubic, quadratic or linear equation.
331 // linear equation
441 * linear and quadratic iterated synthetic division. The coefficients of
505 goto LINEAR;
562 goto LINEAR;
564 goto LINEAR;
589 LINEAR:
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 199 IPM_CASE(LINEAR, PERSPECTIVE, PERSPECTIVE);
201 IPM_CASE(LINEAR_NOPERSPECTIVE, LINEAR, LINEAR);
202 IPM_CASE(LINEAR_NOPERSPECTIVE_CENTROID, LINEAR, CENTROID);
204 IPM_CASE(LINEAR_NOPERSPECTIVE_SAMPLE, LINEAR, OFFSET);
205 IPM_CASE(UNDEFINED, LINEAR, LINEAR);
217 var->linear = 1;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 199 IPM_CASE(LINEAR, PERSPECTIVE, PERSPECTIVE);
201 IPM_CASE(LINEAR_NOPERSPECTIVE, LINEAR, LINEAR);
202 IPM_CASE(LINEAR_NOPERSPECTIVE_CENTROID, LINEAR, CENTROID);
204 IPM_CASE(LINEAR_NOPERSPECTIVE_SAMPLE, LINEAR, OFFSET);
205 IPM_CASE(UNDEFINED, LINEAR, LINEAR);
217 var->linear = 1;
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp     [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.cc 122 animation_connecting_.SetTweenType(ui::Tween::LINEAR);
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 287 samplerBuilder.setMagnification(LINEAR);
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 393 complete_animation_->SetTweenType(ui::Tween::LINEAR);
408 complete_animation_->SetTweenType(ui::Tween::LINEAR);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 272 complete_animation_->SetTweenType(ui::Tween::LINEAR);
285 complete_animation_->SetTweenType(ui::Tween::LINEAR);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp 419 m_context->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MAG_FILTER, GraphicsContext3D::LINEAR);
420 m_context->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MIN_FILTER, GraphicsContext3D::LINEAR);
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 694 kDefaultAnimationDurationMs, ui::Tween::LINEAR));
701 kDefaultAnimationDurationMs, ui::Tween::LINEAR));
    [all...]
  /external/chromium/base/metrics/
histogram.h 289 LINEAR,
  /external/chromium_org/ash/launcher/
launcher_button.cc 318 scoped_setter.SetTweenType(ui::Tween::LINEAR);
  /external/chromium_org/chrome/browser/ui/views/
browser_actions_container.cc 629 SaveDesiredSizeAndAnimate(ui::Tween::LINEAR, visible_actions + 1);
  /external/chromium_org/ui/compositor/
layer_animation_element.cc 598 tween_type_(Tween::LINEAR),
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc 337 complete_animation_.SetTweenType(ui::Tween::LINEAR);
    [all...]
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc     [all...]

Completed in 418 milliseconds

1 2 3 4 56 7