Home
last modified time | relevance | path

Searched defs:num_segments (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafhints.h313 FT_Int num_segments; /* number of used segments */ member
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc1227 size_t num_segments = elf_header.e_phnum; in get_binary_load_address() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A 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
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp953 void ImDrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_segments) in PathArcTo() argument
997 void ImDrawList::PathBezierCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_segments) in PathBezierCurveTo() argument
1144 void ImDrawList::AddCircle(const ImVec2& centre, float radius, ImU32 col, int num_segments, float thickness) in AddCircle() argument
1155 AddCircleFilled(const ImVec2& centre, float radius, ImU32 col, int num_segments) AddCircleFilled() argument
1166 AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImVec2& pos1, ImU32 col, float thickness, int num_segments) AddBezierCurve() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp1145 void ImDrawList::_PathArcToN(const ImVec2& center, float radius, float a_min, float a_max, int num_segments) in _PathArcToN() argument
1174 void ImDrawList::PathArcTo(const ImVec2& center, float radius, float a_min, float a_max, int num_segments) in PathArcTo() argument
1287 void ImDrawList::PathBezierCubicCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_segments) in PathBezierCubicCurveTo() argument
1302 PathBezierQuadraticCurveTo(const ImVec2& p2, const ImVec2& p3, int num_segments) PathBezierQuadraticCurveTo() argument
1477 AddCircle(const ImVec2& center, float radius, ImU32 col, int num_segments, float thickness) AddCircle() argument
1501 AddCircleFilled(const ImVec2& center, float radius, ImU32 col, int num_segments) AddCircleFilled() argument
1526 AddNgon(const ImVec2& center, float radius, ImU32 col, int num_segments, float thickness) AddNgon() argument
1538 AddNgonFilled(const ImVec2& center, float radius, ImU32 col, int num_segments) AddNgonFilled() argument
1550 AddBezierCubic(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, ImU32 col, float thickness, int num_segments) AddBezierCubic() argument
1561 AddBezierQuadratic(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, ImU32 col, float thickness, int num_segments) AddBezierQuadratic() argument
[all...]
H A Dimgui.cpp1212 ImVec2 ImBezierCubicClosestPoint(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, const ImVec2& p, int num_segments) in ImBezierCubicClosestPoint() argument
/third_party/glfw/deps/
H A Dnuklear.h10099 nk_draw_list_path_curve_to(struct nk_draw_list *list, struct nk_vec2 p2, struct nk_vec2 p3, struct nk_vec2 p4, unsigned int num_segments) nk_draw_list_path_curve_to() argument

Completed in 83 milliseconds