Home
last modified time | relevance | path

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

/third_party/skia/include/core/
H A DSkSurfaceCharacterization.h70 SkSurfaceCharacterization createResized(int width, int height) const;
220 SkSurfaceCharacterization createResized(int width, int height) const { in createResized() function in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::SkSurfaceCharacterization
/third_party/skia/src/core/
H A DSkSurfaceCharacterization.cpp64 SkSurfaceCharacterization SkSurfaceCharacterization::createResized(int width, int height) const { in createResized() function in SkSurfaceCharacterization
/third_party/skia/tools/
H A DDDLTileHelper.cpp31 fPlaybackChar = dstSurfaceCharacterization.createResized(this->paddedRectSize().width(), in init()
48 auto recordingChar = fPlaybackChar.createResized(fClip.width(), fClip.height()); in createDDL()
/third_party/skia/tests/
H A DDeferredDisplayListTest.cpp481 // Exercise the createResized method in DDLSurfaceCharacterizationTestImpl()
494 SkSurfaceCharacterization char1 = char0.createResized(-1, -1); in DDLSurfaceCharacterizationTestImpl()
498 SkSurfaceCharacterization char2 = char0.createResized(1000000, 32); in DDLSurfaceCharacterizationTestImpl()
502 SkSurfaceCharacterization char3 = char0.createResized(32, 32); in DDLSurfaceCharacterizationTestImpl()

Completed in 4 milliseconds