Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Dtonecurvefx.cpp199 std::vector<CHANNEL_TYPE> aLut(PIXEL::maxChannelValue + 1); in doToneCurveFx() local
206 fill_lut<PIXEL, CHANNEL_TYPE>(pointsList[5], aLut, isLinear); in doToneCurveFx()
222 pix->m = aLut[(int)(pix->m)]; in doToneCurveFx()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/dib/
H A Dfx_dib_convert.cpp70 void _Obtain_Pal(uint32_t* aLut, in _Obtain_Pal() argument
86 aLut[lut_offset] = row; in _Obtain_Pal()
372 uint32_t* aLut = palette.GetAmountLut(); in ConvertBuffer_Rgb2PltRgb8() local
373 if (!cLut || !aLut) { in ConvertBuffer_Rgb2PltRgb8()
397 aLut[row] = clrindex; in ConvertBuffer_Rgb2PltRgb8()
413 *(dest_scan + col) = (uint8_t)(aLut[i]); in ConvertBuffer_Rgb2PltRgb8()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/dib/
H A Dfx_dib_convert.cpp63 void _Obtain_Pal(uint32_t* aLut, in _Obtain_Pal() argument
79 aLut[lut_offset] = row; in _Obtain_Pal()
360 uint32_t* aLut = palette.GetAmountLut(); in ConvertBuffer_Rgb2PltRgb8() local
361 if (!cLut || !aLut) { in ConvertBuffer_Rgb2PltRgb8()
385 aLut[row] = clrindex; in ConvertBuffer_Rgb2PltRgb8()
401 *(dest_scan + col) = (uint8_t)(aLut[i]); in ConvertBuffer_Rgb2PltRgb8()