OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eval_patch_edge
(Results
1 - 1
of
1
) sorted by null
/external/skia/samplecode/
SamplePatch.cpp
73
static void
eval_patch_edge
(const SkPoint cubic[], SkPoint samples[], int segs) {
function
145
eval_patch_edge
(fPts + 0, edge0, nu);
146
eval_patch_edge
(fPts + 3, edge1, nv);
147
eval_patch_edge
(fPts + 6, edge2, nu);
148
eval_patch_edge
(fPts + 9, edge3, nv);
Completed in 377 milliseconds