OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aX34
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
PathOpsAsWindingTest.cpp
33
SkScalar
aX34
= rect.fLeft + rect.width() * 3 / 4;
37
path.cubicTo(
aX34
, rect.fTop, rect.fRight, aY14, rect.fRight, rect.centerY());
38
path.cubicTo(rect.fRight, aY34,
aX34
, rect.fBottom, rect.centerX(), rect.fBottom);
/external/skqp/tests/
PathOpsAsWindingTest.cpp
33
SkScalar
aX34
= rect.fLeft + rect.width() * 3 / 4;
37
path.cubicTo(
aX34
, rect.fTop, rect.fRight, aY14, rect.fRight, rect.centerY());
38
path.cubicTo(rect.fRight, aY34,
aX34
, rect.fBottom, rect.centerX(), rect.fBottom);
Completed in 666 milliseconds