Home
last modified time | relevance | path

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

1234

/external/libchrome/ui/gfx/geometry/
Drect_f.cc105 float ry = std::max(y(), rect.y()); in Intersect() local
126 float ry = std::min(y(), rect.y()); in Union() local
142 float ry = y(); in Subtract() local
253 float ry = std::min(p1.y(), p2.y()); in BoundingRect() local
/external/fonttools/Lib/fontTools/svgLib/path/
Dshapes.py65 def _arc(self, c, rx, ry, x, y, large_arc): argument
69 def A(self, rx, ry, x, y, large_arc=0): argument
72 def a(self, rx, ry, x, y, large_arc=0): argument
Darc.py23 def __init__(self, current_point, rx, ry, rotation, large, sweep, target_point): argument
/external/virglrenderer/src/gallium/auxiliary/util/
Du_texture.c49 float rx, ry, rz; in util_map_texcoords2d_onto_cubemap() local
/external/libaom/aom_dsp/flow_estimation/
Dcorner_match.h32 int rx, ry; member
/external/mesa3d/src/gallium/auxiliary/util/
Du_texture.c49 float rx, ry, rz; in util_map_texcoords2d_onto_cubemap() local
/external/skia/modules/svg/src/
DSkSVGEllipse.cpp27 const auto ry = lctx.resolve(fRy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
DSkSVGRect.cpp59 ry = std::min(lctx.resolve(rylen, SkSVGLengthContext::LengthType::kVertical), in resolve() local
/external/fonttools/Tests/svgLib/path/
Dparser_test.py345 def arcTo(self, rx, ry, rotation, arc_large, arc_sweep, end_point): argument
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DLoadTile.h99 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/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreduction_ops_common.cc121 auto ry = xla::Parameter(&r, 1, xla::ShapeUtil::MakeShape(type, {}), "y"); in Compile() local
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c422 CMSREGISTER int rx, ry; in BilinearInterp16() local
555 CMSREGISTER int rx, ry, rz; in TrilinearInterp16() local
631 cmsFloat32Number rx, ry, rz; in TetrahedralInterpFloat() local
727 cmsS15Fixed16Number rx, ry, rz; in TetrahedralInterp16() local
864 cmsS15Fixed16Number rx, ry, rz; in Eval4Inputs() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCanvas.java140 public final float ry; field in ShadowCanvas.RoundRectPaintHistoryEvent
143 float left, float top, float right, float bottom, float rx, float ry, Paint paint) { in RoundRectPaintHistoryEvent()
DShadowNativeBaseRecordingCanvas.java175 float ry, in nDrawRoundRect()
575 long renderer, float left, float top, float right, float bottom, float rx, float ry) { in nPunchHole()
587 float ry, in nPunchHole()
DShadowLegacyPath.java410 protected void addRoundRect(RectF rect, float rx, float ry, Direction dir) { in addRoundRect()
424 float left, float top, float right, float bottom, float rx, float ry, Path.Direction dir) { in addRoundRect()
/external/skia/src/gpu/ganesh/geometry/
DGrQuad.cpp66 V4f ry{rect.fTop, rect.fBottom, rect.fTop, rect.fBottom}; in map_rect_general() local
/external/skia/resources/skottie/
Dskottie-camera-parent-2.json1 …yer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":0,"ix":9… object
Dskottie-camera-parent-1.json1 …yer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":0,"ix":9… object
Dskottie-camera-parent-3.json1 …yer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":0,"ix":9… object
Dskottie-3d-rotation-order.json1 …yer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":0,"ix":9… object
Dskottie-camera-rotation.json1 …yer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"rx":{"a":0,"k":0,"ix":8},"ry":{"a":0,"k":0,"ix":9… object
/external/skia/tests/
DPathOpsAngleTest.cpp143 static int find_slop(double x, double y, double rx, double ry) { in find_slop()
197 double ry = slopTest[3]; in DEF_TEST() local
/external/skia/gm/
Daddarc.cpp97 SkScalar ry = SkScalarSin(rad) * R; variable
/external/ImageMagick/MagickCore/
Dgeometry.h98 ry, member

1234