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