Home
last modified time | relevance | path

Searched refs:bez (Results 1 – 25 of 123) sorted by relevance

12345

/external/mesa3d/src/gallium/state_trackers/vega/
Dbezier.c43 static INLINE void split_left(struct bezier *bez, VGfloat t, struct bezier* left) in split_left() argument
45 left->x1 = bez->x1; in split_left()
46 left->y1 = bez->y1; in split_left()
48 left->x2 = bez->x1 + t * (bez->x2 - bez->x1); in split_left()
49 left->y2 = bez->y1 + t * (bez->y2 - bez->y1); in split_left()
51 left->x3 = bez->x2 + t * (bez->x3 - bez->x2); in split_left()
52 left->y3 = bez->y2 + t * (bez->y3 - bez->y2); in split_left()
54 bez->x3 = bez->x3 + t * (bez->x4 - bez->x3); in split_left()
55 bez->y3 = bez->y3 + t * (bez->y4 - bez->y3); in split_left()
57 bez->x2 = left->x3 + t * (bez->x3 - left->x3); in split_left()
[all …]
Dbezier.h50 void bezier_init(struct bezier *bez,
56 struct polygon *bezier_to_polygon(struct bezier *bez);
57 void bezier_add_to_polygon(const struct bezier *bez,
59 float bezier_length(struct bezier *bez, float error);
60 void bezier_transform(struct bezier *bez,
68 void bezier_bounds(const struct bezier *bez,
70 void bezier_exact_bounds(const struct bezier *bez,
73 void bezier_start_tangent(const struct bezier *bez,
76 void bezier_point_at_length(struct bezier *bez, float length,
78 void bezier_point_at_t(struct bezier *bez, float t,
Dstroker.c264 VGfloat bez[8]; in stroke_flat_next() local
266 bez[0] = itr->coords[itr->coord_position - 2]; in stroke_flat_next()
267 bez[1] = itr->coords[itr->coord_position - 1]; in stroke_flat_next()
268 bez[2] = itr->coords[itr->coord_position]; in stroke_flat_next()
269 bez[3] = itr->coords[itr->coord_position + 1]; in stroke_flat_next()
270 bez[4] = itr->coords[itr->coord_position + 2]; in stroke_flat_next()
271 bez[5] = itr->coords[itr->coord_position + 3]; in stroke_flat_next()
272 bez[6] = itr->coords[itr->coord_position + 4]; in stroke_flat_next()
273 bez[7] = itr->coords[itr->coord_position + 5]; in stroke_flat_next()
276 bez[0], bez[1], in stroke_flat_next()
[all …]
/external/icu/icu4c/source/data/lang/
Dbez.txt6 // * Source File: <path>/common/main/bez.xml
9 bez{
15 bez{"Hibena"}
Dsr_Latn.txt69 bez{"bena"}
506 zxx{"bez lingvističkog sadržaja"}
688 no{"Sortiraj bez obzira na velika i mala slova"}
696 no{"Sortiraj bez normalizacije"}
Dmn.txt31 bez{"бена"}
Dsi.txt32 bez{"බෙනා"}
Dky.txt31 bez{"бенача"}
Dkk.txt31 bez{"бена"}
Dhy.txt31 bez{"բենա"}
Dfo.txt21 bez{"bena (Tanzania)"}
Dpa.txt34 bez{"ਬੇਨਾ"}
Dsk.txt70 bez{"bena"}
542 zxx{"bez jazykového obsahu"}
596 Zxxx{"bez zápisu"}
647 no{"Radiť bez normalizácie"}
Dpl.txt83 bez{"bena"}
774 Zxxx{"język bez systemu pisma"}
820 no{"Sortowanie bez rozróżniania wielkości liter"}
828 no{"Sortowanie bez normalizacji"}
Dlv.txt70 bez{"bena"}
542 zxx{"bez lingvistiska satura"}
621 Zxxx{"bez rakstības"}
672 no{"Kārtot bez normalizēšanas"}
Dhr.txt70 bez{"bena"}
542 zxx{"bez jezičnog sadržaja"}
708 Zxxx{"jezik bez pismenosti"}
759 no{"Poredaj bez normalizacije"}
Dmy.txt34 bez{"ဘီနာ"}
Dne.txt31 bez{"बेना"}
Dur.txt45 bez{"بینا"}
Dkm.txt35 bez{"Bena"}
/external/icu/icu4c/source/data/zone/
Dbez.txt6 // * Source File: <path>/common/main/bez.xml
9 bez{
/external/icu/icu4c/source/data/unit/
Dbez.txt6 // * Source File: <path>/common/main/bez.xml
9 bez{
/external/icu/icu4c/source/data/curr/
Dbez.txt6 // * Source File: <path>/common/main/bez.xml
9 bez{
/external/icu/icu4c/source/data/locales/
Dbez.txt6 // * Source File: <path>/common/main/bez.xml
9 bez{
/external/icu/icu4c/source/data/region/
Dbez.txt6 // * Source File: <path>/common/main/bez.xml
9 bez{

12345