Home
last modified time | relevance | path

Searched defs:segments (Results 51 - 75 of 93) sorted by relevance

1234

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBUtil.php557 $segments = explode('_', $field); variable
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_builder.cpp259 std::set<ElfSecName> segments; in GetSegmentNum() local
699 std::set<ElfSecName> segments; in PackELFSegment() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h197 void SetLineDashParam(const std::vector<double>& segments) in SetLineDashParam() argument
202 void SetLineDash(const std::vector<double>& segments) in SetLineDash() argument
H A Dcanvas_paint_op.h372 std::vector<double> segments; member
H A Doffscreen_canvas_pattern.cpp214 void OffscreenCanvasPattern::SetLineDash(const std::vector<double>& segments) in SetLineDash() argument
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drosen_render_data_panel.cpp546 void PaintRainbowFilterMask(SkCanvas* canvas, double factor, const std::vector<Segment>& segments, ArcData arcData) in PaintRainbowFilterMask() argument
1022 auto segments = GetSegments(); Paint() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.h117 void SetSegments(const std::vector<Segment>& segments) in SetSegments() argument
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.h212 u32 segments; /* # of segments to flush */ member
/third_party/ffmpeg/libavfilter/
H A Daf_compand.c54 CompandSegment *segments; member
[all...]
H A Daf_mcompand.c45 CompandSegment *segments; member
[all...]
/third_party/ffmpeg/libavformat/
H A Doggenc.c47 uint8_t segments[255]; member
207 int i, segments, len, flush = 0; in ogg_buffer_data() local
[all...]
/third_party/backends/lib/
H A Dalloca.c301 long segments; /* Current number of stack segments. */ member
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs1244 let mut segments = Vec::with_capacity(namespace_segments.len() + 1); in type_id() variables
/third_party/skia/src/core/
H A DSkAAClip.cpp194 int segments = 0; in ComputeRowSizeForWidth() local
H A DSkPathBuilder.cpp536 int segments = SkScalarCeilToInt(SkScalarAbs(thetaArc / (2 * SK_ScalarPI / 3))); in arcTo() local
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafhints.h315 AF_Segment segments; /* segments array */ global() member
329 AF_SegmentRec segments[AF_SEGMENTS_EMBEDDED]; global() member
[all...]
H A Dafcjk.c801 AF_Segment segments = axis->segments; in af_cjk_hints_compute_segments() local
845 AF_Segment segments = axis->segments; in af_cjk_hints_link_segments() local
1007 AF_Segment segments = axis->segments; af_cjk_hints_compute_edges() local
[all...]
H A Dafhints.c346 AF_Segment segments = axis->segments; af_get_segment_index() local
544 AF_Segment segments = axis->segments; af_glyph_hints_dump_segments() local
1318 AF_Segment segments = axis->segments; af_glyph_hints_align_edge_points() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-common.hh132 segments; /* The actual segments. These must already be sorted, member
203 segments; /* Th member
[all...]
/third_party/rust/crates/syn/src/
H A Dpath.rs548 let mut segments = Punctuated::new(); parse_mod_style() variables
580 let mut segments = Punctuated::new(); global() variables
839 let mut segments = path.segments.pairs(); global() variables
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_component.cpp529 void CanvasTaskPool::UpdateLineDash(const std::vector<double>& segments) in UpdateLineDash() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h260 void SetLineDash(const std::vector<double>& segments, bool isSelf = true) in SetLineDash() argument
273 void SetStrokeDashArray(const std::vector<Dimension>& segments, bool isSelf = true) in SetStrokeDashArray() argument
/third_party/pulseaudio/src/pulsecore/
H A Dmemblock.c91 pa_hashmap *segments; member
[all...]
/third_party/skia/src/gpu/ops/
H A DAAConvexPathRenderer.cpp69 bool center_of_mass(const SegmentArray& segments, SkPoint* c) { in center_of_mass() argument
119 bool compute_vectors(SegmentArray* segments, in compute_vectors() argument
247 add_line_to_segment(const SkPoint& pt, SegmentArray* segments) add_line_to_segment() argument
253 add_quad_segment(const SkPoint pts[3], SegmentArray* segments) add_quad_segment() argument
266 add_cubic_segments(const SkPoint pts[4], SkPathFirstDirection dir, SegmentArray* segments) add_cubic_segments() argument
277 get_segments(const SkPath& path, const SkMatrix& m, SegmentArray* segments, SkPoint* fanPt, int* vCount, int* iCount) get_segments() argument
365 create_vertices(const SegmentArray& segments, const SkPoint& fanPt, const GrVertexColor& color, DrawArray* draws, VertexWriter& verts, uint16_t* idxs, size_t vertexStride) create_vertices() argument
801 SkSTArray<kPreallocSegmentCnt, Segment, true> segments; global() variable
[all...]
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Dencode.h110 int segments; // maximum number of segments to use, in [1..4] member

Completed in 32 milliseconds

1234