Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp249 std::vector<uint8_t> tmpPixel; in WritePixelMap() local
251 pixelMap->EncodeTlv(tmpPixel); in WritePixelMap()
252 WriteInt32(buff, static_cast<int32_t>(tmpPixel.size())); in WritePixelMap()
253 buff.insert(buff.end(), tmpPixel.begin(), tmpPixel.end()); in WritePixelMap()