Home | History | Annotate | Download | only in core

Lines Matching refs:firstX

25             fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX()));
45 SkDebugf(" %d", line->firstX()[i]);
70 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); }
89 !memcmp(fPrevScanline->firstX(),
90 fCurrScanline->firstX(),
139 fCurrXPtr = fCurrScanline->firstX();
145 fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX()));
160 fCurrXPtr = fCurrScanline->firstX();
164 if (fCurrXPtr > fCurrScanline->firstX() && fCurrXPtr[-1] == x) {
193 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1);
209 memcpy(runs, line->firstX(), count * sizeof(SkRegion::RunType));