Home
last modified time | relevance | path

Searched refs:ReadLine (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dfile_img_decoder.h54 RetCode ReadLine(ImgResDsc& dsc, const Point& start, int16_t len, uint8_t* buf);
H A Dcache_manager.h45 RetCode ReadLine(const Point& start, int16_t bufSize, uint8_t* buf);
H A Dcache_manager.cpp27 RetCode CacheEntry::ReadLine(const Point& start, int16_t len, uint8_t* buf) in ReadLine() function in OHOS::CacheEntry
31 ret = dsc_.decoder->ReadLine(dsc_, start, len, buf); in ReadLine()
H A Dfile_img_decoder.cpp90 RetCode FileImgDecoder::ReadLine(ImgResDsc& dsc, const Point& start, int16_t len, uint8_t* buf) in ReadLine() function in OHOS::FileImgDecoder
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_image.cpp73 if (entry.ReadLine(start, width, buf) != RetCode::OK) { in DrawCommon()

Completed in 2 milliseconds