Home
last modified time | relevance | path

Searched defs:vy (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/opts/
DSkBitmapProcState_filter_neon.h27 uint8x8_t vy, vconst16_8, v16_y, vres; in Filter_32_opaque_neon() local
62 uint8x8_t vy, vconst16_8, v16_y, vres; in Filter_32_alpha_neon() local
/external/skqp/src/opts/
DSkBitmapProcState_filter_neon.h27 uint8x8_t vy, vconst16_8, v16_y, vres; in Filter_32_opaque_neon() local
62 uint8x8_t vy, vconst16_8, v16_y, vres; in Filter_32_alpha_neon() local
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp99 short vy; in Load() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp50 short vy; in GetItemInfo() local
238 short vy; in CalcPositionData() local
/external/libvncserver/webclients/novnc/include/
Ddisplay.js545 _rgbImageData: function (x, y, vx, vy, width, height, arr, offset) { argument
557 _bgrxImageData: function (x, y, vx, vy, width, height, arr, offset) { argument
569 _cmapImageData: function (x, y, vx, vy, width, height, arr, offset) { argument
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVelocityTracker.java113 float vy = (movement.y.get(pointerId) - oldestMovement.y.get(pointerId)) * scale; in computeCurrentVelocity() local
/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp109 float vy = 1.0f; in GetFillPath() local
486 float vy = 1.0f; in GetPath() local
/external/pdfium/third_party/libopenjpeg20/
Dmct.c402 __m128 vy, vu, vv; in opj_mct_decode_real() local
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DSubsamplingScaleImageView.java2048 private float viewToSourceY(float vy) { in viewToSourceY()
2115 public final PointF viewToSourceCoord(float vx, float vy) { in viewToSourceCoord()
2136 public final PointF viewToSourceCoord(float vx, float vy, PointF sTarget) { in viewToSourceCoord()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c235 float vy = x1 * z2 - z1 * x2; in is_tri_null() local
/external/v8/benchmarks/
Draytrace.js560 getRay: function(vx, vy){ argument
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1667 GLfloat vy = dvdy * scaling; in sample_2d_ewa() local
1788 GLfloat vy = dvdy * scaling; in sample_2d_footprint() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2229 const float vy = dvdy * scaling; in img_filter_2d_ewa() local