Home
last modified time | relevance | path

Searched refs:ReSize (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/render_environment/base/cache/
H A Drender_fifo_cache.h63 size_t ReSize(size_t size, bool biasMore = true) in ReSize() function in OHOS::Media::Effect::RenderFifoCache
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/
H A Dmock_sharing_adapter.h60 MOCK_METHOD(int32_t, ReSize, (int32_t windowId, int32_t width, int32_t height));
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dsharing_adapter.h269 virtual int32_t ReSize(int32_t windowId, int32_t width, int32_t height) = 0;
H A Dinteraction.h121 int32_t ReSize(int32_t windowId, int32_t width, int32_t height) override;
H A Dinteraction.cpp519 int32_t Interaction::ReSize(int32_t windowId, int32_t width, int32_t height) in ReSize() function in OHOS::Sharing::Interaction
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/
H A Dfill_gradient_lut.h81 colorProfile_.ReSize(RemoveDuplicates(colorProfile_, OffsetEqual)); in BuildLut()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dvector.h123 uint16_t ReSize(uint16_t size) in ReSize() function in OHOS::Graphic::Vector
/foundation/graphic/graphic_utils_lite/test/
H A Dvector_unit_test.cpp188 * @tc.desc: Verify Capacity/ReSize function, equal.
210 EXPECT_EQ(vector_->ReSize(size), size); in HWTEST_F()
/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H A Drender_resource_cache.h129 disuseTexCache_.ReSize(disuseTexCache_.Size() / RESIZE_RATE, false); in ResizeTexCache()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp772 auto ret = interaction->ReSize(windowId, width, height); in HWTEST_F()

Completed in 8 milliseconds