/third_party/skia/third_party/externals/freetype/src/pshinter/ |
H A D | pshalgo.h | 64 /* 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 D | tcuRasterizationVerifier.hpp | 117 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 D | u_indices_gen.py | 35 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 D | SkGlyphRun.cpp | 158 memcpy(buffer.points(), positions.data(), positions.size_bytes()); in makeBlob() 243 positions = SkMakeSpan(it.points(), runSize); in blobToGlyphRunList()
|
H A D | SkReadBuffer.cpp | 279 bool SkReadBuffer::readPointArray(SkPoint* points, size_t size) { in readPointArray() argument 280 return this->readArray(points, size, sizeof(SkPoint)); in readPointArray()
|
H A D | SkReadBuffer.h | 137 bool readPointArray(SkPoint* points, size_t size);
|
/third_party/skia/samplecode/ |
H A D | SampleImageFilterDAG.cpp | 139 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 D | typeface.cpp | 79 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 D | PathOpsExtendedTest.cpp | 426 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 D | GradientTest.cpp | 385 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 D | Run.cpp | 297 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 D | unw_create_addr_space.tex | 35 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 D | vktRasterizationTests.cpp | 1582 // 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 D | vp9lpf_16bpp_neon.S | 887 @ d2-d17 (skipping d7 and d16). r12 points to r0 - 7 * stride,
|
/third_party/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 68 # 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 D | SkXPSDevice.h | 203 const SkPoint (&points)[4],
|
/third_party/skia/experimental/sktext/src/ |
H A D | Paint.cpp | 68 sk_careful_memcpy(blobBuffer.points(), positions, glyphCount * sizeof(SkPoint)); in onGlyphRun()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm.h | 897 __u64 points; member 916 __u64 points; member
|
/third_party/libdrm/include/drm/ |
H A D | drm.h | 897 __u64 points; member 916 __u64 points; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ft.cc | 485 *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 D | SkSVGAttributeParser.cpp | 646 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 D | vktRasterizationTests.cpp | 1579 // 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 D | sanm.c | 365 /* 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 D | ftgrays.c | 1330 * 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 D | libinput.c | 4182 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
|