Searched refs:textPtr (Results 1 – 2 of 2) sorted by relevance
211 const byte *textPtr = chunkData.CData(textPosition); in GetRawTextFromItxtChunk() local213 rawText = DataBuf(textPtr, textLen); in GetRawTextFromItxtChunk()215 int ret = DecompressText(textPtr, textLen, rawText); in GetRawTextFromItxtChunk()
2690 auto textPtr = (text.has_value()) ? text.value().c_str() : nullptr; in SetOverlay() local2691 …GetArkUINodeModifiers()->getCommonModifier()->setOverlay(nativeNode, textPtr, options.data(), opti… in SetOverlay()