Lines Matching refs:fHead
73 , fHead{geo}
74 , fTail{&fHead->fNext} {
99 , fHead{geo}
100 , fTail{&fHead->fNext} {
140 for(Geometry* geom = fHead; geom != nullptr; geom = geom->fNext) {
167 color.setToConstant(fHead->fColor);
187 caps, clampType, &fHead->fColor);
203 if (fUsesLocalCoords && !fHead->fDrawMatrix.invert(&localMatrix)) {
245 target->allocator(), *target->caps().shaderCaps(), fHead->fColor,
281 for (const Geometry* geo = fHead; geo != nullptr; geo = geo->fNext) {
410 const SkMatrix& thisFirstMatrix = fHead->fDrawMatrix;
411 const SkMatrix& thatFirstMatrix = that->fHead->fDrawMatrix;
424 fHead->fColor != that->fHead->fColor) {
433 this->addGeometry(that->fHead);
434 that->fHead = nullptr;