/third_party/skia/src/image/ |
H A D | SkImage_Raster.cpp | 131 img->fBitmap.fMips.reset(SkMipmap::Build(fBitmap.pixmap(), nullptr));
|
/third_party/skia/src/codec/ |
H A D | SkBmpRLECodec.cpp | 105 fColorTable.reset(new SkColorTable(colorTable, maxColors)); in createColorTable()
|
H A D | SkBmpCodec.cpp | 417 iBuffer.reset(); in ReadHeader()
|
/third_party/skia/src/gpu/ |
H A D | GrGpu.h | 457 void reset() { *this = {}; } in reset() function in GrGpu::Stats
|
H A D | GrGeometryProcessor.h | 499 void reset(GrSamplerState, const GrBackendFormat&, const GrSwizzle&);
|
/third_party/skia/src/gpu/ops/ |
H A D | DrawAtlasOp.cpp | 130 installedGeo.fVerts.reset(allocSize); in DrawAtlasOpImpl()
|
/third_party/skia/src/core/ |
H A D | SkGeometry.h | 502 SkPoint* pts = fStorage.reset(1 + 2 * fQuadCount); in computeQuads()
|
H A D | SkDevice.h | 558 fClipStack.reset(); in resetClipStack()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkRenderPass.cpp | 126 attachments.reset(numAttachments); in Create()
|
/third_party/skia/samplecode/ |
H A D | SampleSlides.cpp | 136 path.reset(); in patheffect_slide()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | ComputeTests.cpp | 310 device.reset(nullptr); in test()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | disassemble.cpp | 95 if (color_) out_.get() << spvtools::clr::reset{print_}; in ResetColor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | disassemble.cpp | 95 if (color_) out_.get() << spvtools::clr::reset{print_}; in ResetColor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate.cpp | 389 vstate->reset(new ValidationState_t(&hijack_context, options, words, in ValidateBinaryAndKeepValidationState()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/lint/ |
H A D | divergence_analysis_test.cpp | 66 divergence_.reset(new DivergenceAnalysis(*context_)); in Build()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | utils.py | 660 def reset(self): member in Cycler
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | coleitr.cpp | 118 // The iter_ is already reset to the start of the text. in next() 223 void CollationElementIterator::reset() in reset() function in CollationElementIterator
|
H A D | csdetect.cpp | 67 gCSRecognizersInitOnce.reset(); in csdet_cleanup()
|
H A D | number_modifiers.cpp | 35 gDefaultCurrencySpacingInitOnce.reset(); in cleanupDefaultCurrencySpacing()
|
H A D | stsearch.cpp | 280 void StringSearch::reset() in reset() function in StringSearch
|
H A D | uitercollationiterator.cpp | 35 reset(); in resetToOffset()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | NativeAudioContext.h | 367 mInputAnalyzer.reset();
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | TestDisconnectActivity.java | 297 requestedConfig.reset(); in testConfiguration()
|
/third_party/skia/src/utils/ |
H A D | SkNWayCanvas.cpp | 32 fList.reset(); in removeAll()
|
/third_party/skia/tests/ |
H A D | PathBuilderTest.cpp | 106 b.reset().moveTo(20, 20).lineTo(10, 10).lineTo(20, 30).close().lineTo(60, 60); in DEF_TEST()
|