OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BezierSegment_t
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsPath.h
55
}
BezierSegment_t
;
57
bool subdivideCheck(const
BezierSegment_t
*s, float u1, float u2);
59
void rasterize(const
BezierSegment_t
*s, uint32_t num, Allocation *alloc);
rsPath.cpp
51
void Path::rasterize(const
BezierSegment_t
*s, uint32_t num, Allocation *alloc) {
Completed in 45 milliseconds