Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dpng_image_chunk_utils.cpp211 const byte *textPtr = chunkData.CData(textPosition); in GetRawTextFromItxtChunk() local
213 rawText = DataBuf(textPtr, textLen); in GetRawTextFromItxtChunk()
215 int ret = DecompressText(textPtr, textLen, rawText); in GetRawTextFromItxtChunk()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp2690 auto textPtr = (text.has_value()) ? text.value().c_str() : nullptr; in SetOverlay() local
2691 …GetArkUINodeModifiers()->getCommonModifier()->setOverlay(nativeNode, textPtr, options.data(), opti… in SetOverlay()