Home
last modified time | relevance | path

Searched refs:points (Results 201 - 225 of 314) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshalgo.h64 /* this is an interpolation zone used for strong points; */
65 /* weak points are interpolated according to their strong */
190 PSH_Point points; member
/third_party/vk-gl-cts/framework/common/
H A DtcuRasterizationVerifier.hpp117 std::vector<ScenePoint> points; member
215 * Verifies points in the surface are rasterized within the bounds given
/third_party/mesa3d/src/util/indices/
H A Du_indices_gen.py35 PRIMS=('points',
228 def points(intype, outtype, inpv, outpv, pr): function
229 preamble(intype, outtype, inpv, outpv, pr, prim='points')
396 points(intype, outtype, inpv, outpv, pr)
/third_party/skia/src/core/
H A DSkGlyphRun.cpp158 memcpy(buffer.points(), positions.data(), positions.size_bytes()); in makeBlob()
243 positions = SkMakeSpan(it.points(), runSize); in blobToGlyphRunList()
H A DSkReadBuffer.cpp279 bool SkReadBuffer::readPointArray(SkPoint* points, size_t size) { in readPointArray() argument
280 return this->readArray(points, size, sizeof(SkPoint)); in readPointArray()
H A DSkReadBuffer.h137 bool readPointArray(SkPoint* points, size_t size);
/third_party/skia/samplecode/
H A DSampleImageFilterDAG.cpp139 SkPoint points[2] = { {content.fLeft + 15.f, content.fTop + 15.f}, in draw_node() local
141 paint.setShader(SkGradientShader::MakeLinear(points, kColors, nullptr, SK_ARRAY_COUNT(kColors), in draw_node()
/third_party/skia/gm/
H A Dtypeface.cpp79 getGlyphPositions(font, glyphs, glyphCount, x, y, rec.points()); in drawKernText()
80 applyKerning(rec.points(), adjustments, glyphCount, font); in drawKernText()
/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp426 for (auto [verb, points, w] : SkPathPriv::Iterate(path)) { in json_path_out()
436 SkFloat2Bits(points[i].fX), SkFloat2Bits(points[i].fY)); in json_path_out()
H A DGradientTest.cpp385 const SkPoint points[] { { 0.f, 0.f }, { 1e-20f, -1e-8f }}; // must be degenerate in test_unsorted_degenerate()
387 sk_sp<SkShader> gradient = SkGradientShader::MakeLinear(points, colors, nullptr, positions, 3, in test_unsorted_degenerate()
/third_party/skia/modules/skparagraph/src/
H A DRun.cpp297 blobBuffer.points()[i] = point; in scaleFontWithCompressionConfig()
305 auto points = reinterpret_cast<SkPoint*>(blobBuffer.pos); in scaleFontWithCompressionConfig() local
316 points[i] = point; in scaleFontWithCompressionConfig()
/third_party/libunwind/libunwind/doc/
H A Dunw_create_addr_space.tex35 routines are specified via the \Var{ap} argument, which points to a
141 be written. The word that \Var{valp} points to is always in the
161 points to is always in the byte-order of the host-platform, regardless
180 be written. The word that \Var{fpvalp} points to is always in the
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp1582 // These points will be used to draw something with the wrong topology. in getOffScreenPoints()
1654 virtual bool compareAndVerify (std::vector<PointSceneSpec::ScenePoint>& points,
1721 std::vector<PointSceneSpec::ScenePoint> points; in iterate() local
1727 generatePoints(m_iteration, drawBuffer, points); in iterate()
1734 const bool compareOk = compareAndVerify(points, resultImage, drawBuffer); in iterate()
1755 bool PointTestInstance::compareAndVerify (std::vector<PointSceneSpec::ScenePoint>& points, in compareAndVerify() argument
1770 scene.points.swap(points); in compareAndVerify()
2354 << "layout(points) in;\n" in initPrograms()
2355 << "layout(points, max_vertice in initPrograms()
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9lpf_16bpp_neon.S887 @ d2-d17 (skipping d7 and d16). r12 points to r0 - 7 * stride,
/third_party/libunwind/libunwind/tests/
H A Dx64-test-dwarf-expressions.S68 # of cfa-16 (cfa points at old rsp, cfa-8 is our rip, so we stored r12 at
/third_party/skia/src/xps/
H A DSkXPSDevice.h203 const SkPoint (&points)[4],
/third_party/skia/experimental/sktext/src/
H A DPaint.cpp68 sk_careful_memcpy(blobBuffer.points(), positions, glyphCount * sizeof(SkPoint)); in onGlyphRun()
/third_party/mesa3d/include/drm-uapi/
H A Ddrm.h897 __u64 points; member
916 __u64 points; member
/third_party/libdrm/include/drm/
H A Ddrm.h897 __u64 points; member
916 __u64 points; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ft.cc485 *x = ft_face->glyph->outline.points[point_index].x;
486 *y = ft_face->glyph->outline.points[point_index].y;
/third_party/skia/modules/svg/src/
H A DSkSVGAttributeParser.cpp646 bool SkSVGAttributeParser::parse(SkSVGPointsType* points) {
650 // list-of-points:
686 *points = pts;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp1579 // These points will be used to draw something with the wrong topology. in getOffScreenPoints()
1651 virtual bool compareAndVerify (std::vector<PointSceneSpec::ScenePoint>& points,
1718 std::vector<PointSceneSpec::ScenePoint> points; in iterate() local
1724 generatePoints(m_iteration, drawBuffer, points); in iterate()
1731 const bool compareOk = compareAndVerify(points, resultImage, drawBuffer); in iterate()
1752 bool PointTestInstance::compareAndVerify (std::vector<PointSceneSpec::ScenePoint>& points, in compareAndVerify() argument
1767 scene.points.swap(points); in compareAndVerify()
2529 TCU_THROW(NotSupportedError, "Large points required for test, but are not supported"); in checkSupport()
4121 virtual bool compareAndVerify (std::vector<PointSceneSpec::ScenePoint>& points,
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsanm.c365 /* Interpolate two points. */
366 static void interp_point(int8_t *points, int x0, int y0, int x1, int y1, in interp_point() argument
370 points[0] = (x0 * pos + x1 * (npoints - pos) + (npoints >> 1)) / npoints; in interp_point()
371 points[1] = (y0 * pos + y1 * (npoints - pos) + (npoints >> 1)) / npoints; in interp_point()
373 points[0] = x0; in interp_point()
374 points[1] = y0; in interp_point()
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c1330 * approaches their chord trisection points.
1402 /* with each split, control points quickly converge towards */ in gray_render_cubic()
1403 /* chord trisection points and the vanishing distances below */ in gray_render_cubic()
1693 limit = outline->points + last; in FT_Outline_Decompose()
1695 v_start = outline->points[first]; in FT_Outline_Decompose()
1699 v_last = outline->points[last]; in FT_Outline_Decompose()
1705 point = outline->points + first; in FT_Outline_Decompose()
1725 /* if both first and last points are conic, */ in FT_Outline_Decompose()
2066 if ( !outline->contours || !outline->points ) in gray_raster_render()
/third_party/libinput/src/
H A Dlibinput.c4182 func->points[0] = 0.0; /* default to a flat unaccelerated function */ in libinput_config_accel_custom_func_create()
4183 func->points[1] = 1.0; in libinput_config_accel_custom_func_create()
4252 double step, size_t npoints, double *points) in libinput_config_accel_set_points()
4273 if (points[idx] < LIBINPUT_ACCEL_POINT_MIN_VALUE || in libinput_config_accel_set_points()
4274 points[idx] > LIBINPUT_ACCEL_POINT_MAX_VALUE) in libinput_config_accel_set_points()
4282 memcpy(func->points, points, sizeof(*points) * npoints); in libinput_config_accel_set_points()
4250 libinput_config_accel_set_points(struct libinput_config_accel *config, enum libinput_config_accel_type accel_type, double step, size_t npoints, double *points) libinput_config_accel_set_points() argument

Completed in 39 milliseconds

12345678910>>...13