Searched refs:firstCopy (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DLayerRasterizerTest.cpp91 SkAutoTUnref<SkLayerRasterizer> firstCopy(builder.snapshotRasterizer());
102 const int smallerCount = LayerRasterizerTester::CountLayers(*firstCopy.get());
110 const SkDeque& layersFirstCopy = LayerRasterizerTester::GetLayers(*firstCopy.get());
/external/skia/tests/
H A DLayerRasterizerTest.cpp93 SkAutoTUnref<SkLayerRasterizer> firstCopy(builder.snapshotRasterizer());
104 const int smallerCount = LayerRasterizerTester::CountLayers(*firstCopy.get());
112 const SkDeque& layersFirstCopy = LayerRasterizerTester::GetLayers(*firstCopy.get());
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp482 int firstCopy = 1; local
496 firstCopy = 0;
498 firstCopy = 0;
500 for (int index = firstCopy; index <= verb; ++index) {
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp482 int firstCopy = 1; local
496 firstCopy = 0;
498 firstCopy = 0;
500 for (int index = firstCopy; index <= verb; ++index) {

Completed in 201 milliseconds