Home
last modified time | relevance | path

Searched defs:points (Results 101 - 125 of 191) sorted by relevance

12345678

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.cpp1035 uint32 points = profileInfo.fToneCurveCount / 2; in Parse() local
/third_party/skia/experimental/graphite/src/
H A DDevice.cpp187 drawPoints(SkCanvas::PointMode mode, size_t count, const SkPoint* points, const SkPaint& paint) drawPoints() argument
/third_party/ffmpeg/libavcodec/
H A Delbg.c55 int *points; member
146 simple_lbg(ELBGContext *elbg, int dim, int *centroid[3], int newutility[3], int *points, cell *cells) simple_lbg() argument
349 do_elbg(ELBGContext *av_restrict elbg, int *points, int numpoints, int max_steps) do_elbg() argument
422 init_elbg(ELBGContext *av_restrict elbg, int *points, int *temp_points, int numpoints, int max_steps) init_elbg() argument
446 avpriv_elbg_do(ELBGContext **elbgp, int *points, int dim, int numpoints, int *codebook, int num_cb, int max_steps, int *closest_cb, AVLFG *rand_state, uintptr_t flags) avpriv_elbg_do() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_compand.c53 char *attacks, *decays, *points; member
H A Daf_apsyclip.c94 set_margin_curve(AudioPsyClipContext *s, const int (*points)[2], int num_points, int sample_rate) set_margin_curve() argument
189 static const int points[][2] = { {0,14}, {125,14}, {250,16}, {500,18}, {1000,20}, {2000,20}, {4000,20}, {8000,17}, {16000,14}, {20000,-10} }; config_input() local
[all...]
H A Dvf_curves.c157 static int parse_points_str(AVFilterContext *ctx, struct keypoint **points, cons argument
219 interpolate(void *log_ctx, uint16_t *y, const struct keypoint *points, int nbits) interpolate() argument
[all...]
H A Daf_mcompand.c167 static int parse_points(char *points, int nb_points, double radius, in parse_points() argument
/third_party/backends/backend/
H A Dumax_pp.c1999 int delta = 0, points; in sane_start() local
[all...]
/third_party/skia/src/core/
H A DSkOverdrawCanvas.cpp138 void SkOverdrawCanvas::onDrawPoints(PointMode mode, size_t count, const SkPoint points[], in onDrawPoints() argument
H A DSkReadBuffer.cpp279 bool SkReadBuffer::readPointArray(SkPoint* points, size_t size) { in readPointArray() argument
/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.cpp66 uint32_t GrPathUtils::quadraticPointCount(const SkPoint points[], SkScalar tol) { in quadraticPointCount() argument
96 uint32_t GrPathUtils::cubicPointCount(const SkPoint points[], SkScalar tol) { in cubicPointCount() argument
71 generateQuadraticPoints(const SkPoint& p0, const SkPoint& p1, const SkPoint& p2, SkScalar tolSqd, SkPoint** points, uint32_t pointsLeft) generateQuadraticPoints() argument
101 generateCubicPoints(const SkPoint& p0, const SkPoint& p1, const SkPoint& p2, const SkPoint& p3, SkScalar tolSqd, SkPoint** points, uint32_t pointsLeft) generateCubicPoints() argument
[all...]
/third_party/skia/tests/
H A DGeometryTest.cpp326 SkPoint points[] = {{x1, y1}, {x2, y1}, {x2, y2}, {x1, y2}}; in check_cubic_around_rect() local
[all...]
/third_party/skia/src/ports/
H A DSkScalerContext_mac_ct.cpp556 CGPoint* points = element->points; in ApplyElement() local
[all...]
/third_party/skia/src/utils/
H A DSkPatchUtils.cpp76 explicit FwDCubicEvaluator(const SkPoint points[4]) in FwDCubicEvaluator() argument
138 static SkScalar approx_arc_length(const SkPoint points[], int count) { in approx_arc_length() argument
193 void SkPatchUtils::GetTopCubic(const SkPoint cubics[12], SkPoint points[4]) { in GetTopCubic() argument
200 GetBottomCubic(const SkPoint cubics[12], SkPoint points[4]) GetBottomCubic() argument
207 GetLeftCubic(const SkPoint cubics[12], SkPoint points[4]) GetLeftCubic() argument
214 GetRightCubic(const SkPoint cubics[12], SkPoint points[4]) GetRightCubic() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafhints.h352 AF_Point points; /* points array */ global() member
370 AF_PointRec points[AF_POINTS_EMBEDDED]; global() member
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gdef-table.hh72 const AttachPoint &points = this+attachPoint[index]; in get_attach_points() local
/third_party/skia/include/private/
H A DSkPathRef.h44 int points, weights; member
67 SkPathRef(SkTDArray<SkPoint> points, SkTDArray<uint8_t> verbs, SkTDArray<SkScalar> weights, in SkPathRef() argument
99 const SkPoint* points() cons in writablePoints() function in final::Editor
319 const SkPoint* points() const { return fPoints.begin(); } points() function in final
[all...]
/third_party/skia/modules/skparagraph/src/
H A DRun.cpp305 auto points = reinterpret_cast<SkPoint*>(blobBuffer.pos); in scaleFontWithCompressionConfig() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fRasterizationTests.cpp446 std::vector<PointSceneSpec::ScenePoint> points; in iterate() local
/third_party/libdrm/amdgpu/
H A Damdgpu_cs.c708 amdgpu_cs_syncobj_timeline_signal(amdgpu_device_handle dev, const uint32_t *syncobjs, uint64_t *points, uint32_t syncobj_count) amdgpu_cs_syncobj_timeline_signal() argument
732 amdgpu_cs_syncobj_timeline_wait(amdgpu_device_handle dev, uint32_t *handles, uint64_t *points, unsigned num_handles, int64_t timeout_nsec, unsigned flags, uint32_t *first_signaled) amdgpu_cs_syncobj_timeline_wait() argument
745 amdgpu_cs_syncobj_query(amdgpu_device_handle dev, uint32_t *handles, uint64_t *points, unsigned num_handles) amdgpu_cs_syncobj_query() argument
755 amdgpu_cs_syncobj_query2(amdgpu_device_handle dev, uint32_t *handles, uint64_t *points, unsigned num_handles, uint32_t flags) amdgpu_cs_syncobj_query2() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c267 bool points = (topology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST); in panvk_pipeline_builder_init_shaders() local
/third_party/libinput/test/
H A Dtest-pointer.c2364 double points[4]; in START_TEST() member
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp521.c1883 static void make_points_affine(size_t num, felem points[][3], in make_points_affine() argument
1916 ossl_ec_GFp_nistp521_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) ossl_ec_GFp_nistp521_points_mul() argument
[all...]
H A Decp_nistp224.c1411 ossl_ec_GFp_nistp224_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) ossl_ec_GFp_nistp224_points_mul() argument
[all...]
H A Decp_nistz256.c952 ecp_nistz256_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) ecp_nistz256_points_mul() argument

Completed in 36 milliseconds

12345678