| /third_party/skia/modules/sksg/src/ |
| H A D | SkSGGradient.cpp | 41 const SkPoint pts[] = { fStartPoint, fEndPoint }; in onMakeShader() local
|
| /third_party/skia/docs/examples/ |
| H A D | SmoothBezierSplineInterpolation.cpp | 7 SkPath MakeCubicSplineInterpolation(const SkPoint* pts, size_t N) { in REG_FIDDLE() argument 71 SkPoint pts[] = { REG_FIDDLE() local [all...] |
| H A D | count_verbs.cpp | 20 SkPoint pts[4]; in REG_FIDDLE() local
|
| H A D | Path_arcTo_2_a.cpp | 17 SkPoint pts[] = { {56, 20}, {200, 20}, {90, 190} }; in REG_FIDDLE() local [all...] |
| H A D | Path_arcTo_2_b.cpp | 17 SkPoint pts[] = { {156, 20}, {200, 20}, {170, 50} }; in REG_FIDDLE() local [all...] |
| H A D | blur_alpha_img.cpp | 9 static const int8_t pts[] = {2, 2, 1, 3, 0, 3, 2, 1, 3, 1, 4, 0, 4, 1, in REG_FIDDLE() local
|
| /third_party/skia/bench/ |
| H A D | GrPathUtilsBench.cpp | 13 FindCubicConvex180Chops(const std::array<SkPoint,4>& pts, const char* suffix) : fPts(pts) { in FindCubicConvex180Chops() argument
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
| H A D | points_mask_filter.cpp | 51 OH_Drawing_Point2D pts[N]; in OnTestFunction() local
|
| H A D | points.cpp | 41 void Points::fill_pts(OH_Drawing_Point2D pts[], size_t n, TestRend* rand) in fill_pts() argument 73 OH_Drawing_Point2D pts[n]; in OnTestFunction() local
|
| /foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
| H A D | plugin_buffer.h | 89 int64_t pts; member in OHOS::Media::Plugins::Buffer
|
| /foundation/multimedia/media_foundation/interface/kits/c/ |
| H A D | native_avbuffer_info.h | 59 int64_t pts; member
|
| /foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/ |
| H A D | dcamera_sink_frame_info.cpp | 65 cJSON *pts = cJSON_GetObjectItemCaseSensitive(rootValue, FRAME_INFO_PTS.c_str()); in Unmarshal() local
|
| /foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/ |
| H A D | av_sync_utils.h | 37 int64_t pts;
member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | audio_frame_queue.h | 28 int64_t pts; member
|
| H A D | audio_frame_queue.c | 75 void ff_af_queue_remove(AudioFrameQueue *afq, int nb_samples, int64_t *pts, in ff_af_queue_remove() argument [all...] |
| H A D | rv34_parser.c | 48 int type, pts, hdr; in rv34_parse() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | filters.h | 189 static inline void ff_outlink_set_status(AVFilterLink *link, int status, int64_t pts) in ff_outlink_set_status() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | iv8.c | 59 int ret, size, pts, type, flags; in read_packet() local
|
| H A D | sccenc.c | 61 int64_t pts = pkt->pts; in scc_write_packet() local
|
| H A D | vc1test.c | 101 uint32_t pts; in vc1t_read_packet() local
|
| H A D | supdec.c | 39 int64_t pts, dts, pos; in sup_read_packet() local
|
| /third_party/skia/samplecode/ |
| H A D | SampleEffects.cpp | 37 SkPoint pts[] = { { 3, 0 }, { 7, 5 } }; in paint_proc3() local 65 const float pts[] = { in EffectsView() local
|
| H A D | SampleLayers.cpp | 25 SkPoint pts[] = { { 0, 0 }, { 0, SK_Scalar1*20 } }; in make_paint() local
|
| /third_party/skia/tests/ |
| H A D | ShaderOpacityTest.cpp | 50 SkPoint pts[2]; in test_gradient() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| H A D | create_thread_identity.cc | 75 base_internal::PerThreadSynch* pts = &identity->per_thread_synch; in ResetThreadIdentity() local [all...] |