Home
last modified time | relevance | path

Searched refs:pxl1 (Results 1 – 6 of 6) sorted by relevance

/dports/games/brumbrumrally/brumbrumrally-0.7/src/
H A DSurface.cpp359 Uint32 pxl1 = getPixel(dest, mx + 1, my); in rotate_draw() local
366 if (pxl1 == pxl2 || pxl1 == pxl3 || pxl1 == pxl4) in rotate_draw()
368 pxl = pxl1; in rotate_draw()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drasterlite2.c2009 rl2PrivPixelPtr pxl1 = (rl2PrivPixelPtr) pixel1; in rl2_compare_pixels() local
2011 if (pxl1 == NULL || pxl2 == NULL) in rl2_compare_pixels()
2013 if (pxl1->sampleType != pxl2->sampleType) in rl2_compare_pixels()
2015 if (pxl1->pixelType != pxl2->pixelType) in rl2_compare_pixels()
2017 if (pxl1->nBands != pxl2->nBands) in rl2_compare_pixels()
2019 for (band = 0; band < pxl1->nBands; band++) in rl2_compare_pixels()
2021 rl2PrivSamplePtr sample1 = pxl1->Samples + band; in rl2_compare_pixels()
2023 switch (pxl1->sampleType) in rl2_compare_pixels()
2062 if (pxl1->isTransparent != pxl2->isTransparent) in rl2_compare_pixels()
H A Drl2sql.c1248 rl2PixelPtr pxl1 = NULL; in fnct_PixelEquals() local
1260 pxl1 = rl2_deserialize_dbms_pixel (blob, blob_sz); in fnct_PixelEquals()
1261 if (pxl1 == NULL) in fnct_PixelEquals()
1268 ret = rl2_compare_pixels (pxl1, pxl2); in fnct_PixelEquals()
1273 rl2_destroy_pixel (pxl1); in fnct_PixelEquals()
1279 if (pxl1 != NULL) in fnct_PixelEquals()
1280 rl2_destroy_pixel (pxl1); in fnct_PixelEquals()
/dports/net/bird/bird-1.6.8/proto/ospf/
H A Dtopology.c1501 int pxl1 = *b1 >> 24; in prefix_same() local
1505 if (pxl1 != pxl2) in prefix_same()
1508 pxs = IPV6_PREFIX_WORDS(pxl1); in prefix_same()
/dports/net/bird2/bird-2.0.8/proto/ospf/
H A Dtopology.c1608 int pxl1 = *b1 >> 24; in prefix_same() local
1612 if (pxl1 != pxl2) in prefix_same()
1615 pxs = IPV6_PREFIX_WORDS(pxl1); in prefix_same()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/headers/rasterlite2/
H A Drasterlite2.h510 RL2_DECLARE int rl2_compare_pixels (rl2PixelPtr pxl1, rl2PixelPtr pxl2);