Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp332 …int32_t encodeLength = static_cast<int32_t>(SkBase64::Encode(data->data(), data->size(), nullptr)); in GetSnapshotJson() local
334 SkString info(encodeLength); in GetSnapshotJson()