Home
last modified time | relevance | path

Searched refs:allowPathMaskCaching (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___gpu_context_options.md20 | bool [allowPathMaskCaching](#allowpathmaskcaching) | 用于控制是否启用路径蒙版缓存,如果为true,则允许缓存路径蒙版纹理,如果为false,…
26 ### allowPathMaskCaching subsection
29 bool OH_Drawing_GpuContextOptions::allowPathMaskCaching
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___gpu_context_options.md20 | bool [allowPathMaskCaching](#allowpathmaskcaching) | Whether to allow path mask textures to be ca…
26 ### allowPathMaskCaching subsection
29 bool OH_Drawing_GpuContextOptions::allowPathMaskCaching
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_gpu_context_test.cpp99 options.allowPathMaskCaching = true;
104 options.allowPathMaskCaching = false;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dgpu_context.cpp87 void GPUContextOptions::SetAllowPathMaskCaching(bool allowPathMaskCaching) in SetAllowPathMaskCaching() argument
89 allowPathMaskCaching_ = allowPathMaskCaching; in SetAllowPathMaskCaching()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_gpu_context.h54 bool allowPathMaskCaching; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_gpu_context.cpp32 contextOps.SetAllowPathMaskCaching(ops.allowPathMaskCaching); in OH_Drawing_GpuContextCreateFromGL()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dsurface_test.cpp41 options.allowPathMaskCaching = false; in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dgpu_context.h92 void SetAllowPathMaskCaching(bool allowPathMaskCaching);