Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwCanvas.cpp71 if (!renderer) return Result::MemoryCorruption; in mempool()
94 if (!renderer) return Result::MemoryCorruption; in target()
DtvgSaver.cpp126 if (!p) return Result::MemoryCorruption; in save()
161 if (!a) return Result::MemoryCorruption; in save()
DtvgGlCanvas.cpp74 if (!renderer) return Result::MemoryCorruption; in target()
DtvgWgCanvas.cpp74 if (!renderer) return Result::MemoryCorruption; in target()
DtvgScene.cpp82 if (!p) return Result::MemoryCorruption; in push()
DtvgCanvas.h71 if (!p) return Result::MemoryCorruption; in push()
DtvgShape.h288 if (!p) return Result::MemoryCorruption; in strokeFill()
DtvgShape.cpp287 if (!p) return Result::MemoryCorruption; in fill()
Dthorvg.h97MemoryCorruption, ///< The value returned in the event of bad memory handling - e.g. failing … enumerator