Lines Matching defs:out
432 // fill out quad
564 // TODO: figure out how to handle this case
575 // TODO: figure out how to handle this case
672 // fill out penumbra arc
688 // fill out umbra arc
731 static void sanitize_point(const SkPoint& in, SkPoint* out) {
732 out->fX = SkScalarRoundToScalar(16.f*in.fX)*0.0625f;
733 out->fY = SkScalarRoundToScalar(16.f*in.fY)*0.0625f;
777 // TODO: Pull PathUtils out of Ganesh?
802 // TODO: Pull PathUtils out of Ganesh?