Home
last modified time | relevance | path

Searched refs:points3 (Results 1 - 2 of 2) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_ideal_endpoints_and_weights.cpp446 vfloat4 points3 = vfloat4(data_vr[tix3], data_vg[tix3], data_vb[tix3], 0.0f);
451 vfloat4 sub_v3 = points3 - line.a;
/third_party/skia/tests/
H A DPathTest.cpp5250 SkPoint points3[] = { {75, 50}, {100, 75}, {150, 75}, {150, 150}, {75, 150}, {75, 50} }; in DEF_TEST() local
5251 path = makePath(points3, SK_ARRAY_COUNT(points3), true); in DEF_TEST()

Completed in 11 milliseconds