Home
last modified time | relevance | path

Searched refs:ConstructPath (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Ddisplaysync-xcomponent.md71 render->ConstructPath(16, 16, render->defaultOffsetY);
75 render->ConstructPath(4, 4, render->defaultOffsetY);
H A Ddisplaysoloist-native-guidelines.md189 render->ConstructPath(16, 16, render->defaultOffsetY);
193 render->ConstructPath(4, 4, render->defaultOffsetY);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/
H A Dsample_bitmap.h53 void ConstructPath();
H A Dsample_bitmap.cpp76 void SampleBitMap::ConstructPath() in ConstructPath() function in SampleBitMap
224 render->ConstructPath(); in NapiDrawPattern()
/ohos5.0/docs/en/application-dev/graphics/
H A Ddisplaysync-xcomponent.md71 render->ConstructPath(16, 16, render->defaultOffsetY);
75 render->ConstructPath(4, 4, render->defaultOffsetY);
H A Ddisplaysoloist-native-guidelines.md190 render->ConstructPath(16, 16, render->defaultOffsetY);
194 render->ConstructPath(4, 4, render->defaultOffsetY);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_utils.c488 static int32_t ConstructPath(const struct HksStoreMaterial *material, const char *deDataPath, in ConstructPath() function
550 ret = ConstructPath(material, deDataPath, ceOrEceDataPath, fileInfoPath); in GetPathInfo()