Lines Matching refs:pathAttributes
1893 ArkUI_Float32 pathAttributes[NUM_2];
1897 pathAttributes[NUM_0] = item->value[NUM_1].f32;
1898 pathAttributes[NUM_1] = item->value[NUM_2].f32;
1901 node->uiNodeHandle, "path", &pathAttributes, item->string, unit);
2710 ArkUI_Float32 pathAttributes[NUM_2];
2714 pathAttributes[NUM_0] = item->value[NUM_4].f32; // path width
2718 pathAttributes[NUM_1] = item->value[NUM_5].f32; // path height
2720 node->uiNodeHandle, "path", fill, stroke, strokeWidth, &pathAttributes, item->string, unit);
11397 ArkUI_Float32 pathAttributes[NUM_2];
11401 pathAttributes[NUM_0] = item->value[NUM_2].f32;
11402 pathAttributes[NUM_1] = item->value[NUM_3].f32;
11406 node->uiNodeHandle, "path", &pathAttributes, item->string);