Home
last modified time | relevance | path

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

12

/external/skia/gm/
Dmanypathatlases.cpp67 rotatedClip.setIsVolatile(true); in onDraw()
75 path.setIsVolatile(true); in onDraw()
Daddarc.cpp58 canvas->drawPath(path.detach().setIsVolatile(true), paint); in onDraw()
263 canvas->drawPath(path.detach().setIsVolatile(true), paint);
Dsharedcorners.cpp114 path.setIsVolatile(true); in drawTriangleBoxes()
Dblurcircles2.cpp58 .setIsVolatile(true) in onDraw()
Dmandoline.cpp32 fPath.setIsVolatile(true); in MandolineSlicer()
/external/skia/bench/
DPathTextBench.cpp60 fGlyphs[i].setIsVolatile(fUncached); in onDelayedSetup()
88 fClipPath.setIsVolatile(fUncached); in onDelayedSetup()
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
DVariableExpr.java83 .setIsVolatile(false) in builder()
109 public abstract Builder setIsVolatile(boolean isVolatile); in setIsVolatile() method in VariableExpr.Builder
/external/skia/docs/examples/
DPath_setIsVolatile.cpp9 path.setIsVolatile(true); in draw()
/external/skia/modules/skottie/src/
DPath.cpp38 path.setIsVolatile(!this->isStatic()); in onSync()
/external/skia/src/gpu/ganesh/
DGrStyle.cpp161 dst->setIsVolatile(true); in applyPathEffect()
193 dst->setIsVolatile(true); in applyToPath()
DDevice.cpp387 this->clipPath(SkPath(path).setIsVolatile(true), op, aa); in clipPath()
485 path.setIsVolatile(true); in drawPoints()
711 path.setIsVolatile(true); in drawDRRect()
732 path.setIsVolatile(true); in drawRegion()
806 this->drawPath(SkPath(origSrcPath).setIsVolatile(true), paint, true); in drawPath()
1183 this->drawShadow(SkPath(path).setIsVolatile(true), rec); in drawShadow()
/external/skia/src/core/
DSkClipStack.cpp192 path.setIsVolatile(true); in initRect()
210 path.setIsVolatile(true); in initRRect()
236 fDeviceSpacePath->setIsVolatile(true); in initAsPath()
276 path->setIsVolatile(true); in asDeviceSpacePath()
DSkDrawBase.cpp406 tmpPath->setIsVolatile(true); in drawPath()
649 path.setIsVolatile((count-1) == i); in drawDevicePoints()
758 path.setIsVolatile(true); in drawDevicePoints()
DSkDevice.cpp123 path.setIsVolatile(true); in drawRegion()
147 path.setIsVolatile(true); in drawDRRect()
DSkGlyphRunPainter.cpp293 deviceOutline.setIsVolatile(true); in drawForBitmapDevice()
DSkStroke.cpp415 fOuter.setIsVolatile(true); in SkPathStroker()
417 fInner.setIsVolatile(true); in SkPathStroker()
/external/skia/include/core/
DSkPathBuilder.h43 SkPathBuilder& setIsVolatile(bool isVolatile) { fIsVolatile = isVolatile; return *this; } in setIsVolatile() function
DSkPath.h370 SkPath& setIsVolatile(bool isVolatile) { in setIsVolatile() function
/external/skia/src/gpu/tessellate/
DTessellation.cpp52 fPath.setIsVolatile(true); in PathChopper()
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ast/
DVariableExprTest.java108 .setIsVolatile(true) in validVariableExpr_volatileDeclaration()
/external/skia/modules/canvaskit/
Dexterns.js654 setIsVolatile: function() {}, method
/external/skia/src/utils/
DSkShadowUtils.cpp688 devSpacePath.setIsVolatile(true); in drawShadow()
/external/skia/src/gpu/graphite/
DDevice.cpp1227 dst.setIsVolatile(true); in drawGeometry()
1249 devicePath.setIsVolatile(true); in drawGeometry()
/external/skia/tests/
DGrStyledShapeTest.cpp1364 vPath.setIsVolatile(true); in test_volatile_path()
2074 volatileA.setIsVolatile(true); in DEF_TEST()
2075 volatileB.setIsVolatile(true); in DEF_TEST()
/external/skia/src/gpu/ganesh/ops/
DAAConvexPathRenderer.cpp833 tmpPathPtr->setIsVolatile(true); in onPrepareDraws()

12