Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H A Dmain.cpp67 Bitmap bitmapCache; in DoDraw() local
69 bitmapCache.Build(width, height, format); in DoDraw()
72 canvas.Bind(bitmapCache); in DoDraw()
104 auto ret = memcpy_s(addr, addrSize, bitmapCache.GetPixels(), addrSize); in DoDraw()