Home | History | Annotate | Download | only in common

Lines Matching refs:pixel

659 /** Get pixel size in bytes. */
2338 Vec4 pixel;
2341 pixel = lookup(src, sampleX, sampleY, depth);
2343 pixel = lookupBorder(src.getFormat(), sampler);
2345 result[i] = pixel[componentNdx];