Home
last modified time | relevance | path

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

/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/pipegen/
H A Dfillpart.cpp55 x86::Gp ctxData = pc->_ctxData; in compile()
199 x86::Gp ctxData = pc->_ctxData; in compile()
386 x86::Gp ctxData = pc->_ctxData; in compile()
H A Dpipecompiler.cpp49 _ctxData.reset(); in reset()
95 _ctxData = cc->newIntPtr("ctxData"); in beginFunction()
99 cc->setArg(0, _ctxData); in beginFunction()
160 if (_ctxDataOffset != 0) cc->add(_ctxData, _ctxDataOffset); in initPipeline()
H A Dpipecompiler_p.h52 x86::Gp _ctxData; variable