| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_camera_profile.cpp | 1035 uint32 points = profileInfo.fToneCurveCount / 2; in Parse() local
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | Device.cpp | 187 drawPoints(SkCanvas::PointMode mode, size_t count, const SkPoint* points, const SkPaint& paint) drawPoints() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | elbg.c | 55 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 D | af_compand.c | 53 char *attacks, *decays, *points; member
|
| H A D | af_apsyclip.c | 94 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 D | vf_curves.c | 157 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 D | af_mcompand.c | 167 static int parse_points(char *points, int nb_points, double radius, in parse_points() argument
|
| /third_party/backends/backend/ |
| H A D | umax_pp.c | 1999 int delta = 0, points; in sane_start() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkOverdrawCanvas.cpp | 138 void SkOverdrawCanvas::onDrawPoints(PointMode mode, size_t count, const SkPoint points[], in onDrawPoints() argument
|
| H A D | SkReadBuffer.cpp | 279 bool SkReadBuffer::readPointArray(SkPoint* points, size_t size) { in readPointArray() argument
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrPathUtils.cpp | 66 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 D | GeometryTest.cpp | 326 SkPoint points[] = {{x1, y1}, {x2, y1}, {x2, y2}, {x1, y2}}; in check_cubic_around_rect() local [all...] |
| /third_party/skia/src/ports/ |
| H A D | SkScalerContext_mac_ct.cpp | 556 CGPoint* points = element->points; in ApplyElement() local [all...] |
| /third_party/skia/src/utils/ |
| H A D | SkPatchUtils.cpp | 76 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 D | afhints.h | 352 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 D | hb-ot-layout-gdef-table.hh | 72 const AttachPoint &points = this+attachPoint[index]; in get_attach_points() local
|
| /third_party/skia/include/private/ |
| H A D | SkPathRef.h | 44 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 D | Run.cpp | 305 auto points = reinterpret_cast<SkPoint*>(blobBuffer.pos); in scaleFontWithCompressionConfig() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fRasterizationTests.cpp | 446 std::vector<PointSceneSpec::ScenePoint> points; in iterate() local
|
| /third_party/libdrm/amdgpu/ |
| H A D | amdgpu_cs.c | 708 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 D | panvk_vX_pipeline.c | 267 bool points = (topology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST); in panvk_pipeline_builder_init_shaders() local
|
| /third_party/libinput/test/ |
| H A D | test-pointer.c | 2364 double points[4]; in START_TEST() member
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ecp_nistp521.c | 1883 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 D | ecp_nistp224.c | 1411 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 D | ecp_nistz256.c | 952 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
|