Searched refs:fExtra (Results 1 – 3 of 3) sorted by relevance
575 e = fFrame->fExtra[groupOffset + 1]; in end64()1182 s = fFrame->fExtra[groupOffset]; in group()1183 e = fFrame->fExtra[groupOffset+1]; in group()1261 s = fFrame->fExtra[groupOffset]; in appendGroup()1262 e = fFrame->fExtra[groupOffset+1]; in appendGroup()2296 s = fFrame->fExtra[groupOffset]; in start64()2505 iFrame->fExtra[i] = -1; in resetStack()2915 fp->fExtra[opValue+2] = fp->fInputIdx; in MatchAt()2921 … U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set. in MatchAt()2922 fp->fExtra[opValue] = fp->fExtra[opValue+2]; // Tentative start becomes real. in MatchAt()[all …]
289 int64_t fExtra[1]; // Extra state, for capture group start/ends member
137 fOuter.addPath(fExtra); in done()164 SkPath fExtra; // added as extra complete contours member in SkPathStroker