Home
last modified time | relevance | path

Searched defs:ry (Results 1 – 25 of 48) sorted by relevance

12

/external/skia/experimental/svg/model/
DSkSVGEllipse.cpp27 void SkSVGEllipse::setRy(const SkSVGLength& ry) { in setRy()
49 if (const auto* ry = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
62 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
DSkSVGRect.cpp36 void SkSVGRect::setRy(const SkSVGLength& ry) { in setRy()
68 if (const auto* ry = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
80 const SkScalar ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
/external/libvncserver/libvncclient/
Dultra.c35 HandleUltraBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleUltraBPP()
115 HandleUltraZipBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleUltraZipBPP()
Dzlib.c36 HandleZlibBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleZlibBPP()
Drre.c33 HandleRREBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleRREBPP()
Dcorre.c33 HandleCoRREBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleCoRREBPP()
Dhextile.c33 HandleHextileBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleHextileBPP()
Dzrle.c84 HandleZRLE (rfbClient* client, int rx, int ry, int rw, int rh) in HandleZRLE()
Dh264.c109 HandleH264 (rfbClient* client, int rx, int ry, int rw, int rh) in HandleH264()
Dtight.c92 HandleTightBPP (rfbClient* client, int rx, int ry, int rw, int rh) in HandleTightBPP()
/external/mesa3d/src/gallium/auxiliary/util/
Du_texture.c49 float rx, ry, rz; in util_map_texcoords2d_onto_cubemap() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DLoadTile.h115 for (uint32_t ry = 0; ry < KNOB_TILE_Y_DIM; ++ry) in Load() local
DClearTile.cpp95 for (UINT ry = 1; (ry < KNOB_TILE_Y_DIM) && ((y + ry) < lodHeight); ++ry) in StoreClear() local
/external/skia/src/gpu/effects/
DGrEllipseEffect.cpp120 SkScalar ry = testData->fRandom->nextRangeF(0.f, 1000.f); in TestCreate() local
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsintrp.c393 register int rx, ry; in BilinearInterp16() local
524 register int rx, ry, rz; in TrilinearInterp16() local
600 cmsFloat32Number rx, ry, rz; in TetrahedralInterpFloat() local
699 cmsS15Fixed16Number rx, ry, rz; in TetrahedralInterp16() local
836 cmsS15Fixed16Number rx, ry, rz; in Eval4Inputs() local
Dcmsopt.c39 cmsUInt16Number rx[256], ry[256], rz[256]; member
831 cmsS15Fixed16Number rx, ry, rz; in PrelinEval8() local
/external/pdfium/xfa/fde/
Dcfde_path.cpp42 FX_FLOAT ry = rect.height / 2; in ArcTo() local
/external/ImageMagick/MagickCore/
Dgeometry.h96 ry, member
Ddistort.c1226 double rx,ry; in GenerateCoefficients() local
/external/skia/tests/
DPathOpsAngleTest.cpp128 static int find_slop(double x, double y, double rx, double ry) { in find_slop()
182 double ry = slopTest[3]; in DEF_TEST() local
/external/skia/gm/
Daddarc.cpp96 SkScalar ry = SkScalarSin(rad) * R; in onDraw() local
/external/ImageMagick/MagickWand/
Ddrawing-wand.c1146 const double rx,const double ry,const double start,const double end) in DrawEllipse()
3307 const double rx,const double ry,const double x_axis_rotation, in DrawPathEllipticArc()
3330 const double ry,const double x_axis_rotation, in DrawPathEllipticArcAbsolute()
3390 const double ry,const double x_axis_rotation, in DrawPathEllipticArcRelative()
4405 double x2,double y2,double rx,double ry) in DrawRoundRectangle()
/external/skia/src/gpu/ops/
DGrAAStrokeRectOp.cpp62 const SkScalar ry = SkScalarHalf(dy); in compute_rects() local
/external/pdfium/third_party/libopenjpeg20/
Dmct.c220 const __m128i ry = _mm_set1_epi32(2449); in opj_mct_encode_real() local
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp383 const float ry = 2.0f * renderArea.w(); in genVertices() local

12