OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConicKLM
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/
GrPathUtils.h
107
void
getConicKLM
(const SkPoint p[3], const SkScalar weight, SkScalar klm[9]);
GrPathUtils.cpp
328
void GrPathUtils::
getConicKLM
(const SkPoint p[3], const SkScalar weight, SkScalar klm[9]) {
/external/skia/gm/
beziereffects.cpp
324
GrPathUtils::
getConicKLM
(controlPts, weight, klmEqs);
/external/skia/src/gpu/batches/
GrAAHairLinePathRenderer.cpp
527
// k, l, m are calculated in function GrPathUtils::
getConicKLM
532
GrPathUtils::
getConicKLM
(p, weight, klm);
[
all
...]
Completed in 328 milliseconds