Home
last modified time | relevance | path

Searched refs:bitmapSize (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.cpp190 uint32_t bitmapSize = bufInfo.stride * bufInfo.height; in GetCacheBuffer() local
192 bitmapSize += sizeof(Metric); in GetCacheBuffer()
195 reinterpret_cast<void*>(UIFontCacheManager::GetInstance()->GetSpace(fontId, unicode, bitmapSize, textStyle)); in GetCacheBuffer()
H A Dui_font_vector.cpp908 uint32_t bitmapSize = bufInfo.stride * bufInfo.height; in SetFace() local
918 (memcpy_s(reinterpret_cast<uint8_t*>(bufInfo.virAddr) + sizeof(Metric), bitmapSize, in SetFace()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_offscreen_canvas.cpp72 auto bitmapSize = offscreenCanvasPattern->GetBitmapSize(); in AttachOffscreenCanvas() local
93 nullptr, nullptr, bitmapSize); in AttachOffscreenCanvas()
163 auto bitmapSize = workCanvas->offscreenCanvasPattern_->GetBitmapSize(); in Constructor() local
174 nullptr, nullptr, bitmapSize); in Constructor()
H A Djs_offscreen_rendering_context.cpp168 size_t bitmapSize = renderingContext->GetBitmapSize(offscreenPattern); in Constructor() local
169 args.SetSize(bitmapSize); in Constructor()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_handle.h55 size_t bitmapSize = 0; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp118 auto bitmapSize = bitmap.GetHeight() * bitmap.GetWidth() * bpp; in AddBitmapToCmdList() local
119 if (bitmapSize == 0) { in AddBitmapToCmdList()
124 auto offset = cmdList.AddBitmapData(bitmap.GetPixels(), bitmapSize); in AddBitmapToCmdList()
125 return { offset, bitmapSize, bitmap.GetWidth(), bitmap.GetHeight(), format.colorType, format.alphaType }; in AddBitmapToCmdList()
276 childHandle.bitmapSize = childBitmapData.second; in AddChildToCmdList()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1732 int32_t bitmapSize = parcel.ReadInt32(); in Unmarshalling() local
1733 if (bitmapSize > 0) { in Unmarshalling()
1735 const void* bitmapData = RSMarshallingHelper::ReadFromParcel(parcel, bitmapSize, isMal); in Unmarshalling()
1740 val->SetUpBitmapData(bitmapData, bitmapSize); in Unmarshalling()
2012 int32_t bitmapSize = parcel.ReadInt32(); in Unmarshalling() local
2013 if (bitmapSize > 0) { in Unmarshalling()
2015 const void* bitmapData = RSMarshallingHelper::ReadFromParcel(parcel, bitmapSize, isMal); in Unmarshalling()
2020 val->SetUpBitmapData(bitmapData, bitmapSize); in Unmarshalling()

Completed in 10 milliseconds