/third_party/skia/src/core/ |
H A D | SkTextBlob.cpp | 787 font.getPos(buffer.glyphs, count, buffer.points(), {0, 0}); in MakeFromText() 801 memcpy(buffer.points(), pos, count * sizeof(SkPoint)); in MakeFromPosText() 1045 void GetPointsForTextBlob(const SkTextBlob* blob, std::vector<SkPoint>& points) in GetPointsForTextBlob() argument 1056 const SkPoint* glyphPoints = run.points(); in GetPointsForTextBlob() 1058 points.push_back(*point); in GetPointsForTextBlob()
|
H A D | SkTextBlobPriv.h | 212 const SkPoint* points() const { in points() function in SkTextBlobRunIterator
|
H A D | SkGlyphRun.cpp | 158 memcpy(buffer.points(), positions.data(), positions.size_bytes()); in makeBlob() 243 positions = SkMakeSpan(it.points(), runSize); in blobToGlyphRunList()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Renderer.cpp | 550 // We're only using batch compaction for points, not lines in processVertices() 785 Triangle points[3]; in setupPointTriangles() local 786 points[0].v0 = v0; in setupPointTriangles() 787 points[1].v0 = v1; in setupPointTriangles() 788 points[2].v0 = v2; in setupPointTriangles() 792 if(setupPoint(device, *primitives, points[i], *drawCall)) in setupPointTriangles()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 4510 struct nk_vec2i points[1]; member 4517 struct nk_vec2i points[1]; member 4525 struct nk_vec2i points[1]; member 4578 NK_API void nk_stroke_polyline(struct nk_command_buffer*, float *points, int point_count, float line_thickness, struct nk_color col); 4790 NK_API void nk_draw_list_fill_poly_convex(struct nk_draw_list*, const struct nk_vec2 *points, const unsigned int count, struct nk_color, enum nk_anti_aliasing); 9060 nk_stroke_polygon(struct nk_command_buffer *b, float *points, int point_count, in nk_stroke_polygon() argument 9076 cmd->points[i].x = (short)points[i*2]; in nk_stroke_polygon() 9077 cmd->points[i].y = (short)points[ in nk_stroke_polygon() 9081 nk_fill_polygon(struct nk_command_buffer *b, float *points, int point_count, struct nk_color col) nk_fill_polygon() argument 9102 nk_stroke_polyline(struct nk_command_buffer *b, float *points, int point_count, float line_thickness, struct nk_color col) nk_stroke_polyline() argument 9314 struct nk_vec2 *points; nk_draw_list_alloc_path() local 9624 nk_draw_list_stroke_poly_line(struct nk_draw_list *list, const struct nk_vec2 *points, const unsigned int points_count, struct nk_color color, enum nk_draw_list_stroke closed, float thickness, enum nk_anti_aliasing aliasing) nk_draw_list_stroke_poly_line() argument 9864 nk_draw_list_fill_poly_convex(struct nk_draw_list *list, const struct nk_vec2 *points, const unsigned int points_count, struct nk_color color, enum nk_anti_aliasing aliasing) nk_draw_list_fill_poly_convex() argument 9999 struct nk_vec2 *points = 0; nk_draw_list_path_line_to() local 10128 struct nk_vec2 *points; nk_draw_list_path_fill() local 10139 struct nk_vec2 *points; nk_draw_list_path_stroke() local 11334 const nk_byte *points; nk_tt_GetGlyphShape() local 12099 nk_tt__add_point(struct nk_tt__point *points, int n, float x, float y) nk_tt__add_point() argument 12106 nk_tt__tesselate_curve(struct nk_tt__point *points, int *num_points, float x0, float y0, float x1, float y1, float x2, float y2, float objspace_flatness_squared, int n) nk_tt__tesselate_curve() argument 12139 struct nk_tt__point *points=0; nk_tt_FlattenCurves() local 19732 struct nk_vec2 points[3]; nk_draw_symbol() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_timeline_fence_wait.c | 86 point = fence->points[i];
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_timeline_fence_wait.c | 83 point = fence->points[i];
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | ftrace_32.S | 111 pushl %esp # points at ss
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | ftrace_32.S | 111 pushl %esp # points at ss
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderVertexSpacing.hpp | 55 * computed from locations of edge start & end points), t should be 217 _tess_edge_points points; member 242 /** Comparator that is used to sort points relative to a certain origin. */ 258 /* Tells which of the user-provided points is closer to the instance-specific
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftimage.h | 296 * The number of points in the outline. 298 * points :: 309 * Bit~1 is meaningful for 'off' points only. If set, it indicates a 322 * defined by the points '0' to `contours[0]`, the second one is 323 * defined by the points `contours[0]+1` to `contours[1]`, etc. 339 short n_points; /* number of points in the glyph */ 341 FT_Vector* points; /* the outline's points */ member 342 char* tags; /* the points flags */ 343 short* contours; /* the contour end points */ [all...] |
/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
|
/kernel/linux/linux-5.10/crypto/ |
H A D | ecc.c | 1362 const struct ecc_point *points[4]; in ecc_point_mult_shamir() local 1368 points[0] = NULL; in ecc_point_mult_shamir() 1369 points[1] = p; in ecc_point_mult_shamir() 1370 points[2] = q; in ecc_point_mult_shamir() 1371 points[3] = ∑ in ecc_point_mult_shamir() 1376 point = points[idx]; in ecc_point_mult_shamir() 1386 point = points[idx]; in ecc_point_mult_shamir()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ecc.c | 1374 const struct ecc_point *points[4]; in ecc_point_mult_shamir() local 1380 points[0] = NULL; in ecc_point_mult_shamir() 1381 points[1] = p; in ecc_point_mult_shamir() 1382 points[2] = q; in ecc_point_mult_shamir() 1383 points[3] = ∑ in ecc_point_mult_shamir() 1389 point = points[idx]; in ecc_point_mult_shamir() 1400 point = points[idx]; in ecc_point_mult_shamir()
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_cs.c | 91 uint64_t *points; member 1276 sem_info->wait.points[i], 0, &fd2); in radv_amdgpu_cs_submit_zero() 1286 if (!ret && point >= sem_info->wait.points[i]) in radv_amdgpu_cs_submit_zero() 1327 sem_info->signal.points[i], queue_syncobj, 0, 0); in radv_amdgpu_cs_submit_zero() 1413 .points = wait_points, in radv_amdgpu_winsys_cs_submit() 1420 .points = signal_points, in radv_amdgpu_winsys_cs_submit() 1692 sem->point = counts->points[i]; in radv_amdgpu_cs_alloc_timeline_syncobj_chunk()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_lib.c | 1042 EC_POINT *points[], BN_CTX *ctx) in EC_POINTs_make_affine() 1051 if (!ec_point_is_compat(points[i], group)) { in EC_POINTs_make_affine() 1056 return group->meth->points_make_affine(group, num, points, ctx); in EC_POINTs_make_affine() 1068 size_t num, const EC_POINT *points[], in EC_POINTs_mul() 1086 if (!ec_point_is_compat(points[i], group)) { in EC_POINTs_mul() 1102 ret = group->meth->mul(group, r, scalar, num, points, scalars, ctx); in EC_POINTs_mul() 1105 ret = ossl_ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx); in EC_POINTs_mul() 1041 EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) EC_POINTs_make_affine() argument 1067 EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) EC_POINTs_mul() argument
|
/third_party/openssl/crypto/ec/ |
H A D | ec_lib.c | 1042 EC_POINT *points[], BN_CTX *ctx) in EC_POINTs_make_affine() 1051 if (!ec_point_is_compat(points[i], group)) { in EC_POINTs_make_affine() 1056 return group->meth->points_make_affine(group, num, points, ctx); in EC_POINTs_make_affine() 1068 size_t num, const EC_POINT *points[], in EC_POINTs_mul() 1086 if (!ec_point_is_compat(points[i], group)) { in EC_POINTs_mul() 1102 ret = group->meth->mul(group, r, scalar, num, points, scalars, ctx); in EC_POINTs_mul() 1105 ret = ossl_ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx); in EC_POINTs_mul() 1041 EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) EC_POINTs_make_affine() argument 1067 EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) EC_POINTs_mul() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 902 std::vector<float> points (offset + sourceSize * (compCount + stride)); in createBuffers() 906 points[j] = float(i * 13) + 0.234f; in createBuffers() 911 points[k + 0] = source[j * compCount + 0]; in createBuffers() 912 points[k + 1] = source[j * compCount + 1]; in createBuffers() 915 points[k + compCount + s] = float(i * 19) + 0.543f; in createBuffers() 922 copyAndFlush(vk, device, *buffer, 0, points.data(), deUint32(points.size() * sizeof(float))); in createBuffers()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext.cpp | 91 // We don't know which way the particular GPU will snap lines or points at integer in op_bounds() 1678 const SkPoint points[2], in drawStrokedLine() 1698 SkVector parallel = points[1] - points[0]; in drawStrokedLine() 1712 SkPoint corners[4] = { points[0] - ortho - parallel, in drawStrokedLine() 1713 points[0] + ortho - parallel, in drawStrokedLine() 1714 points[1] + ortho + parallel, in drawStrokedLine() 1715 points[1] - ortho + parallel }; in drawStrokedLine() 1766 // matrix to all the points individually rather than just to the rect in drawSimpleShape() 1674 drawStrokedLine(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkPoint points[2], const SkStrokeRec& stroke) drawStrokedLine() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Bidi.java | 527 Point[] points = new Point[0]; field in Bidi.InsertPoints 2502 stackLast points to its current entry. */ in resolveExplicitLevels() 3116 int len = insertPoints.points.length; in addPoint() 3118 insertPoints.points = new Point[FIRSTALLOC]; in addPoint() 3122 Point[] savePoints = insertPoints.points; in addPoint() 3123 insertPoints.points = new Point[len * 2]; in addPoint() 3124 System.arraycopy(savePoints, 0, insertPoints.points, 0, len); in addPoint() 3128 insertPoints.points[insertPoints.size] = point; in addPoint() 3205 if ((insertPoints.points.length == 0) || in processPropertySeq() 3225 /* mark insert points a in processPropertySeq() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Bidi.java | 527 Point[] points = new Point[0]; field in Bidi.InsertPoints 2468 stackLast points to its current entry. */ in resolveExplicitLevels() 3082 int len = insertPoints.points.length; in addPoint() 3084 insertPoints.points = new Point[FIRSTALLOC]; in addPoint() 3088 Point[] savePoints = insertPoints.points; in addPoint() 3089 insertPoints.points = new Point[len * 2]; in addPoint() 3090 System.arraycopy(savePoints, 0, insertPoints.points, 0, len); in addPoint() 3094 insertPoints.points[insertPoints.size] = point; in addPoint() 3171 if ((insertPoints.points.length == 0) || in processPropertySeq() 3191 /* mark insert points a in processPropertySeq() [all...] |
/third_party/libdrm/ |
H A D | xf86drm.c | 1370 * revision 1.1.x = added drmCommand entry points for device extensions in drmGetLibVersion() 4956 uint64_t *points, uint32_t handle_count) in drmSyncobjTimelineSignal() 4963 args.points = (uintptr_t)points; in drmSyncobjTimelineSignal() 4970 drm_public int drmSyncobjTimelineWait(int fd, uint32_t *handles, uint64_t *points, in drmSyncobjTimelineWait() argument 4980 args.points = (uintptr_t)points; in drmSyncobjTimelineWait() 4995 drm_public int drmSyncobjQuery(int fd, uint32_t *handles, uint64_t *points, in drmSyncobjQuery() argument 5003 args.points = (uintptr_t)points; in drmSyncobjQuery() 4955 drmSyncobjTimelineSignal(int fd, const uint32_t *handles, uint64_t *points, uint32_t handle_count) drmSyncobjTimelineSignal() argument 5012 drmSyncobjQuery2(int fd, uint32_t *handles, uint64_t *points, uint32_t handle_count, uint32_t flags) drmSyncobjQuery2() argument [all...] |
/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/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()
|