Home
last modified time | relevance | path

Searched refs:pxTop (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkLinearBitmapPipeline_sample.h632 Sk4f pxTop, pxBottom; in spanZeroRate() local
634 Sk4f pixel = pxTop * filterY + (1.0f - filterY) * pxBottom; in spanZeroRate()
677 Sk4f pxTop, pxBottom; in spanSlowRate() local
678 this->get2PixelColumn(row0, row1, adjustedColumn, &pxTop, &pxBottom); in spanSlowRate()
679 return pxTop * filterY + (1.0f - filterY) * pxBottom; in spanSlowRate()
793 Sk4f pxTop, pxBottom; in spanUnitRate() local
794 this->get2PixelColumn(row0, row1, adjustedColumn, &pxTop, &pxBottom); in spanUnitRate()
795 return pxTop * filterY + (1.0f - filterY) * pxBottom; in spanUnitRate()
909 Sk4f pxTop, pxBottom; in spanMediumRate() local
910 this->get2PixelColumn(row0, row1, adjustedColumn, &pxTop, &pxBottom); in spanMediumRate()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dspellfix.c1698 static const Transliteration *spellfixFindTranslit(int c, int *pxTop){ in spellfixFindTranslit() argument
1699 *pxTop = (sizeof(translit)/sizeof(translit[0])) - 1; in spellfixFindTranslit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dspellfix.c1698 static const Transliteration *spellfixFindTranslit(int c, int *pxTop){ in spellfixFindTranslit() argument
1699 *pxTop = (sizeof(translit)/sizeof(translit[0])) - 1; in spellfixFindTranslit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dspellfix.c1698 static const Transliteration *spellfixFindTranslit(int c, int *pxTop){ in spellfixFindTranslit() argument
1699 *pxTop = (sizeof(translit)/sizeof(translit[0])) - 1; in spellfixFindTranslit()