Home
last modified time | relevance | path

Searched defs:inputFormat (Results 1 – 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
Dinput_unittest.cpp43 auto inputFormat = std::make_shared<std::string>("jpg"); variable
70 auto inputFormat = std::make_shared<std::string>("png"); variable
97 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable
Doutput_unittest.cpp313 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable
380 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable
Dimage_chain_unittest.cpp94 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
Dtext_clock_pattern.cpp422 std::string inputFormat = GetFormat(); in ParseInputFormat() local