Home
last modified time | relevance | path

Searched defs:num_segments (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
Dquant_enc.c245 const int num_segments = enc->segment_hdr_.num_segments_; in SetupMatrices() local
367 const int num_segments = (enc->segment_hdr_.num_segments_ < NUM_MB_SEGMENTS) in SimplifySegments() local
405 const int num_segments = enc->segment_hdr_.num_segments_; in VP8SetSegmentParams() local
/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp953 …DrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_segments) in PathArcTo()
997 …DrawList::PathBezierCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_segments) in PathBezierCurveTo()
1144 void ImDrawList::AddCircle(const ImVec2& centre, float radius, ImU32 col, int num_segments, float t… in AddCircle()
1155 void ImDrawList::AddCircleFilled(const ImVec2& centre, float radius, ImU32 col, int num_segments) in AddCircleFilled()
1166 …t ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments) in AddBezierCurve()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.h313 FT_Int num_segments; /* number of used segments */ member
Dafhints.c600 FT_Int* num_segments ) in af_glyph_hints_get_num_segments()
/third_party/libabigail/src/
Dabg-elf-helpers.cc1227 size_t num_segments = elf_header.e_phnum; in get_binary_load_address() local