Home
last modified time | relevance | path

Searched refs:setIsVolatile (Results 1 – 25 of 64) sorted by relevance

123

/external/skqp/bench/
DPathTextBench.cpp53 fGlyphs[i].setIsVolatile(fUncached); in onDelayedSetup()
80 fClipPath.setIsVolatile(fUncached); in onDelayedSetup()
/external/skia/bench/
DPathTextBench.cpp55 fGlyphs[i].setIsVolatile(fUncached); in onDelayedSetup()
82 fClipPath.setIsVolatile(fUncached); in onDelayedSetup()
/external/skia/docs/examples/
DPath_setIsVolatile.cpp10 path.setIsVolatile(true); in draw()
/external/skia/modules/skottie/src/
DPath.cpp34 path.setIsVolatile(!this->isStatic()); in onSync()
/external/skqp/tests/
DBitmapCopyTest.cpp94 bitmap.setIsVolatile(true); in DEF_TEST()
123 bitmap.setIsVolatile(false); in DEF_TEST()
DGpuDrawPathTest.cpp123 path1.setIsVolatile(true);
157 path3.setIsVolatile(true);
/external/skqp/src/gpu/
DGrStyle.cpp154 dst->setIsVolatile(true); in applyPathEffect()
186 dst->setIsVolatile(true); in applyToPath()
/external/skia/src/gpu/
DGrStyle.cpp154 dst->setIsVolatile(true); in applyPathEffect()
186 dst->setIsVolatile(true); in applyToPath()
DSkGpuDevice.cpp256 this->onClipPath(SkPath(path).setIsVolatile(true), op, aa);
368 path.setIsVolatile(true);
559 path.setIsVolatile(true);
580 path.setIsVolatile(true);
642 this->drawPath(SkPath(origSrcPath).setIsVolatile(true), paint, true);
880 this->drawShadow(SkPath(path).setIsVolatile(true), rec);
/external/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp150 uberPath.setIsVolatile(true); in flushRenderedPaths()
158 scissoredPath.setIsVolatile(true); in flushRenderedPaths()
/external/skia/gm/
Daddarc.cpp58 canvas->drawPath(path.detach().setIsVolatile(true), paint); in onDraw()
263 canvas->drawPath(path.detach().setIsVolatile(true), paint);
Dsharedcorners.cpp116 path.setIsVolatile(true); in drawTriangleBoxes()
Dblurcircles2.cpp60 .setIsVolatile(true) in onDraw()
Dmandoline.cpp32 fPath.setIsVolatile(true); in MandolineSlicer()
/external/skqp/src/core/
DSkClipStack.cpp174 path.setIsVolatile(true); in initRect()
192 path.setIsVolatile(true); in initRRect()
218 fDeviceSpacePath.get()->setIsVolatile(true); in initAsPath()
240 path->setIsVolatile(true); in asDeviceSpacePath()
DSkRasterClip.cpp270 devPath.setIsVolatile(true); in op()
372 path.setIsVolatile(true); in op()
DSkDevice.cpp100 path.setIsVolatile(true); in drawRegion()
126 path.setIsVolatile(true); in drawDRRect()
DSkBitmap.cpp370 void SkBitmap::setIsVolatile(bool isVolatile) { in setIsVolatile() function in SkBitmap
437 dst.setIsVolatile(this->isVolatile()); in extractSubset()
/external/skia/src/core/
DSkClipStack.cpp196 path.setIsVolatile(true); in initRect()
214 path.setIsVolatile(true); in initRRect()
240 fDeviceSpacePath->setIsVolatile(true); in initAsPath()
273 path->setIsVolatile(true); in asDeviceSpacePath()
DSkRasterClip.cpp292 devPath.setIsVolatile(true); in op()
405 path.setIsVolatile(true); in op()
DSkDevice.cpp125 path.setIsVolatile(true); in drawRegion()
151 path.setIsVolatile(true); in drawDRRect()
/external/skqp/gm/
Dsharedcorners.cpp109 path.setIsVolatile(true); in drawTriangleBoxes()
Dblurcircles2.cpp53 dst->setIsVolatile(true); in onDraw()
Dmandoline.cpp26 fPath.setIsVolatile(true); in MandolineSlicer()
Dconcavepaths.cpp71 path.setIsVolatile(true); in test_intruding_vertex()
88 path.setIsVolatile(true); in test_inversion_repeat_vertex()

123