Searched defs:fy (Results 1 - 25 of 71) sorted by relevance

123

/external/chromium_org/third_party/skia/src/core/
H A DSkScan_Hairline.cpp16 static void horiline(int x, int stopx, SkFixed fy, SkFixed dy, argument
21 blitter->blitH(x, fy >> 16, 1);
22 fy += dy;
H A DARGB32_Clamp_Bilinear_BitmapShader.h19 SkPMColor sample_bilerp(SkFixed fx, SkFixed fy, unsigned srcMaxX, unsigned srcMaxY,
21 SkPMColor sample_bilerp(SkFixed fx, SkFixed fy, unsigned srcMaxX, unsigned srcMaxY, argument
25 int iy = fy >> 16;
43 SkFilterPtrProc proc = SkGetBilinearFilterPtrProc(proc_table, fx, fy);
93 SkFixed fy = *srcXY++ - SK_FixedHalf; local
94 *dstC++ = sample_bilerp(fx, fy, srcMaxX, srcMaxY, srcPixels, srcRB, proc_table);
106 SkFixed fy = *srcXY++ - SK_FixedHalf; local
107 SkPMColor c = sample_bilerp(fx, fy, srcMaxX, srcMaxY, srcPixels, srcRB, proc_table);
115 SkFixed fx, fy, dx, dy; local
117 // now init fx, fy, d
[all...]
H A DSkBitmapProcState_shaderproc.h39 SkFixed fy = SkScalarToFixed(pt.fY) - (s.fFilterOneY >> 1); local
42 subY = TILEY_LOW_BITS(fy, maxY);
43 int y0 = TILEY_PROCF(fy, maxY);
44 int y1 = TILEY_PROCF((fy + s.fFilterOneY), maxY);
H A DSkBitmapShader16BilerpTemplate.h48 SkFixed fy = *srcXY++ - SK_FixedHalf; local
50 int iy = fy >> 16;
67 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
79 SkFixed fx, fy, dx, dy; local
81 // now init fx, fy, dx, dy
88 fy = SkScalarToFixed(srcPt.fY) - SK_FixedHalf;
101 int iy = fy >> 16;
118 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
126 fy += dy;
157 SkFixed fy local
187 SkFixed fx, fy, dx, dy; local
[all...]
/external/skia/src/core/
H A DSkScan_Hairline.cpp16 static void horiline(int x, int stopx, SkFixed fy, SkFixed dy, argument
21 blitter->blitH(x, fy >> 16, 1);
22 fy += dy;
H A DARGB32_Clamp_Bilinear_BitmapShader.h19 SkPMColor sample_bilerp(SkFixed fx, SkFixed fy, unsigned srcMaxX, unsigned srcMaxY,
21 SkPMColor sample_bilerp(SkFixed fx, SkFixed fy, unsigned srcMaxX, unsigned srcMaxY, argument
25 int iy = fy >> 16;
43 SkFilterPtrProc proc = SkGetBilinearFilterPtrProc(proc_table, fx, fy);
93 SkFixed fy = *srcXY++ - SK_FixedHalf; local
94 *dstC++ = sample_bilerp(fx, fy, srcMaxX, srcMaxY, srcPixels, srcRB, proc_table);
106 SkFixed fy = *srcXY++ - SK_FixedHalf; local
107 SkPMColor c = sample_bilerp(fx, fy, srcMaxX, srcMaxY, srcPixels, srcRB, proc_table);
115 SkFixed fx, fy, dx, dy; local
117 // now init fx, fy, d
[all...]
H A DSkBitmapProcState_shaderproc.h39 SkFixed fy = SkScalarToFixed(pt.fY) - (s.fFilterOneY >> 1); local
42 subY = TILEY_LOW_BITS(fy, maxY);
43 int y0 = TILEY_PROCF(fy, maxY);
44 int y1 = TILEY_PROCF((fy + s.fFilterOneY), maxY);
H A DSkBitmapShader16BilerpTemplate.h48 SkFixed fy = *srcXY++ - SK_FixedHalf; local
50 int iy = fy >> 16;
67 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
79 SkFixed fx, fy, dx, dy; local
81 // now init fx, fy, dx, dy
88 fy = SkScalarToFixed(srcPt.fY) - SK_FixedHalf;
101 int iy = fy >> 16;
118 SkFilterProc proc = SkGetBilinearFilterProc(proc_table, fx, fy);
126 fy += dy;
157 SkFixed fy local
187 SkFixed fx, fy, dx, dy; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c68 const float fy = v1[1] - v2[1]; local
71 header->det = ex * fy - ey * fx;
H A Ddraw_pipe_offset.c82 float fy = v1[1] - v2[1]; local
86 float a = ey*fz - ez*fy;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h57 const float fy = (float) iy; local
60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c68 const float fy = v1[1] - v2[1]; local
71 header->det = ex * fy - ey * fx;
H A Ddraw_pipe_offset.c82 float fy = v1[1] - v2[1]; local
86 float a = ey*fz - ez*fy;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h57 const float fy = (float) iy; local
60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
/external/skia/tests/
H A DPathOpsSimplifyDegenerateThreadedTest.cpp32 int fy = f >> 2; local
33 if (state.fD && (ex - dx) * (fy - dy)
45 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
55 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
H A DPathOpsSimplifyQuadThreadedTest.cpp32 int fy = f >> 2; local
47 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
59 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp32 int fy = f >> 2; local
47 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
60 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
H A DPathOpsSimplifyTrianglesThreadedTest.cpp36 int fy = f >> 2; local
37 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
48 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
58 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DRadialGradientAttributes.h44 SVGLength fy() const { return m_fy; } function in struct:WebCore::RadialGradientAttributes
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aalinetemp.h41 const GLfloat fy = (GLfloat) iy; local
60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane);
62 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane);
63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane);
64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane);
65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]);
76 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invQ;
85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
88 attribArray[i][c] = solve_plane(fx, fy, lin
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_tritmp.h56 GLfloat fy = v[1]->attrib[FRAG_ATTRIB_WPOS][1] - v[2]->attrib[FRAG_ATTRIB_WPOS][1]; local
57 GLfloat cc = ex*fy - ey*fx;
145 const GLfloat dzdx = FABSF((ey * fz - ez * fy) * oneOverArea);
/external/clang/test/SemaTemplate/
H A Dinstantiate-static-var.cpp17 Y<float> fy; // expected-note{{in instantiation of template class 'Y<float>' requested here}} variable
/external/mesa3d/src/mesa/swrast/
H A Ds_aalinetemp.h41 const GLfloat fy = (GLfloat) iy; local
60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane);
62 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane);
63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane);
64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane);
65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]);
76 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invQ;
85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
88 attribArray[i][c] = solve_plane(fx, fy, lin
[all...]
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_tritmp.h56 GLfloat fy = v[1]->attrib[FRAG_ATTRIB_WPOS][1] - v[2]->attrib[FRAG_ATTRIB_WPOS][1]; local
57 GLfloat cc = ex*fy - ey*fx;
145 const GLfloat dzdx = FABSF((ey * fz - ez * fy) * oneOverArea);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c185 float fy = flip * viewport->scale[1] * -1.0 + viewport->translate[1]; local
199 fy,
223 prescale.translate[1] = fh - 1 + fy * 2;
225 fy -= fh;
237 if (fy < 0) {
239 prescale.translate[1] -= fy;
242 prescale.translate[1] += fy;
244 prescale.scale[1] *= fh / (fh + fy);
245 fh += fy;
246 fy
[all...]

Completed in 792 milliseconds

123