Home | History | Annotate | Download | only in gl

Lines Matching refs:scratch

1648     // a scratch buffer.
1649 SkAutoSMalloc<32 * sizeof(GrColor)> scratch;
1657 scratch.reset(tightRowBytes * height);
1658 readDst = scratch.get();
1682 scratch.reset(tightRowBytes);
1683 void* tmpRow = scratch.get();