Searched refs:bez (Results 1 – 25 of 123) sorted by relevance
12345
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | bezier.c | 43 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 …]
|
D | bezier.h | 50 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,
|
D | stroker.c | 264 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/ |
D | bez.txt | 6 // * Source File: <path>/common/main/bez.xml 9 bez{ 15 bez{"Hibena"}
|
D | sr_Latn.txt | 69 bez{"bena"} 506 zxx{"bez lingvističkog sadržaja"} 688 no{"Sortiraj bez obzira na velika i mala slova"} 696 no{"Sortiraj bez normalizacije"}
|
D | mn.txt | 31 bez{"бена"}
|
D | si.txt | 32 bez{"බෙනා"}
|
D | ky.txt | 31 bez{"бенача"}
|
D | kk.txt | 31 bez{"бена"}
|
D | hy.txt | 31 bez{"բենա"}
|
D | fo.txt | 21 bez{"bena (Tanzania)"}
|
D | pa.txt | 34 bez{"ਬੇਨਾ"}
|
D | sk.txt | 70 bez{"bena"} 542 zxx{"bez jazykového obsahu"} 596 Zxxx{"bez zápisu"} 647 no{"Radiť bez normalizácie"}
|
D | pl.txt | 83 bez{"bena"} 774 Zxxx{"język bez systemu pisma"} 820 no{"Sortowanie bez rozróżniania wielkości liter"} 828 no{"Sortowanie bez normalizacji"}
|
D | lv.txt | 70 bez{"bena"} 542 zxx{"bez lingvistiska satura"} 621 Zxxx{"bez rakstības"} 672 no{"Kārtot bez normalizēšanas"}
|
D | hr.txt | 70 bez{"bena"} 542 zxx{"bez jezičnog sadržaja"} 708 Zxxx{"jezik bez pismenosti"} 759 no{"Poredaj bez normalizacije"}
|
D | my.txt | 34 bez{"ဘီနာ"}
|
D | ne.txt | 31 bez{"बेना"}
|
D | ur.txt | 45 bez{"بینا"}
|
D | km.txt | 35 bez{"Bena"}
|
/external/icu/icu4c/source/data/zone/ |
D | bez.txt | 6 // * Source File: <path>/common/main/bez.xml 9 bez{
|
/external/icu/icu4c/source/data/unit/ |
D | bez.txt | 6 // * Source File: <path>/common/main/bez.xml 9 bez{
|
/external/icu/icu4c/source/data/curr/ |
D | bez.txt | 6 // * Source File: <path>/common/main/bez.xml 9 bez{
|
/external/icu/icu4c/source/data/locales/ |
D | bez.txt | 6 // * Source File: <path>/common/main/bez.xml 9 bez{
|
/external/icu/icu4c/source/data/region/ |
D | bez.txt | 6 // * Source File: <path>/common/main/bez.xml 9 bez{
|
12345