Searched refs:SetDrawTextAsBitmap (Results 1 – 11 of 11) sorted by relevance
160 RSSystemProperties::SetDrawTextAsBitmap(true);163 RSSystemProperties::SetDrawTextAsBitmap(false);
39 MOCK_METHOD1(SetDrawTextAsBitmap, void(bool useBitmap));
193 void RosenWindow::SetDrawTextAsBitmap(bool useBitmap) in SetDrawTextAsBitmap() function in OHOS::Ace::NG::RosenWindow195 Rosen::RSSystemProperties::SetDrawTextAsBitmap(useBitmap); in SetDrawTextAsBitmap()
100 void SetDrawTextAsBitmap(bool useBitmap) override;
132 virtual void SetDrawTextAsBitmap(bool useBitmap) {} in SetDrawTextAsBitmap() function
171 void RSSystemProperties::SetDrawTextAsBitmap(bool flag) in SetDrawTextAsBitmap() function in OHOS::Rosen::RSSystemProperties
177 void RSSystemProperties::SetDrawTextAsBitmap(bool flag) in SetDrawTextAsBitmap() function in OHOS::Rosen::RSSystemProperties
171 static void SetDrawTextAsBitmap(bool flag);
432 RSSystemProperties::SetDrawTextAsBitmap(true);
443 void RSSystemProperties::SetDrawTextAsBitmap(bool flag) in SetDrawTextAsBitmap() function in OHOS::Rosen::RSSystemProperties
1033 EXPECT_CALL(*(MockWindow*)(context_->window_.get()), SetDrawTextAsBitmap(_)).Times(AnyNumber());