Searched refs:ReadLine (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ui_lite/frameworks/imgdecode/ |
H A D | file_img_decoder.h | 54 RetCode ReadLine(ImgResDsc& dsc, const Point& start, int16_t len, uint8_t* buf);
|
H A D | cache_manager.h | 45 RetCode ReadLine(const Point& start, int16_t bufSize, uint8_t* buf);
|
H A D | cache_manager.cpp | 27 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 D | file_img_decoder.cpp | 90 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 D | draw_image.cpp | 73 if (entry.ReadLine(start, width, buf) != RetCode::OK) { in DrawCommon()
|
Completed in 2 milliseconds