Searched refs:flagCount (Results 1 – 6 of 6) sorted by relevance
241 int flagCount = lattice.fFlags ? (lattice.fXCount + 1) * (lattice.fYCount + 1) : 0; in onDrawImageLattice() local246 flagCount, this->copy(lattice.fFlags, flagCount), *lattice.fBounds, dst); in onDrawImageLattice()
546 int flagCount = (nullptr == lattice.fFlags) ? 0 : (lattice.fXCount + 1) * (lattice.fYCount + 1); in onDrawImageLattice() local548 SkAlign4(flagCount * sizeof(SkCanvas::Lattice::Flags)) + sizeof(SkIRect); in onDrawImageLattice()559 this->addInt(flagCount); in onDrawImageLattice()560 fWriter.writePad(lattice.fFlags, flagCount * sizeof(SkCanvas::Lattice::Flags)); in onDrawImageLattice()
366 int flagCount = reader->readInt(); in handleOp() local367 lattice.fFlags = (0 == flagCount) ? nullptr : (const SkCanvas::Lattice::Flags*) in handleOp()368 reader->skip(SkAlign4(flagCount * sizeof(SkCanvas::Lattice::Flags))); in handleOp()
256 int flagCount;
103 lattice.fFlags = (0 == r.flagCount) ? nullptr : r.flags; in draw()
1277 int flagCount = 0; in MakeJsonLattice() local1281 flagsRow.append(Json::Value(lattice.fFlags[flagCount++])); in MakeJsonLattice()