Home
last modified time | relevance | path

Searched refs:intSize (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp322 ArkUI_IntSize intSize; in OH_ArkUI_DrawContext_GetSize() local
324 return intSize; in OH_ArkUI_DrawContext_GetSize()
326 intSize.width = context->width; in OH_ArkUI_DrawContext_GetSize()
327 intSize.height = context->height; in OH_ArkUI_DrawContext_GetSize()
328 return intSize; in OH_ArkUI_DrawContext_GetSize()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp1618 size_t intSize = sizeof(int); in FillImagePropertyItem() local
1620 (memcpy_s(memData + offset + typeSize, memSize - offset - typeSize, &payloadIntSize, intSize) == EOK) && in FillImagePropertyItem()
1621 (memcpy_s(memData + offset + typeSize + intSize, memSize - offset - typeSize - intSize, in FillImagePropertyItem()

Completed in 6 milliseconds