HomeSort by relevance Sort by last modified time
    Searched refs:fx (Results 151 - 175 of 212) sorted by null

1 2 3 4 5 67 8 9

  /external/ImageMagick/MagickCore/
distort.c 2625 double r,fx,fy,gx,gy; local
    [all...]
  /external/ImageMagick/www/api/
channel.php 69 -channel-fx "red; green; blue"
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawInstancedTests.cpp 690 const float fx = -1.0f + (float)x / (float)QUAD_GRID_SIZE * 2.0f / (float)instanceCount; local
693 m_data.push_back(VertexPositionAndColor(tcu::Vec4(fx, fy, 1.0f, 1.0f),
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 164 const float fx = v1[0][0] - v2[0][0]; local
168 const float det = ex * fy - ey * fx;
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 136 const float fx = (float) quad->input.x0; local
140 const float z0 = quad->posCoef->a0[2] + dzdx * fx + dzdy * fy;
sp_setup.c 795 const float fx = v1[0][0] - v2[0][0]; local
799 return ex * fy - ey * fx;
    [all...]
  /external/opencv/cv/src/
_cvipp.h     [all...]
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 20 if (fPts[endIndex].fX == fPts[ctrlIndex].fX) {
21 dstPt->fX = fPts[endIndex].fX;
35 double calcPos = (&cubicAtT.fX)[xAxis];
41 if (approximately_equal_half(lessPt.fX, cubicAtT.fX)
45 double lessDist = (&lessPt.fX)[xAxis] - axisIntercept;
60 if (approximately_equal_half(morePt.fX, cubicAtT.fX)
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
opt.d 27 88: 02c28105 a0180000 cmple.s f0, r4, r5 -> jmp.s/fx 0 <start>
  /external/swiftshader/src/Renderer/
Surface.cpp 1028 float fx = x - x0; local
1032 c000 *= (1 - fx) * (1 - fy) * (1 - fz);
1033 c100 *= fx * (1 - fy) * (1 - fz);
1034 c010 *= (1 - fx) * fy * (1 - fz);
1035 c110 *= fx * fy * (1 - fz);
1036 c001 *= (1 - fx) * (1 - fy) * fz;
1037 c101 *= fx * (1 - fy) * fz;
1038 c011 *= (1 - fx) * fy * fz;
1039 c111 *= fx * fy * fz;
1060 float fx = x - x0 local
    [all...]
Blitter.cpp     [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 62 GLfloat fx = v2->attrib[VARYING_SLOT_POS][0] - v0->attrib[VARYING_SLOT_POS][0]; local
64 GLfloat c = ex*fy-ey*fx;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 220 float fx = 2.0f * sx - 1.0f;
224 m_positions[vtxNdx] = tcu::Vec4(fx, fy, 0.0f, 1.0f);
263 const float fx = 2.0f * sx - 1.0f;
265 return tcu::Vec4(fx, fy, -fx + 0.33f*fy, -0.275f*fx - fy);
    [all...]
  /frameworks/ml/nn/common/operations/internal/optimized/
optimized_ops.h     [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/make/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]
  /external/opencv/cvaux/src/
cvtrifocal.cpp 154 double fx,fy,cx,cy; local
156 fx = cvmGet(cameraMatr,0,0);
164 cvmSet(normPoints, 0, i, (cvmGet(points,0,i) - cx) / fx );
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp     [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1472 float fx = strength[y][x+1] - strength[y][x-1]; local
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 588 const float fx = -1.0f + 2.0f*((float(ix) + 0.5f) / float(framebufferW)); local
591 positions[valNdx] = tcu::Vec2(fx, fy);
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 759 point->u = point->fx;
772 point->v = point->fx;
    [all...]

Completed in 1495 milliseconds

1 2 3 4 5 67 8 9