Lines Matching refs:fGeoData
27 const Geometry& geo = fGeoData[0];
76 fGeoData[i].fColor,
77 fGeoData[i].fX,
78 fGeoData[i].fY,
79 fGeoData[i].fBlob->runCount());
117 &fGeoData[0].fColor);
234 if (this->usesLocalCoords() && !fGeoData[0].fViewMatrix.invert(&localMatrix)) {
259 SkDEBUGCODE(dfPerspective = fGeoData[0].fViewMatrix.hasPerspective());
287 const Geometry& args = fGeoData[i];
382 const SkMatrix& thisFirstMatrix = fGeoData[0].fViewMatrix;
383 const SkMatrix& thatFirstMatrix = that->fGeoData[0].fViewMatrix;
422 fGeoData.realloc(newAllocSize);
428 memcpy(&fGeoData[fGeoCount], that->fGeoData.get(), that->fGeoCount * sizeof(Geometry));
431 that->fGeoData.get()[i].fBlob = (Blob*)0x1;
453 bool result = fGeoData[0].fViewMatrix.invert(&localMatrix);